Update of /cvsroot/perl-xml/xml-simple/lib/XML
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16851/lib/XML
Modified Files:
Simple.pm
Log Message:
- for 2.15 release
Index: Simple.pm
===================================================================
RCS file: /cvsroot/perl-xml/xml-simple/lib/XML/Simple.pm,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Simple.pm 19 Sep 2006 10:01:32 -0000 1.27
+++ Simple.pm 3 Oct 2006 01:07:48 -0000 1.28
@@ -53,7 +53,7 @@
@ISA = qw(Exporter);
@EXPORT = qw(XMLin XMLout);
@EXPORT_OK = qw(xml_in xml_out);
-$VERSION = '2.14';
+$VERSION = '2.15';
$PREFERRED_PARSER = undef;
my $StrictMode = 0;
|