diff options
author | tv <tv@pkgsrc.org> | 2006-05-03 14:07:21 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-05-03 14:07:21 +0000 |
commit | fc571154fcbee25857595c1b47586c60a9fe7dfc (patch) | |
tree | 62b78ae00e37fcd7a0dcb6f36eac3917d768ccb3 /textproc/Makefile | |
parent | 8270c414dd6e544bee99380ac09ba339bc3d4cef (diff) | |
download | pkgsrc-fc571154fcbee25857595c1b47586c60a9fe7dfc.tar.gz |
p5-XML-Dumper, an object-to-XML converter. From DESCR:
XML::Dumper dumps Perl data to a structured XML format.
XML::Dumper can also read XML data that was previously dumped
by the module and convert it back to Perl.
This might be useful for dumping Perl objects to files
using an XML format that can be reloaded or accessed by
other programs. Maybe even by other languages.
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index b9f827a2a2d..38b5f58ab57 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.323 2006/05/03 06:36:33 wiz Exp $ +# $NetBSD: Makefile,v 1.324 2006/05/03 14:07:21 tv Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -193,6 +193,7 @@ SUBDIR+= p5-XML-AutoWriter SUBDIR+= p5-XML-Checker SUBDIR+= p5-XML-Clean SUBDIR+= p5-XML-DOM +SUBDIR+= p5-XML-Dumper SUBDIR+= p5-XML-Encoding SUBDIR+= p5-XML-Filter-BufferText SUBDIR+= p5-XML-Filter-DetectWS |