Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Packaging Perl Programs (is) Painful

by Sue D. Nymme (Monk)
on Sep 03, 2010 at 21:00 UTC ( [id://858805]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!perl
    use Modern::Perl;
    use lib 'h:\\dev\\lib';
    ...
    
    my $app = MyApp->new();
    $app->MainLoop;
    
  2. or download this
    Can't locate threads/shared.pm in @INC (@INC contains: h:\dev\MyAppDir
    +\wx h:\dev\lib CODE(0x2c1108c) C:\Users\myname\AppData\Local\Temp\par
    +-myname\cache-c9e35a29c4569611f1a6576209856baa502c3ab1\inc\lib C:\Use
    +rs\myname\AppData\Local\Temp\par-myname\cache-c9e35a29c4569611f1a6576
    +209856baa502c3ab1\inc CODE(0x29950cc) CODE(0x29953f4)) at h:\dev\MyAp
    +pDir\wx/MyApp.pm line 11.
    BEGIN failed--compilation aborted at h:\dev\MyAppDir\wx/MyApp.pm line 
    +11.
    Compilation failed in require at script/test.pl line 8.
    BEGIN failed--compilation aborted at script/test.pl line 8.
    
  3. or download this
    >scandeps mms_test.pl
    'Math::BigInt::GMP' => '1.24',
    'Modern::Perl'      => '1.03',
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://858805]
Approved by Corion
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-24 18:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found