Skip to content

Commit 1116a6f

Browse files
author
John Peacock
committed
Add new test to MANIFEST and exclude from Makefile.PL
1 parent 978ac3e commit 1116a6f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

MANIFEST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ t/07locale.t
1919
t/08_corelist.t
2020
t/09_list_util.t
2121
t/10_lyon.t
22+
t/11_taint.t
2223
t/coretests.pm
2324
t/survey_locales
2425
vperl/vpp.pm

Makefile.PL

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,11 @@ write_makefile();
4646
sub write_makefile
4747
{
4848
my %test_prereq = (
49-
'ExtUtils::MakeMaker' => 6.17,
5049
'Test::More' => 0.45,
5150
'File::Temp' => 0.13,
5251
'parent' => 0.221,
5352
);
5453

55-
eval "use Test::Taint; 1" and
56-
$test_prereq{'Test::Taint'} = $Test::Taint::VERSION;
57-
5854
WriteMakefile( VERSION => '0.9917',
5955
NAME => 'version',
6056
LICENSE => 'perl',

0 commit comments

Comments
 (0)