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';