use inc::Module::Install; name 'MooseX-AlwaysCoerce'; all_from 'lib/MooseX/AlwaysCoerce.pm'; author 'Rafael Kitover '; license 'perl'; test_requires 'Test::More' => '0.94'; test_requires 'Test::Exception'; test_requires 'Test::NoWarnings'; requires 'Moose'; requires 'namespace::autoclean'; requires 'MooseX::ClassAttribute'; auto_provides; auto_install; resources repository => 'git://github.com/rkitover/mx-alwayscoerce.git'; WriteAll;