NameCase(3) Perl module to fix the case of people's names.

CHANGES

1998/04/20 First release.

1998/06/25 First public release.

1999/01/18 Second public release.

1999/02/08 Added Mac with Mack as an exception, thanks to Kim Ryan for this.

1999/05/05 Copied Kim Ryan's Mc/Mac solution from his NameParse.pm and
            replaced my Mc/Mac solution with his.

1999/05/08 nc can now use $_ as its default argument
            e.g. ``$ans = nc ;'' and ``nc ;'', both of which set $_, with the
            first one setting $ans also.

1999/07/30 Modified for CPAN and automatic testing. Stopped using $_ as the
            default argument.

1999/08/08 Changed licence to LGPL.

1999/09/07 Minor change to packaging for CPAN.

1999/09/09 Renamed package Lingua::EN::NameCase.pm as per John Porter's
            (CPAN) suggestion.

1999/11/13 Added code for names with roman numerals, thanks to David Lynn
            Rice for this suggestion. (If you need to go beyond LXXXIX let me
            know.)

2000/11/22 Added use locale at the suggestion of Eric Kolve. It should have          been there in the first place.

2002/04/25 Al, Ben and Van are preserved if single names and namecased          otherwise, e.g. 'Al' => 'Al', 'Al Fahd' => 'al Fahd'. Added
         $SPANISH_EL variable. All thanks to a suggestion by Aaron
         Patterson.
2002/04/26 Changed $SPANISH_EL to $SPANISH and now 'La' => 'la' unless          $SPANISH is set in which case 'La' => 'La'. Again thanks to
         Aaron Patterson.

2007/04/27 Added 16 ``Mac'' exceptions provided by Stuart McConnachie.          The license is now ``the same terms as Perl itself''.

2008/02/07 Fixed the version number.