Skip Menu |

This queue is for tickets about the SQL-Abstract-Limit CPAN distribution.

Report information
The Basics
Id: 8257
Status: resolved
Priority: 0/
Queue: SQL-Abstract-Limit

People
Owner: Nobody in particular
Requestors: stephen [...] jadevine.org.uk
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.01
Fixed in: 0.021



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
From: cpan [...] riverside-cms.co.uk
The => operator should put the left argument into quotes, but doesn't seem to be doing that for you. What version of Perl are you using? Anyway, I'll fix the quotes in the next release (couple of days). Thanks for the heads up. d. [guest - Fri Nov 5 09:31:23 2004]: Show quoted text
> 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