Tweak dual-life.t’s exceptions again
authorFather Chrysostomos <sprout@cpan.org>
Sun, 6 Nov 2011 06:27:29 +0000 (23:27 -0700)
committerFather 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

index b6f6694..1826c46 100644 (file)
@@ -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;