From: Grant M. <gr...@us...> - 2002-10-17 08:56:21
|
Update of /cvsroot/perl-xml/xml-simple/lib/XML In directory usw-pr-cvs1:/tmp/cvs-serv22354/lib/XML Modified Files: Simple.pm Log Message: - POD update for stringification error in strict more Index: Simple.pm =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/lib/XML/Simple.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Simple.pm 17 Oct 2002 08:44:33 -0000 1.3 +++ Simple.pm 17 Oct 2002 08:56:18 -0000 1.4 @@ -2047,6 +2047,12 @@ element). Note: if strict mode is not set but -w is, this condition triggers a warning. +=item * + +Data error - as above, but value of key attribute (eg: partnum) is not a +scalar string (due to nested elements etc). This will also trigger a warning +if strict mode is not enabled. + =back =head1 SAX SUPPORT |