Module::Build's contrib directory should be marked as EXCLUDED from the core.
Nicholas Clark [Sun, 13 Sep 2009 16:45:17 +0000 (17:45 +0100)]
Porting/Maintainers.pl

index 515b94d..c82bcbf 100755 (executable)
@@ -1022,7 +1022,8 @@ use File::Glob qw(:case);
        'MAINTAINER'    => 'kwilliams',
        'DISTRIBUTION'  => 'DAGOLDEN/Module-Build-0.35.tar.gz',
        'FILES'         => q[lib/Module/Build lib/Module/Build.pm],
-       'EXCLUDED'      => [ qw{ t/par.t t/signature.t scripts/bundle.pl}, ],
+       'EXCLUDED'      => [ qw{ t/par.t t/signature.t scripts/bundle.pl},
+                            qr!^contrib/! ],
        'CPAN'          => 1,
        'UPSTREAM'      => 'cpan',
        },