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'
|
||||||
},
|
},
|
||||||
|
|||||||
4
README
4
README
@@ -19,10 +19,12 @@ DEPENDENCIES
|
|||||||
|
|
||||||
This module requires these other modules which can be obtained from
|
This module requires these other modules which can be obtained from
|
||||||
the CPAN <http://cpan.org> if they are not allready installed on
|
the CPAN <http://cpan.org> if they are not allready installed on
|
||||||
your system :
|
your system:
|
||||||
|
|
||||||
File::Basename
|
File::Basename
|
||||||
File::Spec
|
File::Spec
|
||||||
|
Test::More
|
||||||
|
Test::Exception
|
||||||
|
|
||||||
LICENCE INFORMATION
|
LICENCE INFORMATION
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user