Update of /cvsroot/perl-xml/xml-filter-nsnormalise
In directory usw-pr-cvs1:/tmp/cvs-serv13401
Modified Files:
Makefile.PL
Log Message:
- added dependency on XML::NamespaceSupport 1.08
Index: Makefile.PL
===================================================================
RCS file: /cvsroot/perl-xml/xml-filter-nsnormalise/Makefile.PL,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.PL 9 Oct 2002 23:06:07 -0000 1.2
+++ Makefile.PL 10 Oct 2002 21:35:06 -0000 1.3
@@ -6,8 +6,9 @@
'NAME' => 'XML::Filter::NSNormalise',
'VERSION_FROM' => 'lib/XML/Filter/NSNormalise.pm',
'PREREQ_PM' => {
- Test::Simple => 0.41,
- XML::SAX => undef,
+ Test::Simple => 0.41,
+ XML::SAX => undef,
+ XML::NamespaceSupport => 1.08,
},
'EXE_FILES' => [ qw(bin/xmlnsnorm) ],
($] >= 5.005 ? (
|