From ddb9ea59505fa7d0c27317408acfcc23aa465837 Mon Sep 17 00:00:00 2001 From: Alexandr Ciornii Date: Thu, 7 Feb 2013 12:34:37 +0200 Subject: [PATCH] h2xs: dependency on XSLoader should be declared even when it is in core --- utils/h2xs.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, %; } -- 2.7.4