Hello, Boston.pm and I are taking primary maintainer role from Damian.
Are you ok with the 0.0.7 version?
If not, is it 'strict' that is triggering issue?
I see that a patch that will make it ok with strict was submitted and
not applied. That will be on my list. Meantime, may need use before
strict or in no strict scope.
Bill
Boston.pm
On Thu May 04 05:46:43 2006, guest wrote:
Show quoted text> > Thanks! Initial tests show that it appears working fine for us. I'll
> > let you know if anything changes.
>
> Hi Damian,
>
> Well it looks like there are some issues with this release. I dropped it
> into place for another project and started to receive the following
> errors when trying to use the write_config function from my Build.PL:
>
> ----------------
> Operator or semicolon missing before %config at Build.PL line 213.
> Ambiguous use of % resolved as operator % at Build.PL line 213.
> Bareword "write_config" not allowed while "strict subs" in use at
> Build.PL line 213.
> Bareword "config" not allowed while "strict subs" in use at Build.PL
> line 213.
> Execution of Build.PL aborted due to compilation errors.
> ----------------
>
> These errors do not occur with v0.0.4. For further testing, I dropped
> the v0.0.8 into the distribution and ran the testsuite against it (via
> ./Build test). Seems there are several errors cropping up which I
> suppose is why you have not released this version into the wild yet. I
> wonder if this is a Module::Build issue as my previous usage was from a
> CGI script which worked fine. I am running M::B v0.2611.
>
> Let me know if I can provide further information.
>
>
> Thanks,
> William