projects
/
dbsrgits/DBIx-Class-Fixtures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
03a210c
)
added File::Temp as prerequisite since it is referenced in Fixtures.pm
hatorikibble [Wed, 25 Nov 2015 11:59:35 +0000 (12:59 +0100)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
e6331e2
..
1547638
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-35,6
+35,7
@@
my %WriteMakefileArgs = (
"DateTime::Format::Pg" => 0,
"DateTime::Format::SQLite" => "0.1",
"File::Copy::Recursive" => "0.38",
+ "File::Temp" => "0.2304",
"Hash::Merge" => "0.1",
"IO::All" => "0.85",
"JSON::Syck" => "1.27",