diff --git a/Makefile.PL b/Makefile.PL index 6bb0bf6..f4fe3b4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,14 +5,17 @@ use inc::Module::Install; name 'Task-SDK-Moose'; all_from 'lib/Task/SDK/Moose.pm'; +requires 'File::Find::Rule'; +requires 'Module::Info'; requires 'Module::Install'; requires 'Module::Install::AuthorRequires'; +requires 'Module::Install::ExtraTests'; requires 'Test::Inline'; -requires 'Module::Info'; -requires 'Test::Spelling'; -requires 'Test::Pod::Coverage'; requires 'Test::NoTabs'; requires 'Test::Output'; +requires 'Test::Pod'; +requires 'Test::Pod::Coverage'; +requires 'Test::Spelling'; auto_set_repository; auto_manifest; diff --git a/lib/Task/SDK/Moose.pm b/lib/Task/SDK/Moose.pm index 6693bce..bcc75d3 100644 --- a/lib/Task/SDK/Moose.pm +++ b/lib/Task/SDK/Moose.pm @@ -23,21 +23,27 @@ This is a meta-package that gathers together modules required to hack on Moose. =head1 DEPENDENCIES +=head2 File::Find::Rule + +=head2 Module::Info + =head2 Module::Install =head2 Module::Install::AuthorRequires +=head2 Module::Install::ExtraTests + =head2 Test::Inline -=head2 Module::Info +=head2 Test::NoTabs -=head2 Test::Spelling +=head2 Test::Output -=head2 Test::Pod::Coverage +=head2 Test::Pod -=head2 Test::NoTabs +=head2 Test::Pod::Coverage -=head2 Test::Output +=head2 Test::Spelling =head1 BUGS AND LIMITATIONS