From: Samuel Kaufman Date: Mon, 21 Mar 2016 14:59:37 +0000 (+0000) Subject: prepping stable release X-Git-Tag: v1.001036^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Fixtures.git;a=commitdiff_plain;h=36a8b7f22b022d64a497d01f6888832a364f74ea prepping stable release --- diff --git a/Changes b/Changes index a427992..f8635dd 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for DBIx-Class-Fixtures {{$NEXT}} +- releasing as stable + 1.00103_5 2016-03-11 20:39:49+00:00 UTC (TRIAL RELEASE) - Will completely ignore sequences in Oracle due to having to drop and recreate them diff --git a/lib/DBIx/Class/Fixtures.pm b/lib/DBIx/Class/Fixtures.pm index 56f6c19..c979849 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.00103_5'; +our $VERSION = '1.001036'; $VERSION = eval $VERSION;