Skip to content

theory/lingua-strfname

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lingua/Strfname version 0.14

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 Build.PL
./Build
./Build test
./Build install

Or, if you don't have Module::Build installed, 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 License

Copyright (c) 2000-2011, David E. Wheeler. Some Rights Reserved.

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