From: Dobrica Pavlinusic Date: Thu, 9 Nov 2006 16:07:18 +0000 (+0000) Subject: warn about required permissions also X-Git-Tag: 0.08~2 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;ds=sidebyside;h=8f8cced908fcd170ef7947871b376a5a45998678;p=perl-fuse.git warn about required permissions also git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl-llin@104 6e4b0b00-1209-0410-87b2-b275959b5705 --- diff --git a/Makefile.PL b/Makefile.PL index ca6af3f..1a5caf6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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) {