diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-09-02 02:13:33 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-09-02 02:13:33 +0000 |
commit | d6aea184ca441c6bc7457d984140120d897c22dd (patch) | |
tree | 38af6bc5cb57e1d6f8b5f70ec3a1f163322008f7 /textproc/p5-XML-Writer/Makefile | |
parent | Use MASTER_SITE_XORG. (diff) |
- update to 0.520
- from Changes
- Fixed bug with forced declaration of the default namespace.
- Removed dead code. Added copyright notices to pod.
- Improved test coverage.
Approved by: vanilla (co-mentor)
Diffstat (limited to 'textproc/p5-XML-Writer/Makefile')
-rw-r--r-- | textproc/p5-XML-Writer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-XML-Writer/Makefile b/textproc/p5-XML-Writer/Makefile index f57fb2f35424..9ebcc6d48181 100644 --- a/textproc/p5-XML-Writer/Makefile +++ b/textproc/p5-XML-Writer/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-Writer -PORTVERSION= 0.510 +PORTVERSION= 0.520 CATEGORIES= textproc perl5 MASTER_SITES= http://www.cpan.dk/CPAN/authors/id/E/ED/EDAVIS/ \ ${MASTER_SITE_PERL_CPAN} |