B: Require Test::More and Test::Exception (for unit tests).

This commit is contained in:
Jens Luedicke
2013-03-09 00:58:50 +01:00
parent 98266e1cd0
commit 97f876d629
2 changed files with 3 additions and 3 deletions

2
Build.PL Normal file → Executable file
View File

@@ -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'
},