From: Grant M. <gr...@us...> - 2004-11-17 09:01:10
|
Update of /cvsroot/perl-xml/xml-simple/t In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19491/t Modified Files: 1_XMLin.t Log Message: - for 2.13 release Index: 1_XMLin.t =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/t/1_XMLin.t,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- 1_XMLin.t 5 Apr 2004 09:12:51 -0000 1.20 +++ 1_XMLin.t 17 Nov 2004 09:01:01 -0000 1.21 @@ -25,8 +25,8 @@ $@ = ''; eval "use XML::Simple;"; is($@, '', 'Module compiled OK'); -unless($XML::Simple::VERSION eq '2.12') { - diag("Warning: XML::Simple::VERSION = $XML::Simple::VERSION (expected 2.12)"); +unless($XML::Simple::VERSION eq '2.13') { + diag("Warning: XML::Simple::VERSION = $XML::Simple::VERSION (expected 2.13)"); } |