From: Grant M. <gr...@us...> - 2006-10-08 07:44:30
|
Update of /cvsroot/perl-xml/xml-simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19558 Modified Files: MANIFEST todo Log Message: - add hook method: new_hashref() Index: MANIFEST =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/MANIFEST,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- MANIFEST 29 Jan 2005 04:43:02 -0000 1.8 +++ MANIFEST 8 Oct 2006 07:44:26 -0000 1.9 @@ -18,6 +18,7 @@ t/8_Namespaces.t t/9_Strict.t t/A_XMLParser.t +t/B_Hooks.t t/desertnet.src t/lib/TagsToUpper.pm t/srt.xml Index: todo =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/todo,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- todo 29 Jan 2005 04:20:58 -0000 1.1 +++ todo 8 Oct 2006 07:44:26 -0000 1.2 @@ -1,2 +1,8 @@ -- test cases - - iterate parsers (only on author's machine?) +To Release +========== +- fix infinite loop reported by Lee Goddard +- add new_hashref hook method + +To Do +===== +- add cache_dir (?) method (rather than option) |