Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

On packaging modules

by nothingmuch (Priest)
on Nov 23, 2004 at 10:39 UTC ( [id://409857]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    \.DS_Store$
    ^_build
    ...
    \.sw.$
    ^cover_db
    ^MANIFEST\.SKIP$
    
  2. or download this
    #!/usr/bin/perl
    
    ...
            create_makefile_pl => 'traditional',
            sign => 1,
    )->create_build_script;
    
  3. or download this
    Your-Module-0.01/
    |-- Build.PL # your build script.
    ...
    |-- lib/ # this should look like something you could put in @INC
    |-- t/ # this is where you keep your tests
    |   |-- lib/ # if your tests need some libraries, put them here, and u
    +se lib 't/lib'
    
  4. or download this
    src/
    |-- Build.PL
    ...
    |-- lib/
    |-- t/
        |-- lib/
    
  5. or download this
    src/
    |-- MANIFEST
    |-- Makefile.PL
    |-- Meta.yml
    
  6. or download this
    src/
    |-- Build # left over from perl Build.PL
    ...
    |-- *~ # your editor backups
    |-- cover_db # your data from test coverage
    |-- CVS # your source control meta data
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-24 06:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found