warn about required permissions also
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 9 Nov 2006 16:07:18 +0000 (16:07 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 9 Nov 2006 16:07:18 +0000 (16:07 +0000)
git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl-llin@104 6e4b0b00-1209-0410-87b2-b275959b5705

Makefile.PL

index ca6af3f..1a5caf6 100644 (file)
@@ -9,7 +9,7 @@ $ver2 =~ s/^.*?version:\s+//;
 if (! $ver && ! $ver2) {
        # make CPANPLUS happy and don't report errors if fuse isn't installed
        die("No support for os: $^O\n",
-               "You need to have fuse-dev (or similar) package installed in order to install this module\n"
+               "You need to have fuse-dev (or similar) package installed and have sufficient permissions in order to install this module\n"
        );
 }
 if ($ver && $ver + 0 < 2.5) {