slackbuilds_ponce/development/perl-xml-twig
Robby Workman 84d2168900 Various: Set perms to 0644 on all SlackBuild scripts
These will (ideally, assuming we remember when generating tarballs)
still be mode 0755 inside the tarballs, but we would prefer to have
them mode 0644 on the server.  It's probably not really important,
but just call us OCD like that.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2010-06-04 01:53:53 -05:00
..
perl-xml-twig.info development/perl-xml-twig: Updated and renamed from xml-twig. 2010-05-16 22:24:29 -05:00
perl-xml-twig.SlackBuild Various: Set perms to 0644 on all SlackBuild scripts 2010-06-04 01:53:53 -05:00
README development/perl-xml-twig: Updated and renamed from xml-twig. 2010-05-16 22:24:29 -05:00
slack-desc development/perl-xml-twig: Updated and renamed from xml-twig. 2010-05-16 22:24:29 -05:00

XML::Twig is (yet another!) XML transformation module.
Its strong points: can be used to process huge documents while
still being in tree mode; not bound by DOM or SAX, so it is
very perlish and offers a very comprehensive set of methods;
simple to use; DWIMs as much as possible.