Text::Morse - Encoding and decoding Morse code - v0.03

================================================================================
SYNOPSIS:
================================================================================

 use Text::Morse;

 my $morse = new Text::Morse;
 print scalar($morse->Decode("... --- ..."));
 print scalar($morse->Encode("Adam Bertil"));

================================================================================
INSTALLATION:
================================================================================

   To install this module type the following:

      perl Makefile.PL
      make
      make test
      make install

================================================================================
USAGE:
================================================================================

       Useless but fun.

================================================================================
SEE ALSO:
================================================================================

       /usr/games/morse

================================================================================
BUGS AND SOURCE:
================================================================================

       Bug tracking for this module: https://rt.cpan.org/Dist/Display.html?Name=Text-Morse

       Source hosting: http://www.github.com/bennie/perl-VMware-vCloud

================================================================================
VERSION:
================================================================================

       Text::Morse v0.03 (2014/03/01)

================================================================================
COPYRIGHT:
================================================================================

       (c) 2014-2014, Phillip Pollard <[email protected]>
       (c) 2001, Ariel Brosh

================================================================================
LICENSE:
================================================================================

This source code is released under the "Perl Artistic License 2.0," the text of
which is included in the LICENSE file of this distribution. It may also be
reviewed here: http://opensource.org/licenses/artistic-license-2.0

================================================================================
AUTHORSHIP:
================================================================================

This module was originally authored in 2001 by Ariel Brosh. ([email protected])
It was adopted (via the CPAN "adoptme" account) by Phillip Pollard in 2014.