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