From 26070b3af8936a73a2e13921eb350cf7348be312 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 21 Jul 2006 11:29:17 +0000 Subject: [PATCH] Tweak comment. --- lib/ZOOM/XML/Simple.pm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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); -- 1.7.10.4