Update to 0.22
Upstream changes: 0.22 2013-03-27 15:50:29 America/New_York Documented: - Issue tracker is now github 0.21 2012-11-14 19:04:49 America/New_York Changed: - Skips tee and leak tests for closed STDIN on Perl prior to 5.12 when PERL_UNICODE=D. Documented lack of support as a known issue. - Isolated tee subprocesses from effects of PERL_UNICODE as a precaution (though this did not fix the above issue). - Improved layer detection for handles proxied due to being closed or tied.
This commit is contained in:
parent
b2c3347e1d
commit
2f150e648a
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.15 2013/05/31 12:40:06 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2013/07/13 11:32:32 wen Exp $
|
||||
|
||||
DISTNAME= Capture-Tiny-0.20
|
||||
DISTNAME= Capture-Tiny-0.22
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DA/DAGOLDEN/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.11 2012/10/27 12:20:13 wen Exp $
|
||||
$NetBSD: distinfo,v 1.12 2013/07/13 11:32:32 wen Exp $
|
||||
|
||||
SHA1 (Capture-Tiny-0.20.tar.gz) = 637d165c84643a255476e714801105b1f093f83b
|
||||
RMD160 (Capture-Tiny-0.20.tar.gz) = 7ecdf8c30738eeeb2f7da8e86c568611f95383f6
|
||||
Size (Capture-Tiny-0.20.tar.gz) = 29763 bytes
|
||||
SHA1 (Capture-Tiny-0.22.tar.gz) = 8bc6a4df4fd6543440799868db7fd0b740ad2c39
|
||||
RMD160 (Capture-Tiny-0.22.tar.gz) = 3db71f07ead742345422319cc7bc9196f6b748c2
|
||||
Size (Capture-Tiny-0.22.tar.gz) = 31390 bytes
|
||||
|
|
Loading…
Reference in a new issue