This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6702ba9
)
leakfinder.pl requires XS::APItest which isn't built with -Uusedl
author
Tony Cook
<tony@develop-help.com>
Fri, 16 Nov 2012 09:57:32 +0000
(20:57 +1100)
committer
Tony Cook
<tony@develop-help.com>
Fri, 16 Nov 2012 09:57:32 +0000
(20:57 +1100)
t/porting/utils.t
patch
|
blob
|
blame
|
history
diff --git
a/t/porting/utils.t
b/t/porting/utils.t
index
30c02b7
..
13a1649
100644
(file)
--- a/
t/porting/utils.t
+++ b/
t/porting/utils.t
@@
-51,6
+51,7
@@
my @victims = (qw(installman installperl regen_perly.pl));
my %excuses = (
'Porting/git-deltatool' => 'Git::Wrapper',
'Porting/podtidy' => 'Pod::Tidy',
+ 'Porting/leakfinder.pl' => 'XS::APItest',
);
foreach (@maybe) {