portability fix on linux

This commit is contained in:
Oliver Gorwits
2014-08-08 06:32:02 +00:00
parent d5675c1bb3
commit f176d7c1ba
4 changed files with 9 additions and 6 deletions

View File

@@ -7,6 +7,9 @@ use FindBin;
FindBin::again();
use Path::Class 'dir';
# get a segfault if we load this later
use if $^O eq 'linux', 'Sys::Proctitle';
BEGIN {
# stuff useful locations into @INC
unshift @INC,