Update of /cvsroot/perl-xml/xml-simple/t
In directory sc8-pr-cvs1:/tmp/cvs-serv19607/t
Modified Files:
1_XMLin.t
Log Message:
- for release 2.03
Index: 1_XMLin.t
===================================================================
RCS file: /cvsroot/perl-xml/xml-simple/t/1_XMLin.t,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- 1_XMLin.t 15 Dec 2002 08:10:52 -0000 1.9
+++ 1_XMLin.t 20 Jan 2003 07:48:59 -0000 1.10
@@ -21,8 +21,8 @@
$@ = '';
eval "use XML::Simple;";
is($@, '', 'Module compiled OK');
-unless($XML::Simple::VERSION eq '2.02') {
- diag("Warning: XML::Simple::VERSION = $XML::Simple::VERSION (expected 2.02)");
+unless($XML::Simple::VERSION eq '2.03') {
+ diag("Warning: XML::Simple::VERSION = $XML::Simple::VERSION (expected 2.03)");
}
|