Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove use of Module::Install::AuthorRequires
  • Loading branch information
hinrik committed Jul 24, 2009
1 parent 4d74916 commit 28dd10d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,3 +1,6 @@
0.14
- Remove Module::Install::AuthorRequires for now, it's not working right

0.13 Thu Jul 16 06:14:13 GMT 2009
- Look up things from the Perl 6 Table Index

Expand Down
2 changes: 1 addition & 1 deletion MANIFEST
Expand Up @@ -32,7 +32,7 @@ xt/perl_critic_tests.t
xt/pod_coverage.t
xt/pod.t
inc/Module/Install.pm
inc/Module/Install/AuthorRequires.pm
#inc/Module/Install/AuthorRequires.pm
inc/Module/Install/AuthorTests.pm
inc/Module/Install/Base.pm
inc/Module/Install/Can.pm
Expand Down
8 changes: 4 additions & 4 deletions Makefile.PL
Expand Up @@ -25,10 +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');
#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 28dd10d

Please sign in to comment.