summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build.PL5
-rw-r--r--README5
2 files changed, 6 insertions, 4 deletions
diff --git a/Build.PL b/Build.PL
index 35e69b0..9065f01 100644
--- a/Build.PL
+++ b/Build.PL
@@ -3,7 +3,7 @@
# Build script for the docknot application.
#
# Written by Russ Allbery <rra@cpan.org>
-# Copyright 2013 Russ Allbery <rra@cpan.org>
+# Copyright 2013, 2016 Russ Allbery <rra@cpan.org>
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
@@ -43,7 +43,8 @@ my $build = Module::Build->new(
share_dir => { module => { 'App::DocKnot' => 'share' } },
# Other package relationships.
- configure_requires => { 'Module::Build' => 0.36 },
+ configure_requires => { 'Module::Build' => 0.36 },
+ test_requires => { 'IPC::System::Simple' => 0 },
requires => {
'File::BaseDir' => 0,
'File::ShareDir' => 0,
diff --git a/README b/README
index f94ba46..4a80ffa 100644
--- a/README
+++ b/README
@@ -59,9 +59,10 @@ REQUIREMENTS
Perl6::Slurp
Template (part of Template Toolkit)
- The following additional Perl modules will be used by the test suite if
- present:
+ IPC::System::Simple is required to run the test suite. The following
+ additional Perl modules will be used by the test suite if present:
+ Devel::Cover
Test::MinimumVersion
Test::Perl::Critic
Test::Pod