Andreas J. Koenig a écrit :
> (This series brings together P5P and CPAN; whichever group you belong
> to, however your programs fail, this is the BBC)
>
> Hi David,
>
> bleadperl patch 31027 has an impact on Regexp::Assemble. Your version
> 0.28 currently fails with bleadperl with
Hi Andreas,
thanks for pointing this out. I haven't worked on R::A for a while since
I messed up its subversion repo :-/ The need for re 'eval' was to work
around a bug in maint that Yves fixed up a while back, so there's
clearly scope for improvement.
> PERL_DL_NONLAZY=1 /home/src/perl/repoperls/installed-perls/perl/pgwvrPP/perl-5.8.0@31027/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
> t/00_basic........# testing Regexp::Assemble v0.28
> t/00_basic........ok
> 4/322 skipped: various reasons
> t/01_insert.......ok
> t/02_reduce.......ok
> t/03_str..........ok
> t/04_match........ok
> t/05_hostmatch....ok
> 3/23 skipped: various reasons
> t/06_general......ok
> t/07_warning......ok
> 6/6 skipped: various reasons
> t/08_track........ok 2/75Eval-group not allowed at runtime, use re 'eval' in regex m/(?-xism:(?:f(?:oolish-\d+(?{$self->{m}=5})|etish(?{$self->{m}=3})|lash(?{$self->{m}=2})|resh(?{$self->{m}=4})|ish(?{$.../ at t/08_track.t line 70.
> # Looks like you planned 75 tests but only ran 14.
> # Looks like your test died just after 14.
[...]
> Hope this helps,
It does.
Thanks,
David
Thread Previous