Lingua/Strfname version 0.02
============================

This module exports a single function, strfname(), that may be used to format
people's names. It features a flexible formatting syntax roughly based on the
well-known printf and strftime formats.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires no other modules or libraries not already included with
Perl.

COPYRIGHT AND LICENCE

Copyright (c) 2000-2002, David Wheeler. All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the
same terms as Perl itself.
