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
This commit is contained in:
parent
f808122b6a
commit
e370b96a8d
2 changed files with 6 additions and 6 deletions
|
@ -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/}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue