From: Samuel Kaufman Date: Mon, 5 Jan 2015 00:40:36 +0000 (+0000) Subject: releasing as stable X-Git-Tag: v1.001028^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3565dfee2cbf942f53dbcfff645c324260b306ca;p=dbsrgits%2FDBIx-Class-Fixtures.git releasing as stable --- diff --git a/Changes b/Changes index 98f6ea3..ed40c8d 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for DBIx-Class-Fixtures {{$NEXT}} +- releasing as stable + 1.001027_02 2014-12-30 19:50:50+00:00 Europe/London - changed tests to use portable directory management diff --git a/lib/DBIx/Class/Fixtures.pm b/lib/DBIx/Class/Fixtures.pm index c0681db..1e6176f 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.001027_02'; +our $VERSION = '1.001028'; $VERSION = eval $VERSION;