Update of /cvsroot/perl-xml/xml-filter-nsnormalise/lib/XML/Filter
In directory usw-pr-cvs1:/tmp/cvs-serv14488/lib/XML/Filter
Modified Files:
NSNormalise.pm
Log Message:
- bumped version for release of new test scripts
Index: NSNormalise.pm
===================================================================
RCS file: /cvsroot/perl-xml/xml-filter-nsnormalise/lib/XML/Filter/NSNormalise.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- NSNormalise.pm 9 Oct 2002 23:06:08 -0000 1.3
+++ NSNormalise.pm 10 Oct 2002 21:36:56 -0000 1.4
@@ -10,7 +10,7 @@
use vars qw($VERSION @ISA);
-$VERSION = '0.02';
+$VERSION = '0.03';
@ISA = qw(XML::SAX::Base);
|