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:
fc67fee
)
Tweak dual-life.t’s exceptions again
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 6 Nov 2011 06:27:29 +0000
(23:27 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 6 Nov 2011 06:27:29 +0000
(23:27 -0700)
Boy, this script requires a *lot* of maintenance.
t/porting/dual-life.t
patch
|
blob
|
blame
|
history
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;