tagged and released
Samuel Kaufman [Wed, 20 Sep 2017 21:15:17 +0000 (21:15 +0000)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 5c485b3..9f2ea57 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for DBIx-Class-Fixtures
 
 {{$NEXT}}
 
+1.001038  2017-09-20 21:13:13+00:00 UTC
+
 - stop sorting source names before dumping, this allows for some hackery when you need certain sources to dump first (see https://github.com/dbsrgits/DBIx-Class-Fixtures/pull/12 for details) (cngarrison++)
 - doc patch for exclude attr (simbabque++)
 
index c5d5f42..22851d1 100644 (file)
@@ -52,7 +52,7 @@ my %WriteMakefileArgs = (
     "Test::More" => "0.98",
     "Test::TempDir::Tiny" => 0
   },
-  "VERSION" => "1.001037",
+  "VERSION" => "1.001038",
   "test" => {
     "TESTS" => "t/*.t"
   }