Skip to content

Commit

Permalink
Document the required MI plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
ap committed Feb 15, 2012
1 parent 3d22ddb commit 0c2ff74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile.PL
@@ -1,10 +1,10 @@
use inc::Module::Install;
name 'Hash-MultiValue';
all_from 'lib/Hash/MultiValue.pm';
readme_from 'lib/Hash/MultiValue.pm';
readme_from 'lib/Hash/MultiValue.pm'; # Module::Install::ReadmeFromPod
build_requires 'Test::More';
use_test_base;
use_test_base; # Module::Install::TestBase
auto_include_deps;
author_tests('xt');
auto_set_repository;
author_tests('xt'); # Module::Install::AuthorTests
auto_set_repository; # Module::Install::Repository
WriteAll;

0 comments on commit 0c2ff74

Please sign in to comment.