We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978ac3e commit 1116a6fCopy full SHA for 1116a6f
MANIFEST
@@ -19,6 +19,7 @@ t/07locale.t
19
t/08_corelist.t
20
t/09_list_util.t
21
t/10_lyon.t
22
+t/11_taint.t
23
t/coretests.pm
24
t/survey_locales
25
vperl/vpp.pm
Makefile.PL
@@ -46,15 +46,11 @@ write_makefile();
46
sub write_makefile
47
{
48
my %test_prereq = (
49
- 'ExtUtils::MakeMaker' => 6.17,
50
'Test::More' => 0.45,
51
'File::Temp' => 0.13,
52
'parent' => 0.221,
53
);
54
55
- eval "use Test::Taint; 1" and
56
- $test_prereq{'Test::Taint'} = $Test::Taint::VERSION;
57
-
58
WriteMakefile( VERSION => '0.9917',
59
NAME => 'version',
60
LICENSE => 'perl',
0 commit comments