Inlining for native Bool trait
[gitmo/Moose.git] / Makefile.PL
index 84bee98..13fca8a 100644 (file)
@@ -2,6 +2,7 @@ use strict;
 use warnings;
 use inc::Module::Install 0.98;
 use Module::Install::AuthorRequires;
+use Module::Install::ExtraTests;
 use 5.008003;
 
 check_broken_extratests();
@@ -25,14 +26,29 @@ requires 'Try::Tiny'                   => '0.02';
 
 test_requires 'Test::More'      => '0.88';
 test_requires 'Test::Exception' => '0.27';
+test_requires 'Test::Requires'  => '0.05';
 
+author_requires 'DateTime';
+author_requires 'DateTime::Calendar::Mayan';
+author_requires 'DateTime::Format::MySQL';
+author_requires 'Declare::Constraints::Simple';
+author_requires 'DBM::Deep';
 author_requires 'File::Find::Rule';
+author_requires 'HTTP::Headers';
+author_requires 'IO::File';
+author_requires 'IO::String';
+author_requires 'Locale::US';
 author_requires 'Module::Info';
+author_requires 'Module::Refresh';
+author_requires 'Params::Coerce';
+author_requires 'Regexp::Common';
+author_requires 'Test::Deep';
 author_requires 'Test::Inline';
 author_requires 'Test::NoTabs';
 author_requires 'Test::Output';
 author_requires 'Test::Pod::Coverage';
 author_requires 'Test::Spelling';
+author_requires 'URI';
 
 if ( is_maintainer() ) {
     system( $^X, 'author/extract-inline-tests' );
@@ -43,6 +59,8 @@ tests_recursive();
 repository 'git://git.moose.perl.org/Moose.git';
 add_metadata(x_authority => 'cpan:STEVAN');
 
+extra_tests();
+
 WriteAll();
 
 # Use the xt/author/test-my-dependents.t test to figure