diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-11-05 23:27:29 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-05 23:27:29 -0700 |
commit | 374cf24572f71f7437ce2282609dc761b8e64684 (patch) | |
tree | f4709c4dd07eae79f0f76d79fc2dd23a9a0178b0 /t/porting/dual-life.t | |
parent | fc67feea61127112e9268cbb301f8e90e475e933 (diff) | |
download | perl-374cf24572f71f7437ce2282609dc761b8e64684.tar.gz |
Tweak dual-life.t’s exceptions again
Boy, this script requires a *lot* of maintenance.
Diffstat (limited to 't/porting/dual-life.t')
-rw-r--r-- | t/porting/dual-life.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/porting/dual-life.t b/t/porting/dual-life.t index b6f66942db..1826c46bc9 100644 --- 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; |