Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

RFC: How to Release Modules on CPAN in 2011

by ELISHEVA (Prior)
on Dec 28, 2010 at 21:16 UTC ( [id://879515]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      use 5.008008; # NOT 5.8.8 - needed by CPAN testers
    
    ...
               , create_makefile_pl => 'traditional'
             );
      $builder->create_build_script;  #generate Build
    
  2. or download this
    use 5.008008; # NOT 5.8.8
    
    ...
       
    # makeproject command run like this
    # ./Build makeproject
    
  3. or download this
       {
          package MyBuilder;
    ...
       }
    
       my $builder = MyBuilder->new(...various arguments...);
    
  4. or download this
       ./Build manifest
       ./Build disttest
       ./Build dist
    
  5. or download this
       ./Build test
       ./Build fakeinstall
    ...
       perl Build.PL --destdir /tmp/foo/
       ./Build test
       ./Build install
    
  6. or download this
       ./Build clean
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-19 23:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found