Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Script using Getopt::Long running endlessly after beeing packaged by pp

by Anonymous Monk
on Oct 16, 2012 at 18:18 UTC ( [id://999391]=note: print w/replies, xml ) Need Help??


in reply to Script using Getopt::Long running endlessly after beeing packaged by pp

Works for me

$ pmvers PAR PAR::Packer Module::ScanDeps PAR: 1.006 PAR::Packer: 1.013 Module::ScanDeps: 1.09

Try to turn on debugging and see what you get

Replies are listed 'Best First'.
Re^2: Script using Getopt::Long running endlessly after beeing packaged by pp
by HJO (Acolyte) on Oct 17, 2012 at 07:28 UTC

    Hi, and thanks for your answer.

    But I don't understand why you checked the version of your module Module::Scandeps... Otherwise, I checked the version of my modules to check if they were at the same one than yours, and PAR wasn't, so I upgraded it and when I tried again to package and run I got some other errors :

    # ./script -t D -s 20121015 The following parameter was passed in the call to DateTime::Format::Bu +ilder::Parser::create_single_parser but was not listed in the validat +ion options: params at DateTime/Format/Builder/Parser.pm line 311 DateTime::Format::Builder::Parser::create_single_parser('undef +', 'params', 'ARRAY(0x62cd4c0)', 'length', 8, 'regex', 'Regexp=SCALAR +(0x62cd480)') called at DateTime/Format/Builder/Parser.pm line 501 DateTime::Format::Builder::Parser::sort_parsers('DateTime::For +mat::Builder::Parser', 'HASH(0x625ac40)', 'ARRAY(0x625a1d0)') called +at DateTime/Format/Builder/Parser.pm line 397 DateTime::Format::Builder::Parser::create_multiple_parsers('Da +teTime::Format::Builder::Parser', 'HASH(0x625ac40)', 'HASH(0x62cd4a0) +', 'HASH(0x62cd580)', 'HASH(0x62c4590)', 'HASH(0x62c4630)', 'HASH(0x6 +2c46e0)', 'HASH(0x62c4800)', 'HASH(0x62c4910)', ...) called at DateTi +me/Format/Builder/Parser.pm line 600 DateTime::Format::Builder::Parser::create_parser('DateTime::Fo +rmat::Builder::Parser', 'ARRAY(0x6207400)', 'HASH(0x62cd4a0)', 'HASH( +0x62cd580)', 'HASH(0x62c4590)', 'HASH(0x62c4630)', 'HASH(0x62c46e0)', + 'HASH(0x62c4800)', 'HASH(0x62c4910)', ...) called at DateTime/Format +/Builder.pm line 156 DateTime::Format::Builder::create_parser('DateTime::Format::Bu +ilder', 'ARRAY(0x62e8160)') called at DateTime/Format/Builder.pm line + 174 DateTime::Format::Builder::create_end_parser('DateTime::Format +::Builder', 'ARRAY(0x62e8160)') called at DateTime/Format/Builder.pm +line 104 DateTime::Format::Builder::create_class('undef', 'parsers', 'H +ASH(0x62ea250)') called at DateTime/Format/ISO8601.pm line 173 require DateTime/Format/ISO8601.pm called at script/script.pl +line 8 main::BEGIN() called at DateTime/Format/ISO8601.pm line 0 eval {...} called at DateTime/Format/ISO8601.pm line 0 require main called at /usr/lib/perl5/site_perl/5.8.8/PAR.pm l +ine 636 PAR::_run_member('Archive::Zip::ZipFileMember=HASH(0x5b895d0)' +, 1) called at script/main.pl line 26 require main called at /usr/lib/perl5/site_perl/5.8.8/PAR.pm l +ine 636 PAR::_run_member('Archive::Zip::ZipFileMember=HASH(0x5b89400)' +) called at /usr/lib/perl5/site_perl/5.8.8/PAR.pm line 428 PAR::import('PAR') called at -e line 953 eval {...} called at -e line 209 __par_pl::BEGIN() called at DateTime/Format/ISO8601.pm line 0 eval {...} called at DateTime/Format/ISO8601.pm line 0 Compilation failed in require at script/script.pl line 8. BEGIN failed--compilation aborted at script/script.pl line 8.

    And I don't really understand, should I turn on the Perl debugger while running my script or the PAR debugger while packaging ? (And as I never turned on the debugger, what is the correct synthax ? PAR_GLOBAL_DEBUG=1 ?)

    Regards

      I don't understand why you checked the version

      To show you what I am using

      And I don't really understand, should I turn on the Perl debugger while running my script or the PAR debugger while packaging ?

      I don't know, what are you trying to debug, the packing or the running? Where is the problem?

      (And as I never turned on the debugger, what is the correct synthax ? PAR_GLOBAL_DEBUG=1 ?)

      See help set or  help export depending on your platform, see Environment variable

        "I don't understand why you checked the version" To show you what I am using

        I meant the version of Module::ScanDeps, I'm not using it

        Where is the problem?

        Well actually I don't have the single idea... It may be an error while packaging the module, or simply an error during the running because the module Getopt::Long doesn't run very well after it gets packaged... I simply know that this module is the source of my issues, before packaging I can pass options, after I packaged, whether or not I try options, I got some error

        Ok for the environment variables, I'll test it soon (the two cases, the packaging and the running to be sure)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://999391]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (7)
As of 2024-03-28 11:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found