From: Grant M. <gr...@us...> - 2007-01-30 08:01:29
|
Update of /cvsroot/perl-xml/xml-filter-nsnormalise In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7785 Modified Files: Changes Log Message: - fix date format and whitespace Index: Changes =================================================================== RCS file: /cvsroot/perl-xml/xml-filter-nsnormalise/Changes,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Changes 11 Oct 2002 02:03:19 -0000 1.4 +++ Changes 30 Jan 2007 08:01:28 -0000 1.5 @@ -1,26 +1,26 @@ Revision history for Perl extension XML::Filter::NSNormalise. -0.04 Fri Oct 11 - - added dependency on XML::SAX 0.11 - - added dependency on XML::SAX::Writer 0.44 - - changed tests to take advantage of Test::More's diagnostics +0.04 Oct 11 2002 + - added dependency on XML::SAX 0.11 + - added dependency on XML::SAX::Writer 0.44 + - changed tests to take advantage of Test::More's diagnostics -0.03 Fri Oct 11 - - added dependency on XML::NamespaceSupport 1.08 - - skip tests which rely on XML::SAX if it doesn't work +0.03 Oct 11 2002 + - added dependency on XML::NamespaceSupport 1.08 + - skip tests which rely on XML::SAX if it doesn't work -0.02 Thu Oct 10 - - added xmlnsnorm command-line utility - - fixed fatal error on mapping to the same prefix the document already uses - - fixed typo in sample code - - added extra examples/clarifcations in POD +0.02 Oct 10 2002 + - added xmlnsnorm command-line utility + - fixed fatal error on mapping to the same prefix the document already uses + - fixed typo in sample code + - added extra examples/clarifcations in POD -0.01 Wed Oct 9 - - first release to CPAN - - added tests - - added POD - - added support for mapping prefixes on attributes - - fixed end_element handler not mapping 'Name' - - original version; created by h2xs 1.21 with options - -AX -n XML::Filter::NSNormalise +0.01 Oct 09 2002 + - first release to CPAN + - added tests + - added POD + - added support for mapping prefixes on attributes + - fixed end_element handler not mapping 'Name' + - original version; created by h2xs 1.21 with options + -AX -n XML::Filter::NSNormalise |