projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a006efc
)
Requiring latest version of XML::Writer where error was fixed.
Ken Youens-Clark [Fri, 12 Mar 2004 22:38:31 +0000 (22:38 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
a9a00ff
..
915ba8e
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-37,7
+37,7
@@
WriteMakefile(
'Test::Differences' => 0,
'Text::ParseWords' => 0,
'Text::RecordParser' => 0.02,
- 'XML::Writer' => 0,
+ 'XML::Writer' => 0.500,
'XML::XPath' => 1.13,
'YAML' => 0,
},
@@
-46,7
+46,7
@@
WriteMakefile(
},
);
-package MY;
+ackage MY;
use File::Basename qw(basename);
sub libscan {