projects
/
dbsrgits/SQL-Abstract.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
089b32f
)
Updated dependencies. (made a typo in previous commit)
Norbert Buchmuller [Wed, 26 Nov 2008 22:35:22 +0000 (22:35 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
bcaee3a
..
1230ae8
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-6,8
+6,8
@@
WriteMakefile(
NAME => 'SQL::Abstract',
VERSION_FROM => 'lib/SQL/Abstract.pm', # finds $VERSION
PREREQ_PM => {
- "List::Util" => 0
- "Scalar::Util" => 0
+ "List::Util" => 0,
+ "Scalar::Util" => 0,
"Test::Builder" => 0,
"Test::More" => 0,
"Test::Exception" => 0,