Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make Makefile.PL die a hero's death if it can't chdir() to RealBin
  • Loading branch information
David Christensen committed Nov 2, 2017
1 parent 85cc168 commit 0a425cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.PL
Expand Up @@ -6,6 +6,7 @@ BEGIN {
require FindBin;
chdir $FindBin::RealBin;
};
die "Can't cd to $FindBin::RealBin!\n" if $@;
}

use Config;
Expand Down

0 comments on commit 0a425cb

Please sign in to comment.