Acme-MorseComments
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::MorseComments',
VERSION_FROM => 'lib/Acme/MorseComments.pm',
PREREQ_PM => { PPI => 0.8 },
($] >= 5.005
? (ABSTRACT_FROM => 'lib/Acme/MorseComments.pm',
AUTHOR => 'Justin Wheeler '
. '<morsecomments@datademons.com>')
: ()),
);
DEPENDENCIES
This module requires these other modules and libraries:
PPI. This module makes use of the PPI module to distinguish what is a
comment and what is not.
COPYRIGHT AND LICENCE
Copyright (c) 2006 Justin Wheeler <morsecomments@datademons.com. All
rights reserved. This program is free software; you can redistribute
or modify it under the same terms as Perl itself.
This software also comes without any warranty to the extent allowed by
law. Don't blame me should this software somehow lose all of your
data and code.
lib/Acme/MorseComments.pm view on Meta::CPAN
Simply use this module, and it will change all of your comments to
morse code, and rewrite itself without the use line in it.
A copy of the original file will be saved in $0.orig. If $0.orig
cannot be successfully saved, then the morse-coded file will be output
to STDOUT, and the original file will remain unchanged.
=head1 AUTHOR
Justin Wheeler <morsecomments@datademons.com>
=head1 BUGS
None that I'm aware of, but it's always possible. E-mail me should
you find any.
=head1 COPYRIGHT
Copyright (c) 2006 Justin Wheeler <morsecomments@datademons.com. All
rights reserved. This program is free software; you can redistribute
or modify it under the same terms as Perl itself.
This software also comes without any warranty to the extent allowed by
law. Don't blame me should this software somehow lose all of your
data and code.
=cut
( run in 1.849 second using v1.01-cache-2.11-cpan-39bf76dae61 )