use ExtUtils::MakeMaker; require 5.008; eval "use Test::Manifest 1.21"; WriteMakefile( 'NAME' => 'Module::Extract::Namespaces', 'ABSTRACT' => 'This is what the module does', 'VERSION_FROM' => 'lib/Module/Extract/Namespaces.pm', 'LICENSE' => 'perl', 'AUTHOR' => 'brian d foy ', 'PREREQ_PM' => { 'Test::More' => '0', 'PPI' => '0', }, 'META_MERGE' => { no_index => { directory => [ qw(inc t corpus) ], }, }, clean => { FILES => q|Module-Extract-Namespaces-*| }, );