From: Grant M. <gr...@us...> - 2002-12-15 08:10:55
|
Update of /cvsroot/perl-xml/xml-simple/t In directory sc8-pr-cvs1:/tmp/cvs-serv16667/t Modified Files: 1_XMLin.t Log Message: - bumped version number for release 2.02 Index: 1_XMLin.t =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/t/1_XMLin.t,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- 1_XMLin.t 11 Dec 2002 01:50:19 -0000 1.8 +++ 1_XMLin.t 15 Dec 2002 08:10:52 -0000 1.9 @@ -21,8 +21,8 @@ $@ = ''; eval "use XML::Simple;"; is($@, '', 'Module compiled OK'); -unless($XML::Simple::VERSION eq '2.01') { - diag("Warning: XML::Simple::VERSION = $XML::Simple::VERSION (expected 2.01)"); +unless($XML::Simple::VERSION eq '2.02') { + diag("Warning: XML::Simple::VERSION = $XML::Simple::VERSION (expected 2.02)"); } |