Changes for version 0.07
- Added $VERSION to all *.pm files
- Changed PROPERTIES to ATTRIBUTES in the POD for Data::Maker
- Fixed the code in the SYNOPSIS to make more sense (and added another example)
- Documented Data::Maker::Field::Code
- Documented Data::Maker::Field
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.
Provides
in lib/Maker.pm
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/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