aboutsummaryrefslogblamecommitdiffstats
path: root/Makefile.PL
blob: e41c5f988bb33c48e22049c25a759335c562e996 (plain) (tree)
1
2
3
4
5
6
7
8
9






                                              

                                     
                                 
                               

                 

                                  







                                                    
use inc::Module::Install;

name     'MooseX-AlwaysCoerce';
all_from 'lib/MooseX/AlwaysCoerce.pm';
author   'Rafael Kitover <rkitover@cpan.org>';
license  'perl';

test_requires 'Test::More' => '0.94';
test_requires 'Test::Exception';
test_requires 'Test::NoWarnings';
test-requires 'Test::Requires';

requires 'Moose';
requires 'namespace::autoclean';
requires 'MooseX::ClassAttribute';

auto_provides;
auto_install;

resources repository =>
    'git://github.com/rkitover/mx-alwayscoerce.git';

WriteAll;