/[fuse.before_github]/perl-llin/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /perl-llin/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 111 by dpavlin, Sat Jan 20 20:27:57 2007 UTC revision 112 by dpavlin, Thu Nov 15 09:32:08 2007 UTC
# Line 11  $ver3 =~ s/^.*?version\s+//; Line 11  $ver3 =~ s/^.*?version\s+//;
11  if (! $ver && ! $ver2 && ! $ver3) {  if (! $ver && ! $ver2 && ! $ver3) {
12          # make CPANPLUS happy and don't report errors if fuse isn't installed          # make CPANPLUS happy and don't report errors if fuse isn't installed
13          die("No support for os: $^O\n",          die("No support for os: $^O\n",
14                  "You need to have fuse-dev (or similar) package installed and have sufficient permissions 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",
15                    $^O eq 'darwin' ? ("One option on Mac is http://code.google.com/p/macfuse/\n") : (),
16          );          );
17  }  }
18  if ($ver && $ver + 0 < 2.5) {  if ($ver && $ver + 0 < 2.5) {

Legend:
Removed from v.111  
changed lines
  Added in v.112

  ViewVC Help
Powered by ViewVC 1.1.26