Skip to content

Commit

Permalink
warn about required permissions also
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl-llin@104 6e4b0b00-1209-0410-87b2-b275959b5705
  • Loading branch information
dpavlin committed Nov 9, 2006
1 parent 09ea3b1 commit 8f8cced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -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) {
Expand Down

0 comments on commit 8f8cced

Please sign in to comment.