Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Perl application packaging

by osunderdog (Deacon)
on Jan 26, 2005 at 18:56 UTC ( [id://425333]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       project/packages/A
                         Makefile.PL
    ...
                       /C
                         Makefile.PL
                         C.pm
    
  2. or download this
    use ExtUtils::MakeMaker;
     
    ...
            VERSION  => '0.01',
            );
    
  3. or download this
    $perl Makefile.PL
    Checking if your kit is complete...
    ...
    Looks good
    Writing Makefile for C
    Writing Makefile for MyProjectPackages
    
  4. or download this
    $make test
    make[1]: Entering directory `/tmp/project/packages/A'
    ...
    All tests successful.
    Files=1, Tests=1,  0 wallclock secs ( 0.04 cusr +  0.01 csys =  0.05 C
    +PU)
    make[1]: Leaving directory `/tmp/project/packages/C'
    
  5. or download this
    $make manifest
    /usr/bin/perl "-MExtUtils::Manifest=mkmanifest" -e mkmanifestAdded to 
    +MANIFEST: A/A.pm
    ...
    MyProjectPackages-0.01/Makefile.PL
    rm -rf MyProjectPackages-0.01
    gzip --best MyProjectPackages-0.01.tar
    

Log In?
Username:
Password:

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

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

    No recent polls found