From: Grant M. <gr...@us...> - 2004-03-02 08:29:40
|
Update of /cvsroot/perl-xml/xml-simple/lib/XML In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32112/lib/XML Modified Files: Simple.pm Log Message: - for release 2.11 Index: Simple.pm =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/lib/XML/Simple.pm,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- Simple.pm 29 Feb 2004 09:48:17 -0000 1.17 +++ Simple.pm 2 Mar 2004 08:18:02 -0000 1.18 @@ -53,7 +53,7 @@ @ISA = qw(Exporter); @EXPORT = qw(XMLin XMLout); @EXPORT_OK = qw(xml_in xml_out); -$VERSION = '2.10'; +$VERSION = '2.11'; $PREFERRED_PARSER = undef; my $StrictMode = 0; |