X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=blobdiff_plain;f=Makefile.PL;h=c1224f49769651fa87187b838cff07902e8ea452;hp=6da951bf3488a0acb05a16d9d2ff96834835ddc1;hb=2dd7bc5f80da4fe2220e28de1102641c239d084c;hpb=def98fc0d7f5e9527b28af6b90d4ddb07fbc845c diff --git a/Makefile.PL b/Makefile.PL index 6da951b..c1224f4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,18 +1,8 @@ - -=pod - -L file for L. M::I knows how to -build our XS stuff automatically. - -=cut - use strict; use inc::Module::Install; name 're-engine-Plugin'; -# Requires the unreleased match vars features in (as of writing) -# unreleased 5.9.6, but 5.9.5 is the version of blead perl_version '5.009005'; author 'Ævar Arnfjörð Bjarmason '; @@ -23,7 +13,7 @@ license_from 'Plugin.pod'; # t/ build_requires 'Test::More' => 0; # 5.007003 -tests 't/*.t'; +tests 't/*.t t/*/*.t t/*/*/*.t'; auto_install; WriteAll;