From: Samuel Kaufman Date: Tue, 5 Jan 2016 15:05:16 +0000 (+0000) Subject: screwed up the version, fixing X-Git-Tag: v1.001034^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dd0c353a6dbeb61609d8cc1abecd3459847d5891;p=dbsrgits%2FDBIx-Class-Fixtures.git screwed up the version, fixing --- diff --git a/Makefile.PL b/Makefile.PL index 97f97c4..59fdbc0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -51,7 +51,7 @@ my %WriteMakefileArgs = ( "IPC::Open3" => 0, "Test::More" => "0.98" }, - "VERSION" => "1.00103_3", + "VERSION" => "1.001034", "test" => { "TESTS" => "t/*.t" } diff --git a/lib/DBIx/Class/Fixtures.pm b/lib/DBIx/Class/Fixtures.pm index 2f0ba45..1afc90c 100644 --- a/lib/DBIx/Class/Fixtures.pm +++ b/lib/DBIx/Class/Fixtures.pm @@ -23,7 +23,7 @@ our $namespace_counter = 0; __PACKAGE__->mk_group_accessors( 'simple' => qw/config_dir _inherited_attributes debug schema_class dumped_objects config_attrs/); -our $VERSION = '1.00104'; +our $VERSION = '1.001034'; $VERSION = eval $VERSION;