Revision history for DBIx-Class-Fixtures
+1.001019
+- Fixed issue when using fixtures and parallel testing (such as prove -j9 ...)
+
1.001018
- Reduced the size of a PK in the fixtures to stop (hopefully) some occasional
error reports
__PACKAGE__->mk_group_accessors( 'simple' => qw/config_dir
_inherited_attributes debug schema_class dumped_objects config_attrs/);
-our $VERSION = '1.001018';
+our $VERSION = '1.001019';
=head1 NAME