From: Grant M. <gr...@us...> - 2007-08-02 10:40:51
|
Update of /cvsroot/perl-xml/xml-simple/lib/XML In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6809/lib/XML Modified Files: Simple.pm Log Message: - for 2.17 release Index: Simple.pm =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/lib/XML/Simple.pm,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- Simple.pm 6 Apr 2007 02:59:03 -0000 1.38 +++ Simple.pm 2 Aug 2007 10:40:16 -0000 1.39 @@ -53,7 +53,7 @@ @ISA = qw(Exporter); @EXPORT = qw(XMLin XMLout); @EXPORT_OK = qw(xml_in xml_out); -$VERSION = '2.16'; +$VERSION = '2.17'; $PREFERRED_PARSER = undef; my $StrictMode = 0; |