From: Grant M. <gr...@us...> - 2004-03-02 08:29:40
|
Update of /cvsroot/perl-xml/xml-simple/t In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32112/t Modified Files: 1_XMLin.t Log Message: - for release 2.11 Index: 1_XMLin.t =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/t/1_XMLin.t,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- 1_XMLin.t 29 Feb 2004 09:49:18 -0000 1.17 +++ 1_XMLin.t 2 Mar 2004 08:18:02 -0000 1.18 @@ -25,8 +25,8 @@ $@ = ''; eval "use XML::Simple;"; is($@, '', 'Module compiled OK'); -unless($XML::Simple::VERSION eq '2.10') { - diag("Warning: XML::Simple::VERSION = $XML::Simple::VERSION (expected 2.10)"); +unless($XML::Simple::VERSION eq '2.11') { + diag("Warning: XML::Simple::VERSION = $XML::Simple::VERSION (expected 2.11)"); } |