plug-ins: latest perl or whatever seems to need "require './plugin-defs.pl';"
instead of just "require 'plugin-defs.pl';".
This commit is contained in:
parent
0856c71b85
commit
ee49c0b700
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ open MK, "> $outmk";
|
|||
open IGNORE, "> $outignore";
|
||||
open RC, "> $outrc";
|
||||
|
||||
require 'plugin-defs.pl';
|
||||
require './plugin-defs.pl';
|
||||
|
||||
$bins = ""; $opts = "";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue