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