From: Mike Taylor Date: Fri, 21 Jul 2006 11:29:17 +0000 (+0000) Subject: Tweak comment. X-Git-Tag: CPAN-v1.02~54^2~1111 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=26070b3af8936a73a2e13921eb350cf7348be312;ds=sidebyside Tweak comment. --- diff --git a/lib/ZOOM/XML/Simple.pm b/lib/ZOOM/XML/Simple.pm index da55ff7..e666ba0 100644 --- a/lib/ZOOM/XML/Simple.pm +++ b/lib/ZOOM/XML/Simple.pm @@ -1,4 +1,4 @@ -# $Id: Simple.pm,v 1.1 2006-07-17 15:37:33 mike Exp $ +# $Id: Simple.pm,v 1.2 2006-07-21 11:29:17 mike Exp $ package ZOOM::XML::Simple; @@ -45,8 +45,9 @@ need, natch. =cut -### But will what I make actually be all that much simpler than DOM? - +# But will what I make actually be all that much simpler than DOM? +# +# For now, this effort is abandoned, and I am using DOM directly. #use XML::Simple qw(:strict); #my %attr = (KeyAttr => [], KeepRoot => 1);