Sat Mar 5 03:47:18 2016 UTC ()
Update to 1.22

Upstream changes:
1.22	- 2016-02-23, H.Merijn Brand
    * Small doc updates regarding blank_is_undef
    * Precedence error in doc
    * Add new method header

1.21	- 2016-01-06, H.Merijn Brand
    * Add confusion option to rewrite example
    * Alias %_ to row in hashref mode for csv function attributes
      on_in and before_out
    * Examples now use defined-or and thus require perl-5.10 or up
    * Fix \r\n ending with allow_loose_escapes (reported by Bas Bloemsaat)
    * It's 2016
    * Clarify $csv->csv (...) documentation (RT#110941)

1.20	- 2015-10-09, H.Merijn Brand
    * Use "say" in synopsis
    * Remove needless special characters in doc section
    * Change doc =item attributes for new to =head for index
    * Add known_attributes function/method
    * Add contributor notes
    * Allow undef as value for aliased attributes


(wen)
diff -r1.57 -r1.58 pkgsrc/textproc/p5-Text-CSV_XS/Makefile
diff -r1.36 -r1.37 pkgsrc/textproc/p5-Text-CSV_XS/distinfo

cvs diff -r1.57 -r1.58 pkgsrc/textproc/p5-Text-CSV_XS/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Text-CSV_XS/Makefile 2015/09/26 07:08:46 1.57
+++ pkgsrc/textproc/p5-Text-CSV_XS/Makefile 2016/03/05 03:47:18 1.58
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.57 2015/09/26 07:08:46 wen Exp $ 1# $NetBSD: Makefile,v 1.58 2016/03/05 03:47:18 wen Exp $
2# 2#
3 3
4DISTNAME= Text-CSV_XS-1.19 4DISTNAME= Text-CSV_XS-1.22
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= textproc perl5 6CATEGORIES= textproc perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
8EXTRACT_SUFX= .tgz 8EXTRACT_SUFX= .tgz
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Text-CSV_XS/ 11HOMEPAGE= http://search.cpan.org/dist/Text-CSV_XS/
12COMMENT= Routines for composition and decomposition of comma-separated values 12COMMENT= Routines for composition and decomposition of comma-separated values
13LICENSE= ${PERL5_LICENSE} 13LICENSE= ${PERL5_LICENSE}
14 14
15PERL5_PACKLIST= auto/Text/CSV_XS/.packlist 15PERL5_PACKLIST= auto/Text/CSV_XS/.packlist
16 16
17.include "../../lang/perl5/module.mk" 17.include "../../lang/perl5/module.mk"

cvs diff -r1.36 -r1.37 pkgsrc/textproc/p5-Text-CSV_XS/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Text-CSV_XS/distinfo 2015/11/04 01:59:50 1.36
+++ pkgsrc/textproc/p5-Text-CSV_XS/distinfo 2016/03/05 03:47:18 1.37
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.36 2015/11/04 01:59:50 agc Exp $ 1$NetBSD: distinfo,v 1.37 2016/03/05 03:47:18 wen Exp $
2 2
3SHA1 (Text-CSV_XS-1.19.tgz) = 3cd4b92cbe1fc3240d725b47bc7622bcbaf0fa49 3SHA1 (Text-CSV_XS-1.22.tgz) = 9f1fd838ceca284cd36a66987f90dd637a5b4583
4RMD160 (Text-CSV_XS-1.19.tgz) = 04891502424d0fac1bf5bc924214dce56d69028c 4RMD160 (Text-CSV_XS-1.22.tgz) = 9e12041abbd19a53e5901fb015ab2de5bee841c1
5SHA512 (Text-CSV_XS-1.19.tgz) = 2948e535d5621643539e927fc6a650f56b19cfe257424d1422f5d4854c279dbebbc3d61b79d00de23eeff3de58ca53f6bd29fc2e8140fbeb1c2ece90942d4410 5SHA512 (Text-CSV_XS-1.22.tgz) = a324a5db928b11e197650841a837787f010e1a2d990f55855edce9ae3b30fe75429f464a95775b7c706d84cc654c132f69a24eb610422db008f31d593e320fe8
6Size (Text-CSV_XS-1.19.tgz) = 152103 bytes 6Size (Text-CSV_XS-1.22.tgz) = 157779 bytes