Skip to content

Commit

Permalink
Make use of Module::Install::AuthorRequires
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Jul 3, 2009
1 parent e4a2902 commit 8777062
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ share/Spec/S32-setting-library/Rules.pod
share/Spec/S32-setting-library/Str.pod
share/Spec/S32-setting-library/Temporal.pod
inc/Module/Install.pm
inc/Module/Install/AuthorRequires.pm
inc/Module/Install/AuthorTests.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
Expand Down
4 changes: 4 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ requires ('Pod::Xhtml' => '0');
requires ('Win32::Console::ANSI' => '0') if $^O eq 'MSWin32';
test_requires ('Test::More' => '0');
test_requires ('Test::Script' => '0');
author_requires('Perl::Critic' => '1.098');
author_requires('Test::Perl::Critic' => '0');
author_requires('Test::Pod' => '0');
author_requires('Test::Pod::Coverage' => '0');
tests_recursive();
recursive_author_tests('xt');
WriteAll();
Expand Down

0 comments on commit 8777062

Please sign in to comment.