trial version, bump
Samuel Kaufman [Wed, 14 Jan 2015 15:09:21 +0000 (15:09 +0000)]
Changes
dist.ini
lib/DBIx/Class/Fixtures.pm

diff --git a/Changes b/Changes
index 3f499da..196eb02 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for DBIx-Class-Fixtures
 
 {{$NEXT}}
 
+- fix for bugtracker pointing to gh, should be rt, added test to identify windows issues
+
 1.001028  2015-01-05 00:40:41+00:00 Europe/London
 
 - releasing as stable
index 9f4f370..bda023f 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -11,7 +11,6 @@ authority = cpan:SKAUFMAN
 do_munging = 0
 
 [MetaResources]
-bugtracker.web    = https://github.com/dbsrgits/DBIx-Class-Fixtures/issues
 repository.url    = https://github.com/dbsrgits/DBIx-Class-Fixtures.git
 repository.web    = https://github.com/dbsrgits/DBIx-Class-Fixtures
 repository.type   = git
index 1e6176f..81b2569 100644 (file)
@@ -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.001028';
+our $VERSION = '1.001_029';
 
 $VERSION = eval $VERSION;