projects
/
dbsrgits/DBIx-Class-ResultSet-HashRef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7954b8b
)
dropped test dependency: File::Temp
Johannes Plunien [Fri, 5 Dec 2008 06:16:35 +0000 (06:16 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
3576607
..
6602882
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-12,7
+12,6
@@
all_from 'lib/DBIx/Class/ResultSet/HashRef.pm';
requires 'DBIx::Class';
test_requires 'Test::More';
-test_requires 'File::Temp';
auto_install;
WriteAll;