No, '=' is not the same as 'eq', try harder.
authorDerrik Pates <demon@now.ai>
Wed, 10 Aug 2011 01:41:17 +0000 (19:41 -0600)
committerDerrik Pates <demon@now.ai>
Wed, 10 Aug 2011 01:41:17 +0000 (19:41 -0600)
Makefile.PL

index 6bb5e3f..fbcf4c7 100644 (file)
@@ -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 {