From: Derrik Pates Date: Wed, 10 Aug 2011 01:41:17 +0000 (-0600) Subject: No, '=' is not the same as 'eq', try harder. X-Git-Url: http://git.rot13.org/?p=perl-fuse.git;a=commitdiff_plain;h=0d6c48613cf0bc34867be2d092bc96718e6de042 No, '=' is not the same as 'eq', try harder. --- diff --git a/Makefile.PL b/Makefile.PL index 6bb5e3f..fbcf4c7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -54,7 +54,7 @@ unless ($fusever) { elsif ($^O eq 'netbsd') { $explanation = 'Could not find librefuse? Maybe install "perfuse" from pkgsrc, or upgrade to newer NetBSD'; } - elsif ($^O = 'darwin') { + elsif ($^O eq 'darwin') { $explanation = 'Please install MacFuse from http://code.google.com/p/macfuse/'; } else {