diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-19 19:40:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-19 19:40:56 +0000 |
commit | d9e7401ac213ae117fd0c7202f601d7eabd57ee3 (patch) | |
tree | 7bca5a5a6a87e6ad9f08ce5e312d88c495e9258a /textproc/p5-XML-Writer | |
parent | 9c4bf48b43eb59bcea8cbc8c85519ebb79c23fda (diff) | |
download | pkgsrc-d9e7401ac213ae117fd0c7202f601d7eabd57ee3.tar.gz |
Update to 0.530:
0.530 Tue Feb 1 13:09:31 GMT 2005
- Allow scalar references for the OUTPUT parameter, inspired by
Simon Oliver's XML::Writer::String (patch from Yanick Champoux)
- Added ENCODING parameter; currently only UTF-8 is supported
- Escape newlines in attribute values
0.520 Wed Sep 1 16:18:46 BST 2004
- Fixed bug with forced declaration of the default namespace (#7266)
- Removed dead code. Added copyright notices to pod.
- Improved test coverage
0.510 Tue May 25 19:46:04 BST 2004
- Permitted in-document namespace prefix control
- Don't reopen STDOUT for output (closes #6232)
- Moved tests into t/. Added tests for mid-document namespace changes.
Show diffs when comparison tests fail
Diffstat (limited to 'textproc/p5-XML-Writer')
-rw-r--r-- | textproc/p5-XML-Writer/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-XML-Writer/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/textproc/p5-XML-Writer/Makefile b/textproc/p5-XML-Writer/Makefile index 7e63dfd8958..5e495ce027b 100644 --- a/textproc/p5-XML-Writer/Makefile +++ b/textproc/p5-XML-Writer/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2004/12/20 11:31:11 grant Exp $ +# $NetBSD: Makefile,v 1.10 2005/02/19 19:40:56 wiz Exp $ # -DISTNAME= XML-Writer-0.500 +DISTNAME= XML-Writer-0.530 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5xwr -PKGREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-Writer/distinfo b/textproc/p5-XML-Writer/distinfo index 7d72a0ef9dc..379fb30205e 100644 --- a/textproc/p5-XML-Writer/distinfo +++ b/textproc/p5-XML-Writer/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2004/03/29 01:39:45 minskim Exp $ +$NetBSD: distinfo,v 1.3 2005/02/19 19:40:56 wiz Exp $ -SHA1 (XML-Writer-0.500.tar.gz) = 790fd9a411cb857525cce8f94cd9b2dcc5f0a4c1 -Size (XML-Writer-0.500.tar.gz) = 17251 bytes +SHA1 (XML-Writer-0.530.tar.gz) = 15761e299e36e0eb57a62b8f5fc27a3006fea7d6 +Size (XML-Writer-0.530.tar.gz) = 19725 bytes |