Revision history for DBIx-Class-Fixtures
+1.001018
+- Reduced the size of a PK in the fixtures to stop (hopefully) some occasional
+ error reports
+
1.001017
- POD fixes (justin hunter++)
- Changed the test suite so it doesn't mindlessly break with the changes
__PACKAGE__->mk_group_accessors( 'simple' => qw/config_dir
_inherited_attributes debug schema_class dumped_objects config_attrs/);
-our $VERSION = '1.001017';
+our $VERSION = '1.001018';
=head1 NAME
[ 2, 'Random Boy Band' ],
[ 3, 'We Are Goth' ],
[ 4, '' ], # Test overridden new will default name to "Test Name" using use_create => 1.
- [ 329482389748937, 'Big PK' ],
+ [ 32948, 'Big PK' ],
]);
$schema->populate('CD', [
{
"class": "Artist",
- "ids": ["329482389748937"],
+ "ids": ["32948"],
"fetch": [{
"rel": "cds",
"quantity": "all"