B: Require Test::More and Test::Exception (for unit tests).
This commit is contained in:
2
Build.PL
Normal file → Executable file
2
Build.PL
Normal file → Executable file
@@ -10,8 +10,6 @@ Module::Build->new( module_name => 'File::DirWalk',
|
|||||||
'Carp' => '1.08',
|
'Carp' => '1.08',
|
||||||
'File::Spec' => '3.2501',
|
'File::Spec' => '3.2501',
|
||||||
'File::Basename' => '2.76',
|
'File::Basename' => '2.76',
|
||||||
},
|
|
||||||
recommends => {
|
|
||||||
'Test::More' => '0.72',
|
'Test::More' => '0.72',
|
||||||
'Test::Exception' => '0.27'
|
'Test::Exception' => '0.27'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user