From e3961fddcc9520e6b77a1de02ca8e1828e6925a9 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 22 May 2018 10:42:46 -0400 Subject: no bug - fix deps on non-linux (#580) --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index cda7eefa1..484e66d3d 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -443,7 +443,7 @@ MAKE sub is_bmo_feature { local $_ = shift; - return 1 if $OSNAME eq 'linux' && /^linux/; + return $OSNAME eq 'linux' if /^linux/; return !m{ ^ (?: pg -- cgit v1.2.3-24-g4f1b