Acme-AllThePerlIsAStage
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use strict;
use warnings;
use ExtUtils::MakeMaker;
# eval q{
# use File::ShareDir::Install 0.07;
# delete_share '.'; # delete it all first
# install_share 'share'; # install the current version second
# *MY::postamble = \&File::ShareDir::Install::postamble;
# };
# warn "-- share/ will not be installed --\n\t$@\n-- end sharedir error --\n" if $@;
WriteMakefile(
NAME => 'Acme::AllThePerlIsAStage',
AUTHOR => 'Daniel Muey <http://drmuey.com/cpan_contact.pl>',
VERSION_FROM => 'lib/Acme/AllThePerlIsAStage.pm',
ABSTRACT_FROM => 'lib/Acme/AllThePerlIsAStage.pm',
PL_FILES => {},
PREREQ_PM => {
'Test::More' => 0,
},
lib/Acme/AllThePerlIsAStage.pm view on Meta::CPAN
more verbose:
AllThePerlIsAStage_verbose=1 ./they_have_their_exits_and_their_entrances.pl
AllThePerlIsAStage_verbose=1 ./they_have_their_exits_and_their_entrances.pl
AllThePerlIsAStage_verbose=1 perlcc ./they_have_their_exits_and_their_entrances.pl -o they_have_their_exits_and_their_entrances
AllThePerlIsAStage_verbose=1 ./they_have_their_exits_and_their_entrances
AllThePerlIsAStage_verbose=1 ./they_have_their_exits_and_their_entrances
=head1 DIAGNOSTICS
Throws no warnings or errors of its own.
=head1 DEPENDENCIES
None.
=head1 INCOMPATIBILITIES
None reported.
=head1 This seems useful so why is it in Acme:: instead of Devel::?
( run in 2.653 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )