Update of /cvsroot/perl-xml/xml-simple/t
In directory usw-pr-cvs1:/tmp/cvs-serv658/t
Modified Files:
1_XMLin.t
Log Message:
Updated for release 1.08_01
Index: 1_XMLin.t
===================================================================
RCS file: /cvsroot/perl-xml/xml-simple/t/1_XMLin.t,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- 1_XMLin.t 5 Feb 2002 22:28:31 -0000 1.3
+++ 1_XMLin.t 14 Feb 2002 21:37:05 -0000 1.4
@@ -109,8 +109,8 @@
eval "use XML::Simple;";
ok(1, !$@); # Module compiled OK
-unless($XML::Simple::VERSION eq '1.07b') {
- print STDERR "Warning: XML::Simple::VERSION = $XML::Simple::VERSION (expected 1.07b)...";
+unless($XML::Simple::VERSION eq '1.08_01') {
+ print STDERR "Warning: XML::Simple::VERSION = $XML::Simple::VERSION (expected 1.08_01)...";
}
|