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
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Tweak dual-life.t’s exceptions again
[perl5.git]
/
t
/
porting
/
dual-life.t
diff --git
a/t/porting/dual-life.t
b/t/porting/dual-life.t
index
b6f6694
..
1826c46
100644
(file)
--- a/
t/porting/dual-life.t
+++ b/
t/porting/dual-life.t
@@
-19,7
+19,7
@@
use File::Spec::Functions;
my $not_installed = qr{^(?:
\.\./cpan/Encode/bin/u(?:cm(?:2table|lint|sort)|nidump)
|
- \.\./cpan/Module-Build/MB-[\w\d]+/Simple/bin/
foo(?:\.PL)?
+ \.\./cpan/Module-Build/MB-[\w\d]+/Simple/bin/
.*
)\z}ix;
my %dist_dir_exe;