fixed for cpan
[gitmo/MooseX-Attribute-ENV.git] / Makefile.PL
CommitLineData
1a51ec61 1use inc::Module::Install 0.75;
650d6350 2
3perl_version '5.008006';
4name 'MooseX-Attribute-ENV';
5all_from 'lib/MooseX/Attribute/ENV.pm';
6author 'John Napiorkowski <jjnapiork@cpan.org>';
7
8requires 'Moose' => '0.48';
9
10build_requires 'Test::More';
650d6350 11
12auto_install;
13
14WriteAll;
15