X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FXML%2FSimple.pm;h=8c8a62e330aaa1552544bd0a0ecfe087deb7cd7f;hb=83b0d977c545f18ff8931b344a5bf3159e1d23ae;hp=da55ff70ba8c29c63c36e4e4db934867f3328b14;hpb=2a658980e143410c9faa29d99c82774f414ed1cf;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/XML/Simple.pm b/lib/ZOOM/XML/Simple.pm index da55ff7..8c8a62e 100644 --- a/lib/ZOOM/XML/Simple.pm +++ b/lib/ZOOM/XML/Simple.pm @@ -1,4 +1,3 @@ -# $Id: Simple.pm,v 1.1 2006-07-17 15:37:33 mike Exp $ package ZOOM::XML::Simple; @@ -45,8 +44,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);