p5-Test-LeakTrace: update to 0.16.

Revision history for Perl extension Test::LeakTrace

0.16 2017-06-17
    - Fix build and test issues with perl5.26 due to removal of . from @INC
      (PR #4 - thanks to jkeenan)
This commit is contained in:
wiz 2017-09-17 13:14:59 +00:00
parent 92297ec62f
commit 631ceec91e
3 changed files with 7 additions and 23 deletions

View file

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.14 2017/06/05 14:23:44 ryoon Exp $
# $NetBSD: Makefile,v 1.15 2017/09/17 13:14:59 wiz Exp $
DISTNAME= Test-LeakTrace-0.15
DISTNAME= Test-LeakTrace-0.16
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}

View file

@ -1,7 +1,6 @@
$NetBSD: distinfo,v 1.7 2017/06/06 14:27:23 ryoon Exp $
$NetBSD: distinfo,v 1.8 2017/09/17 13:14:59 wiz Exp $
SHA1 (Test-LeakTrace-0.15.tar.gz) = 6b045c535bc151c431c7431c1c1162e1b14c021c
RMD160 (Test-LeakTrace-0.15.tar.gz) = 20cd48562c002734d629bf9f84e73bf8cd7b31fa
SHA512 (Test-LeakTrace-0.15.tar.gz) = 664d1648cc9ce229456ca0c27430bdd36ba1d9bf6907afce6c612b90d6885aa6a71caeceb266aec1f843287e6bcda35ac28eab2ad6b662019c0fcb87d7f0d6be
Size (Test-LeakTrace-0.15.tar.gz) = 49364 bytes
SHA1 (patch-Makefile.PL) = 913adea30c7f208bde99d28ba371671286f4b913
SHA1 (Test-LeakTrace-0.16.tar.gz) = ad1d825c838982ea7542af550c5760bb3b34b54b
RMD160 (Test-LeakTrace-0.16.tar.gz) = 50cfe927559d5cbe7ab15ba70bdac1be9dc5d91d
SHA512 (Test-LeakTrace-0.16.tar.gz) = 6fa7a5eaae01ca5232f3f297a104553dac5f57e4c6721d7084e5d44b0133206100878c7067b228b1e01b21f7639a97a0ec48ef77198deb0598d94d8861bab049
Size (Test-LeakTrace-0.16.tar.gz) = 49435 bytes

View file

@ -1,14 +0,0 @@
$NetBSD: patch-Makefile.PL,v 1.1 2017/06/06 14:27:23 ryoon Exp $
* Fix build with Perl 5.26.0
--- Makefile.PL.orig 2014-11-13 22:40:34.000000000 +0000
+++ Makefile.PL
@@ -1,5 +1,7 @@
use strict;
use warnings;
+use FindBin;
+use lib $FindBin::Bin;
use inc::Module::Install;
name 'Test-LeakTrace';