Bug #3: When running Install.PL in a path containing the string "source", Install.PL dies with the error "Cannot run Install.PL in a source directory." To fix this problem, remove the following lines (22-24) in Install.PL: if ($FindBin::Bin =~ /source/) { die "Cannot run Install.PL in a source directory.\n"; }