Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: What do I use to release a module to CPAN for the first time?

by davido (Cardinal)
on Oct 10, 2020 at 20:23 UTC ( [id://11122673]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    tree Foo-Bar/
    Foo-Bar/
    ...
            pod.t
        xt/
            boilerplate.t
    
  2. or download this
    Created Foo-Bar
    Created Foo-Bar/lib/Foo
    ...
    Added to MANIFEST: xt/boilerplate.t
    Created Foo-Bar/MANIFEST
    Created starter directories and files
    
  3. or download this
    our $VERSION = '0.01';
    $VERSION = eval $VERSION;
    
  4. or download this
    perl Makefile.PL
    make
    make test
    
  5. or download this
    make disttest
    
  6. or download this
    make dist
    

Log In?
Username:
Password:

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

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

    No recent polls found