Subject: | Build.PL does not work |
Here is the output when I try to do the first step of the build process:
$ perl Build.PL
Bareword "Test::More" not allowed while "strict subs" in use at Build.PL line 5.
Bareword "Test::Exception" not allowed while "strict subs" in use at Build.PL line 5.
Bareword "SQL::Abstract" not allowed while "strict subs" in use at Build.PL line 5.
Execution of Build.PL aborted due to compilation errors.
It looks to me that you just need to put quotes around the module names because they contain the : character.
Stephen