From: Grant M. <gr...@us...> - 2002-10-11 01:59:40
|
Update of /cvsroot/perl-xml/xml-filter-nsnormalise In directory usw-pr-cvs1:/tmp/cvs-serv11343 Modified Files: Makefile.PL Log Message: - added dependency on XML::SAX::Writer 0.44 and XML::SAX 0.11 Index: Makefile.PL =================================================================== RCS file: /cvsroot/perl-xml/xml-filter-nsnormalise/Makefile.PL,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.PL 10 Oct 2002 21:35:06 -0000 1.3 +++ Makefile.PL 11 Oct 2002 01:59:37 -0000 1.4 @@ -7,7 +7,8 @@ 'VERSION_FROM' => 'lib/XML/Filter/NSNormalise.pm', 'PREREQ_PM' => { Test::Simple => 0.41, - XML::SAX => undef, + XML::SAX => 0.11, + XML::SAX::Writer => 0.44, XML::NamespaceSupport => 1.08, }, 'EXE_FILES' => [ qw(bin/xmlnsnorm) ], |