projects
/
dbsrgits/DBIx-Class-Fixtures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1f150dc
)
updated changelog, version
Samuel Kaufman [Tue, 8 Dec 2015 16:35:22 +0000 (16:35 +0000)]
Changes
patch
|
blob
|
blame
|
history
Makefile.PL
patch
|
blob
|
blame
|
history
lib/DBIx/Class/Fixtures.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
2772bc8
..
828ccd8
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-2,6
+2,8
@@
Revision history for DBIx-Class-Fixtures
{{$NEXT}}
+1.00103_3 2015-12-08 16:33:56+00:00 UTC (TRIAL RELEASE)
+
- RT#108017 bugfix ( hatorikibble++ )
- added File::Temp to deps ( hatorikibble++ )
diff --git
a/Makefile.PL
b/Makefile.PL
index
6b48378
..
97f97c4
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-51,7
+51,7
@@
my %WriteMakefileArgs = (
"IPC::Open3" => 0,
"Test::More" => "0.98"
},
- "VERSION" => "1.001032",
+ "VERSION" => "1.00103_3",
"test" => {
"TESTS" => "t/*.t"
}
diff --git
a/lib/DBIx/Class/Fixtures.pm
b/lib/DBIx/Class/Fixtures.pm
index
c0df026
..
c293ca1
100644
(file)
--- 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.001032';
+our $VERSION = '1.00103_3';
$VERSION = eval $VERSION;