From: Grant M. <gr...@us...> - 2002-12-11 01:50:22
|
Update of /cvsroot/perl-xml/xml-simple/t In directory sc8-pr-cvs1:/tmp/cvs-serv538/t Modified Files: 1_XMLin.t Log Message: - bumped version to 2.01 Index: 1_XMLin.t =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/t/1_XMLin.t,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- 1_XMLin.t 17 Oct 2002 08:44:33 -0000 1.7 +++ 1_XMLin.t 11 Dec 2002 01:50:19 -0000 1.8 @@ -21,8 +21,8 @@ $@ = ''; eval "use XML::Simple;"; is($@, '', 'Module compiled OK'); -unless($XML::Simple::VERSION eq '2.00') { - diag("Warning: XML::Simple::VERSION = $XML::Simple::VERSION (expected 2.00)"); +unless($XML::Simple::VERSION eq '2.01') { + diag("Warning: XML::Simple::VERSION = $XML::Simple::VERSION (expected 2.01)"); } |