diff options
-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; |