On Tue Jul 04 15:01:41 2006, guest wrote:
Show quoted text> The "background" keyword is misspelled as "backgreound".
>
> As a side note, is it really necessary to require version 6.25 of
> ExtUtils::MakeMaker? This is the first Perl module I've ever come
> across (and I've installed a lot) whose Makefile.PL failed to work due
> to a MakeMaker version requirement. I'm running a quite recent
> distribution, CentOS 4.3 (equivalent to Red Hat Enterprise Linux 4
> update 3). I tried removing the version number requirement and the
> build, test, and install seemed to go fine except that I got a bunch
of
Show quoted text> "Use of uninitialized value in concatenation (.) or string at (eval 7)
> line 3." errors during the 'make test' (not sure if those would have
> been absent with MakeMaker 6.25 or if that's an unrelated issue).
Thank you.
Fixed in 2006.0704 which is uploaded to CPAN.
Those "Use of uninitialized value in concatenation (.)" messages come
from standard Perl somewhere, not from Squeeze.pm, which can be
verified running:
perl *.PL
make test # "uninitialized" messages
perl t/test.t # No "uninitialized" messages
- - -
2006-07-04 Jari Aalto
* README (NOTES): Added new heading to epxlain why running
tests display many 'Use of uninitialized value in concatenation
(.)'
messages.
* t/test.t: Fixed 'Invalid conversion in sprintf: end of string at
t/test.t line 73.' by removing extra '%' from format string.
* Makefile.PL: Removed version number from line
'ExtUtils::MakeMaker 6.25'. (Closes: rt.cpan.org#20278)
* Squeeze.pm: (%SQZ_WXLATE_HASH): "background" keyword
misspelled as "backgreound". (Closes: rt.cpan.org#20278)