diff options
author | mef <mef@pkgsrc.org> | 2015-04-29 14:41:52 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-04-29 14:41:52 +0000 |
commit | 5caf31c17843db60214a5330c26ffd7314bbd831 (patch) | |
tree | 4cc4c7a1c51bf60fd8d8355f1e2f3cdf5c20cae0 /textproc/p5-Text-CSV_XS | |
parent | 5972d19f83500c7c41b1e5e3858ff79f5da3ede9 (diff) | |
download | pkgsrc-5caf31c17843db60214a5330c26ffd7314bbd831.tar.gz |
Update 1.12 to 1.17
-------------------
1.17 - 2015-04-24, H.Merijn Brand
- Enable overruling $csv in csv ()
- Allow encoding to be shortened to enc in csv ()
- Allow filter to alter content
- Add say (print with default eol => $\)
- Allow MS sep=; on first line (RT#100304)
1.16 - 2015-03-02, H.Merijn Brand
* filter made more useful (access to other fields)
1.15 - 2015-02-11, H.Merijn Brand
* Remove perl recommendation from META as it breaks cpan clients
1.14 - 2015-02-02, H.Merijn Brand
* Move to github
* Add csv (filter => {});
* Change csv ()'s void context behavior
1.13 - 2015-01-03, H.Merijn Brand
* Simplify code path for old perl
* Fix quote_binary (#RT100676)
* Fix csv () for hashrefs with aliased headers
* Update copyright to 2015
Diffstat (limited to 'textproc/p5-Text-CSV_XS')
-rw-r--r-- | textproc/p5-Text-CSV_XS/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Text-CSV_XS/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-Text-CSV_XS/Makefile b/textproc/p5-Text-CSV_XS/Makefile index 7b21b2a493a..365f7b4bab1 100644 --- a/textproc/p5-Text-CSV_XS/Makefile +++ b/textproc/p5-Text-CSV_XS/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.53 2014/11/23 14:39:20 schmonz Exp $ +# $NetBSD: Makefile,v 1.54 2015/04/29 14:41:52 mef Exp $ # -DISTNAME= Text-CSV_XS-1.12 +DISTNAME= Text-CSV_XS-1.17 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} diff --git a/textproc/p5-Text-CSV_XS/distinfo b/textproc/p5-Text-CSV_XS/distinfo index b9c8516d4c9..b59daa52626 100644 --- a/textproc/p5-Text-CSV_XS/distinfo +++ b/textproc/p5-Text-CSV_XS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.32 2014/11/23 14:39:20 schmonz Exp $ +$NetBSD: distinfo,v 1.33 2015/04/29 14:41:52 mef Exp $ -SHA1 (Text-CSV_XS-1.12.tgz) = bd35b1a9db904e5de2f8fc7d9e3b1991e94296ab -RMD160 (Text-CSV_XS-1.12.tgz) = 6437a8cd55f7c89c8bfe60d65662b6bbfa57e26e -Size (Text-CSV_XS-1.12.tgz) = 144685 bytes +SHA1 (Text-CSV_XS-1.17.tgz) = 03dd58630222e1407023d0014ad499b912f166f6 +RMD160 (Text-CSV_XS-1.17.tgz) = 8566701deeb6148a3432207427cec2aa2b011ada +Size (Text-CSV_XS-1.17.tgz) = 150785 bytes |