This is the README file for Acme::Hello, a module to print a
greeting message.

* Installation

Acme::Hello uses the standard perl module install process:

   cpansign -v         # optional; see SIGNATURE for details
   perl Makefile.PL
   make
   make test
   make install

* Copyright

Copyright 2002, 2005 by Autrijus Tang <[email protected]>.

All rights reserved.  You can redistribute and/or modify
this bundle under the same terms as Perl itself.

See <http://www.perl.com/perl/misc/Artistic.html>.

# Local variables:
# c-indentation-style: bsd
# c-basic-offset: 4
# indent-tabs-mode: nil
# End:
# vim: expandtab shiftwidth=4: