use strict; use warnings; use ExtUtils::MakeMaker; WriteMakefile( DISTNAME => 'Data-Rx-Type-MooseTC', NAME => 'Data::Rx::Type::MooseTC', AUTHOR => 'Ricardo\ SIGNES\ \', ABSTRACT => 'experimental / proof of concept Rx types from Moose types', VERSION => '0.002', EXE_FILES => [ qw() ], (eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'perl') : ()), PREREQ_PM => { "Data::Rx" => '0.004', "Moose" => '0.58', }, );