Acme-MorseComments
    
    
  
  
  
view release on metacpan or search on metacpan
lib/Acme/MorseComments.pm view on Meta::CPAN
=head1 NAME
Acme::MorseComments - Completely useless module that replaces all of your software's comments with morse code.
=head1 SYNOPSIS
    use Acme::MorseComments;
=head1 DESCRIPTION
    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.
t/Acme-MorseComments.t view on Meta::CPAN
# Before `make install' is performed this script should be runnable with
# `make test'. After `make install' it should work as `perl Acme-MorseComments.t'
#########################
# change 'tests => 1' to 'tests => last_test_to_print';
use Test;
BEGIN { plan tests => 1 };
require Acme::MorseComments;
ok(1); # If we made it this far, we're ok.
#########################
# Insert your test code below, the Test::More module is use()ed here so read
# its man page ( perldoc Test::More ) for help writing this test script.
( run in 0.448 second using v1.01-cache-2.11-cpan-5dc5da66d9d )