projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c07fe43
)
Accidentally PREREQ_PM'ed XML::Writer instead fo XML::Dumper
Darren Chamberlain [Thu, 21 Mar 2002 17:52:18 +0000 (17:52 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
e4714f5
..
629e9c7
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-11,7
+11,7
@@
WriteMakefile(
],
'PREREQ_PM' => {
'Parse::RecDescent' => 0, # Is a particular version needed?
- 'XML::Writer' => 0,
+ 'XML::Dumper' => 0,
'Pod::Usage' => 0,
},
);