Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: pp(PAR::Packer) question

by Anonymous Monk
on Oct 10, 2011 at 06:29 UTC ( [id://930537]=note: print w/replies, xml ) Need Help??


in reply to pp(PAR::Packer) question

To parrot this post

Its because you did not use the -x option (or -c option)

pp -x ...

pp -c ...

See also Re: Problem in creating exe using PAR module, Re^2: Packaging Perl Programs (is) Painful, Re: Building a Mojolicious app with PAR::Packer

$ pp -e " use Package::Stash; print qq{$_\n} for keys %INC; " $ a.exe Could not find a suitable Package::Stash implementation: Can't locate Package/Stash/XS.pm in @INC ... $ pp -c -e " use Package::Stash; print qq{$_\n} for keys %INC; " $ a.exe attributes.pm Compress/Raw/Zlib.pm List/Util.pm File/Find.pm Cwd.pm IO/Uncompress/Adapter/Inflate.pm Package/Stash/XS.pm Carp/Heavy.pm ... Package/Stash.pm ...

Log In?
Username:
Password:

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

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

    No recent polls found