]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/blobdiff - Makefile.PL
This is 0.05
[perl/modules/re-engine-Plugin.git] / Makefile.PL
index 6da951bf3488a0acb05a16d9d2ff96834835ddc1..b52770831d95064b0d56a1e2ca38f72e550bcb08 100644 (file)
@@ -1,29 +1,13 @@
-\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
-\r
-abstract_from 'Plugin.pod';\r
-license_from 'Plugin.pod';\r
-\r
-# t/\r
-build_requires 'Test::More' => 0; # 5.007003\r
-\r
-tests 't/*.t';\r
-\r
-auto_install;\r
-WriteAll;\r
+use 5.009005;\r
+use ExtUtils::MakeMaker;\r
+\r
+WriteMakefile(\r
+    NAME                 => 're::engine::Plugin',\r
+    AUTHOR        => 'Ævar Arnfjörð Bjarmason <avar@cpan.org>',\r
+    ABSTRACT_FROM => 'Plugin.pod',\r
+    VERSION_FROM  => 'Plugin.pm',\r
+    LICENSE       => 'perl',\r
+    test          => {\r
+        TESTS => 't/*.t t/*/*.t t/*/*/*.t',\r
+    },\r
+);\r