From: Alexandr Ciornii Date: Thu, 7 Feb 2013 10:34:37 +0000 (+0200) Subject: h2xs: dependency on XSLoader should be declared even when it is in core X-Git-Tag: upstream/5.20.0~2961^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ddb9ea59505fa7d0c27317408acfcc23aa465837;p=platform%2Fupstream%2Fperl.git h2xs: dependency on XSLoader should be declared even when it is in core --- diff --git a/utils/h2xs.PL b/utils/h2xs.PL index 5bda61d..afbc6dc 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, %; }