summaryrefslogtreecommitdiff
path: root/textproc/p5-Encode/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2009-12-15 13:12:35 +0000
committerwiz <wiz>2009-12-15 13:12:35 +0000
commit399224a969b5eaf613b3e7ea842d602bc5799d6e (patch)
treef8c769dbd21fb5e69f2907b74d32b7d1d49c6ca1 /textproc/p5-Encode/Makefile
parentdea91a2668d814d40474b8e36f6f2afc3f3d21fe (diff)
downloadpkgsrc-399224a969b5eaf613b3e7ea842d602bc5799d6e.tar.gz
Update to 2.39:
# $Id: Changes,v 2.39 2009/11/26 09:23:59 dankogai Exp dankogai $ ! Encode.xs t/fallback.t $utf8 = decode('utf8', $malformed, sub{ ... }) # now works! http://rt.cpan.org/Ticket/Display.html?id=51204 ! t/CJKT.t t/guess.t t/perlio.t $ENV{'PERL_CORE'} tricks removed since they are no longer necessary. Message-Id: <20091116161513.GA25556@bestpractical.com>
Diffstat (limited to 'textproc/p5-Encode/Makefile')
-rw-r--r--textproc/p5-Encode/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Encode/Makefile b/textproc/p5-Encode/Makefile
index da6758985ae..d8c7882ba74 100644
--- a/textproc/p5-Encode/Makefile
+++ b/textproc/p5-Encode/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2009/11/21 15:05:52 sno Exp $
+# $NetBSD: Makefile,v 1.14 2009/12/15 13:12:35 wiz Exp $
-DISTNAME= Encode-2.38
+DISTNAME= Encode-2.39
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/}