Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add CMOP deps
  • Loading branch information
perigrin committed May 12, 2010
1 parent 09a2e56 commit c5efdef
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
9 changes: 6 additions & 3 deletions Makefile.PL
Expand Up @@ -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;
Expand Down
16 changes: 11 additions & 5 deletions lib/Task/SDK/Moose.pm
Expand Up @@ -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
Expand Down

0 comments on commit c5efdef

Please sign in to comment.