From: Samuel Kaufman Date: Mon, 25 Sep 2017 14:19:00 +0000 (+0000) Subject: released X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=dbsrgits%2FDBIx-Class-Fixtures.git released --- diff --git a/Changes b/Changes index ca9d98c..6c16950 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for DBIx-Class-Fixtures {{$NEXT}} +1.001039 2017-09-25 14:15:55+00:00 UTC + - remove trailing comma in tests that was breaking on most JSON parsers. 1.001038 2017-09-20 21:13:13+00:00 UTC diff --git a/Makefile.PL b/Makefile.PL index 22851d1..31a0ddb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -52,7 +52,7 @@ my %WriteMakefileArgs = ( "Test::More" => "0.98", "Test::TempDir::Tiny" => 0 }, - "VERSION" => "1.001038", + "VERSION" => "1.001039", "test" => { "TESTS" => "t/*.t" }