projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2d98334
)
Added Pod::Usage as a prerequisite
Darren Chamberlain [Thu, 21 Mar 2002 15:45:42 +0000 (15:45 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
31ccc84
..
e4714f5
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-12,5
+12,6
@@
WriteMakefile(
'PREREQ_PM' => {
'Parse::RecDescent' => 0, # Is a particular version needed?
'XML::Writer' => 0,
+ 'Pod::Usage' => 0,
},
);