use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( DISTNAME => 'MooseX-MethodAttributes', NAME => 'MooseX::MethodAttributes', AUTHOR => 'Florian\ Ragwitz\ \\,\ Tomas\ Doran\ \', ABSTRACT => 'code\ attribute\ introspection', VERSION => '0.18', EXE_FILES => [ qw() ], (eval { ExtUtils::MakeMaker->VERSION(6.31) } ? (LICENSE => 'perl') : ()), PREREQ_PM => { "namespace::clean" => '0.10', "Test::More" => '0.88', "namespace::autoclean" => '0', "Test::Exception" => '0', "MooseX::Types" => '0.20', "Moose" => '0.90', }, );