projects
/
dbsrgits/DBIx-Class-Fixtures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
95288e6
)
released
master
Samuel Kaufman [Mon, 25 Sep 2017 14:19:00 +0000 (14:19 +0000)]
Changes
patch
|
blob
|
blame
|
history
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
ca9d98c
..
6c16950
100644
(file)
--- 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
(file)
--- 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"
}