From 97f876d62975bf1537d9b0bbeaca756b5c206a92 Mon Sep 17 00:00:00 2001 From: Jens Luedicke Date: Sat, 9 Mar 2013 00:58:50 +0100 Subject: [PATCH] B: Require Test::More and Test::Exception (for unit tests). --- Build.PL | 2 -- README | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 Build.PL diff --git a/Build.PL b/Build.PL old mode 100644 new mode 100755 index dbdbcaa..b060946 --- a/Build.PL +++ b/Build.PL @@ -10,8 +10,6 @@ Module::Build->new( module_name => 'File::DirWalk', 'Carp' => '1.08', 'File::Spec' => '3.2501', 'File::Basename' => '2.76', - }, - recommends => { 'Test::More' => '0.72', 'Test::Exception' => '0.27' }, diff --git a/README b/README index 13b615c..bb980b2 100644 --- a/README +++ b/README @@ -19,10 +19,12 @@ DEPENDENCIES This module requires these other modules which can be obtained from the CPAN if they are not allready installed on -your system : +your system: File::Basename File::Spec + Test::More + Test::Exception LICENCE INFORMATION