{{$NEXT}}
-- use Test::TempDir::Tiny for better test parallelization and cleanup
-
+- Fix for an issue where when inserting data into a database,
+ the tables were being sorted alphabetically, rather than in dependency order. ( TBSliver++ )
+- use Test::TempDir::Tiny for better test parallelization and cleanup ( RsrchBoy++ )
1.001_029 2015-01-14 15:17:28+00:00 Europe/London
"MIME::Base64" => 0,
"Path::Class" => "0.32",
"Scalar::Util" => "1.27",
- "Test::Compile::Internal" => 0
+ "Test::Compile::Internal" => 0,
+ "Test::TempDir::Tiny" => 0
},
"TEST_REQUIRES" => {
"File::Spec" => 0,
"Path::Class" => "0.32",
"Scalar::Util" => "1.27",
"Test::Compile::Internal" => 0,
- "Test::More" => "0.98"
+ "Test::More" => "0.98",
+ "Test::TempDir::Tiny" => 0
);
repository.web = https://github.com/dbsrgits/DBIx-Class-Fixtures
repository.type = git
+[VersionFromModule]
[PkgVersion]
[NextRelease]
[Git::Tag]
[Git::Contributors]
-[VersionFromModule]
[Git::Push]
__PACKAGE__->mk_group_accessors( 'simple' => qw/config_dir
_inherited_attributes debug schema_class dumped_objects config_attrs/);
-our $VERSION = '1.001_029';
+our $VERSION = '1.001_030';
$VERSION = eval $VERSION;