Acme-Your
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
},
$] >= 5.005 ? ('AUTHOR' => 'Richard Clamp <richardc@unixbeard.net>, Mark Fowler <mark@twoshortplanks.com>',
'ABSTRACT' => 'Introduce an our variable into someone else\'s package',
) : ()
);
use Config;
use File::Spec::Functions;
sub MY::postamble {
my $perl = $Config{perlpath};
my $pod2text = catfile($Config{bin}, "pod2text");
return <<EOF
README: $module
\t$perl $pod2text $module > README
EOF
}
( run in 0.742 second using v1.01-cache-2.11-cpan-ceb78f64989 )