]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/blob - Makefile.PL
Importing re-engine-Plugin-0.01.tar.gz
[perl/modules/re-engine-Plugin.git] / Makefile.PL
1 \r
2 =pod\r
3 \r
4 L<Module::Install> file for L<re::engine::Plugin>. M::I knows how to\r
5 build our XS stuff automatically.\r
6 \r
7 =cut\r
8 \r
9 use strict;\r
10 use inc::Module::Install;\r
11 \r
12 name 're-engine-Plugin';\r
13 \r
14 # Requires the unreleased match vars features in (as of writing)\r
15 # unreleased 5.9.6, but 5.9.5 is the version of blead\r
16 perl_version '5.009005';\r
17 \r
18 author 'Ævar Arnfjörð Bjarmason <avar@cpan.org>';\r
19 \r
20 abstract_from 'Plugin.pod';\r
21 license_from 'Plugin.pod';\r
22 \r
23 # t/\r
24 build_requires 'Test::More' => 0; # 5.007003\r
25 \r
26 tests 't/*.t';\r
27 \r
28 auto_install;\r
29 WriteAll;\r