tests for ordered attribute initialization
[gitmo/Moose.git] / Makefile.PL
index 70fdcde..54f4ca6 100644 (file)
@@ -1,14 +1,14 @@
 use strict;
 use warnings;
-use inc::Module::Install 0.97;
+use inc::Module::Install 0.98;
 use Module::Install::AuthorRequires;
-use 5.008001;
+use 5.008003;
 
 check_broken_extratests();
 check_conflicts();
 
 name 'Moose';
-perl_version '5.008001';
+perl_version '5.008003';
 all_from 'lib/Moose.pm';
 license 'perl';
 
@@ -39,6 +39,7 @@ if ( is_maintainer() ) {
 tests_recursive();
 
 repository 'git://git.moose.perl.org/Moose.git';
+add_metadata(x_authority => 'cpan:STEVAN');
 
 WriteAll();