]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/blobdiff - Makefile.PL
Importing re-engine-Plugin-0.02.tar.gz
[perl/modules/re-engine-Plugin.git] / Makefile.PL
index 6da951bf3488a0acb05a16d9d2ff96834835ddc1..c1224f49769651fa87187b838cff07902e8ea452 100644 (file)
@@ -1,18 +1,8 @@
-\r
-=pod\r
-\r
-L<Module::Install> file for L<re::engine::Plugin>. M::I knows how to\r
-build our XS stuff automatically.\r
-\r
-=cut\r
-\r
 use strict;\r
 use inc::Module::Install;\r
 \r
 name 're-engine-Plugin';\r
 \r
-# Requires the unreleased match vars features in (as of writing)\r
-# unreleased 5.9.6, but 5.9.5 is the version of blead\r
 perl_version '5.009005';\r
 \r
 author 'Ævar Arnfjörð Bjarmason <avar@cpan.org>';\r
@@ -23,7 +13,7 @@ license_from 'Plugin.pod';
 # t/\r
 build_requires 'Test::More' => 0; # 5.007003\r
 \r
-tests 't/*.t';\r
+tests 't/*.t t/*/*.t t/*/*/*.t';\r
 \r
 auto_install;\r
 WriteAll;\r