The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.23

  • Fixed a bug in Data::Maker::Field in which a formatting atom of 0 was ignored... in fact, I think everything after a zero would also be ignored. (because returning zero is no better than returning nothing)
  • Modified Data::Maker::Field::DateTime so that the `start` and `end` parameters can be either a year (as it was originally written) or an actual DateTime object, as I should have written it in the first place.
  • Added MooseX::Aliases as a dependency

Documentation

Learning the basics of Data::Maker

Modules

Simple, flexibile and extensible generation of realistic data
a Moose role that is consumed by all Data::Maker field classes; the ones included with Data::Maker and the ones that you write yourself to extend Data::Maker's capabilities.
A Data::Maker field class that generates its data based on a code reference. It was written specifically to allow for certain fields to be based on the value of some other field in the same record.
A Data::Maker field class that generates its data from the initials of either the the value of a single field, or the value of multiple fields, previously determined in the same record. This class is a subclass of Data::Maker::Field::Code.
A Data::Maker field class that uses Text::Lorem to generate random Latin-looking text, given a number of words, sentences or paragraphs.
A Data::Maker field class that generates its data based on a set of lists of potential values.
A Data::Maker field class used for generating numeric data.
A Data::Maker field class that generates its data based on a list of potential values.

Provides

in lib/Data/Maker/Field/DateTime.pm
in lib/Data/Maker/Field/File.pm
in lib/Data/Maker/Field/Format.pm
in lib/Data/Maker/Field/IP.pm
in lib/Data/Maker/Field/Password.pm
in lib/Data/Maker/Field/Person.pm
in lib/Data/Maker/Field/Person/FirstName.pm
in lib/Data/Maker/Field/Person/Gender.pm
in lib/Data/Maker/Field/Person/LastName.pm
in lib/Data/Maker/Field/Person/MiddleName.pm
in lib/Data/Maker/Field/Person/SSN.pm
in lib/Data/Maker/Record.pm