diff options
author | mjl <mjl@pkgsrc.org> | 2001-03-21 17:23:10 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-03-21 17:23:10 +0000 |
commit | 671090e5170f5410b79d3efb9cbedfef10874097 (patch) | |
tree | 30378c0e20ad5dd2b63aaebd116363bda6ba995a /textproc/p5-Text-CSV_XS/Makefile | |
parent | 2632d33c961677186e1c4caa7020332ffca1f423 (diff) | |
download | pkgsrc-671090e5170f5410b79d3efb9cbedfef10874097.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/} |