projects
/
dbsrgits/DBIx-Class-Schema-RestrictWithObject.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
036d36c
)
Remove duplicate Test::More dependency
D. Ilmari Mannsåker [Fri, 28 Jun 2013 09:51:27 +0000 (10:51 +0100)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
a8f926b
..
63e3c8f
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-16,7
+16,6
@@
build_requires 'Test::More' => 0;
build_requires 'SQL::Translator' => '0.11016';
build_requires 'Scalar::Util' => '1.18';
#ANYONE WANT TO GIVE ME VERSION NUMBERS??? PLEASE??
-build_requires 'Test::More' => 0;
build_requires 'DBD::SQLite' => 0;
auto_install;