diff options
author | mjl <mjl> | 2001-03-21 17:23:10 +0000 |
---|---|---|
committer | mjl <mjl> | 2001-03-21 17:23:10 +0000 |
commit | f30b8de5c8f22c0173ce2e671c9a00c3072bb8c4 (patch) | |
tree | 30378c0e20ad5dd2b63aaebd116363bda6ba995a /textproc/p5-Text-CSV_XS/Makefile | |
parent | f7c5c7b73fa6f5af2123eaf76ae20e242b1b0f8c (diff) | |
download | pkgsrc-f30b8de5c8f22c0173ce2e671c9a00c3072bb8c4.tar.gz |
Update to 0.22.
* CSV_XS.xs: Added the handling of escape characters outside of quotes.
* CSV_XS.pm (parse): Minor bugfix in the parse method.
Diffstat (limited to 'textproc/p5-Text-CSV_XS/Makefile')
-rw-r--r-- | textproc/p5-Text-CSV_XS/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Text-CSV_XS/Makefile b/textproc/p5-Text-CSV_XS/Makefile index bd986597ff8..2e860175ce1 100644 --- a/textproc/p5-Text-CSV_XS/Makefile +++ b/textproc/p5-Text-CSV_XS/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 17:37:37 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/03/21 17:23:10 mjl Exp $ # -DISTNAME= Text-CSV_XS-0.20 +DISTNAME= Text-CSV_XS-0.22 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} |