=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 '; abstract_from 'Plugin.pod'; license_from 'Plugin.pod'; # t/ build_requires 'Test::More' => 0; # 5.007003 tests 't/*.t'; auto_install; WriteAll;