summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAlexandr Ciornii <alexchorny@gmail.com>2013-02-07 12:34:37 +0200
committerTony Cook <tony@develop-help.com>2013-06-24 11:11:11 +1000
commitddb9ea59505fa7d0c27317408acfcc23aa465837 (patch)
tree2f54feac091ea23feb21f732d888a11c15da27c3 /utils
parent94a8122c42638abd9f81ed744cfaedf25beb7560 (diff)
downloadperl-ddb9ea59505fa7d0c27317408acfcc23aa465837.tar.gz
h2xs: dependency on XSLoader should be declared even when it is in core
Diffstat (limited to 'utils')
-rw-r--r--utils/h2xs.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/h2xs.PL b/utils/h2xs.PL
index 5bda61db69..afbc6dc244 100644
--- a/utils/h2xs.PL
+++ b/utils/h2xs.PL
@@ -1917,7 +1917,7 @@ elsif ( $compat_version < 5.006002 )
$prereq_pm .= q%'Test' => 0, %;
}
-if ( $compat_version < 5.006 and !$opt_X and $use_xsloader)
+if (!$opt_X and $use_xsloader)
{
$prereq_pm .= q%'XSLoader' => 0, %;
}