Subject: | perl -v test does not pass with perl-5.12.0-RC0 |
The perl discovery test fails with 5.12.0-RC0:
The path /usr/perl-5.12.0-RC0/bin/perl is not Perl at
t/05_perl_discovery.t line 49
# Looks like you planned 11 tests but ran 3.
# Looks like your test exited with 255 just after 3.
t/05_perl_discovery.t ..
Problem is that "perl -v" now emits an extra newline at the beginning
(which is probably not intended), but the regexp in
PITA/Scheme/Perl/Discovery.pm just catches the beginning of the string,
not the beginning of a line.
Regards,
Slaven