The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.07 2023-08-20T08:32:57+02:00
 - API change: name() returns random male/female name as default.
 - Add name_female() and name_male() functions.
 - Implement random number of generated names. First name vs first with
   middle names.
 - Move copyright dates to begin of copyright string.
 - Rename example files to better names.
 - Update Module::Install to 1.21 version.
 - Update copyright years.

0.06 2021-01-26T13:32:03+01:00
 - Fix bugtracker.
 - Update copyright years.

0.05 2020-04-07T11:42:33+02:00
 - Fix Makefile.PL fails with no '.' in @INC.
 - Fix author requires.
 - Improve LICENSE AND COPYRIGHT section in doc.
 - Improve SYNOPSIS section in doc.
 - Rewrite doc to using POD =head2 for methods.
 - Update Module::Install to 1.19 version.
 - Update author github username.
 - Update author name.
 - Update copyright years.

0.04 2015-09-22T13:14:45+02:00
 - Fix comment (thanks Mohammad S Anwar).
 - Move author tests to xt/ directory.
 - Improve SEE ALSO section in doc.
 - Rewrite B<> to C<> on methods.
 - Update LICENSE AND COPYRIGHT section to my standard.
 - Update Module::Install to 1.16 version.
 - Update copyright years.

0.03 2014-08-29T01:47:35+02:00
 - Add 'readme_from' directive to Makefile.PL.
 - Add minimum version of Perl.
 - Fix LICENSE file.
 - Update Module::Install to 1.10 version.

0.02 2013-09-21
 - Add link to Mock::Person::SK in doc.
 - Fix LICENSE year.
 - Fix doc spelling.
 - Rewrite Changes file to CPAN::Changes::SPEC format.

0.01 2013-07-26
 - First version.