Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

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

by siberia-man (Friar)
on Oct 22, 2020 at 10:39 UTC ( [id://11123048]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %WriteMakefileArgs = (
        NAME             => 'File::Slurp::Affix',
    ...
    ...
        clean => { FILES => 'File-Slurp-Affix-*' },
    );
    
  2. or download this
    lib/
    t/
    ...
    Makefile.PL
    MANIFEST
    README
    
  3. or download this
    prove -l -v
    
  4. or download this
    podchecker lib/File/Slurp/Affix.pm
    pod2text lib/File/Slurp/Affix.pm > README
    
  5. or download this
    #!/usr/bin/env perl
    
    ...
     
    is_deeply [ ExtUtils::Manifest::manicheck() ], [], 'missing';
    is_deeply [ ExtUtils::Manifest::filecheck() ], [], 'extra';
    

Log In?
Username:
Password:

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

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

    No recent polls found