in reply to PC Problems with pp

Am I right in thinking that just by my having use WWW::Mechanise in the script, it will pick up on dependencies?
-v, --verbose[=*NUMBER*]

Increase verbosity of output; *NUMBER* is an integer from 1 to 3, 3 being the most verbose. Defaults to 1 if specified without an argument. Alternatively, -vv sets verbose level to 2, and -vvv sets it to 3.

Replies are listed 'Best First'.
Re^2: PC Problems with pp
by Cody Pendant (Prior) on Feb 04, 2006 at 10:28 UTC
    I don't really know what I'm suppsed to get from your answer.

    Adding verbosity tells me some interesting things. The pp script adds a ton of core modules by default. Are there dependencies of WWW::Mechanize, but non-core modules, which are being added? I can't tell, because I can't find a combination of flags which adds dependencies but leave out core modules. I must say it's a little confusing. What for instance is the difference between -x for execute and -r for run?



    ($_='kkvvttuu bbooppuuiiffss qqffssmm iibbddllffss')
    =~y~b-v~a-z~s; print
      ????
      -r, --run
          Run the resulting packaged script after packaging it.
      
      -x, --execute
          Run "perl inputfile" to determine additonal run-time dependencies.