Tweak dual-life.t’s exclusion list
authorFather Chrysostomos <sprout@cpan.org>
Thu, 27 Oct 2011 01:10:25 +0000 (18:10 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 27 Oct 2011 03:16:58 +0000 (20:16 -0700)
to ignore ../cpan/Module-Build/MB-gADHN4rt/Simple/bin/foo

(without a .PL extension)

t/porting/dual-life.t

index f1a18a7..14d930c 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/foo(?:\.PL)?
 )\z}ix;
 
 my %dist_dir_exe;