-
-
24 Feb 2013 05:20:43 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (640 / 0 / 0)
- Kwalitee
Bus factor: 0- % Coverage
- License: unknown
- Activity
24 month- Tools
- Download (25.22KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.29
- added relative date support, so you can define one DateTime field that is either a fixed or random duration away from another DateTime field.
- You can also make it relative to 'now' or 'today', instead of referring to another field.
Documentation
Learning the basics of Data::MakerModules
Simple, flexibile and extensible generation of realistic dataa 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 DateTime values.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.A value generated by a Data::Maker::FieldProvides
in lib/Data/Maker/Field/File.pmin lib/Data/Maker/Field/Format.pmin lib/Data/Maker/Field/IP.pmin lib/Data/Maker/Field/Password.pmin lib/Data/Maker/Field/Person.pmin lib/Data/Maker/Field/Person/FirstName.pmin lib/Data/Maker/Field/Person/Gender.pmin lib/Data/Maker/Field/Person/LastName.pmin lib/Data/Maker/Field/Person/MiddleName.pmin lib/Data/Maker/Field/Person/SSN.pmin lib/Data/Maker/Record.pmOther files
Module Install Instructions
To install Data::Maker, copy and paste the appropriate command in to your terminal.
cpanm Data::Maker
perl -MCPAN -e shell install Data::Maker
For more information on module installation, please visit the detailed CPAN module installation guide.