23c6a7403d845c61f4c992fce07bb31be47664b9
[gitmo/MooseX-Attribute-ENV.git] / Makefile.PL
1 use inc::Module::Install;
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