Acme-BlahBlahBlah
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
NAME => 'Acme::BlahBlahBlah',
VERSION_FROM => 'lib/Acme/BlahBlahBlah.pm', # finds $VERSION
PREREQ_PM => {}, # e.g., Module::Name => 1.1
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'lib/Acme/BlahBlahBlah.pm', # retrieve abstract from module
AUTHOR => 'David Glasser <glasser@bestpractical.com>') : ()),
);
lib/Acme/BlahBlahBlah.pm view on Meta::CPAN
C<blah_blah_blah>, which dies if it's ever evaluated.
=head1 SEE ALSO
L<Yada::Yada::Yada>, which does the same thing for a different reason.
=head1 AUTHOR
David Glasser, E<lt>glasser@bestpractical.comE<gt>
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2005 by David Glasser
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.6 or,
at your option, any later version of Perl 5 you may have available.
( run in 0.569 second using v1.01-cache-2.11-cpan-4e96b696675 )