Binary package “libdbix-class-factory-perl” in ubuntu mantic

factory-style fixtures for DBIx::Class

 Ruby has factory_girl, Python has factory_boy. Now Perl has
 DBIx::Class::Factory.
 .
 Creating big fixture batches may be a pain. This module provides easy way
 of creating data in database via DBIx::Class.
 .
 To create a factory just derive from DBIx::Class::Factory and apply some
 settings. You can also add some data at the moment of creating instance,
 redefining factory defaults.
 .
 Tests for this module contains a bunch of useful examples.