Package: libtext-micromason-perl Version: 2.13-2 Severity: important User: debian-p...@lists.debian.org Usertags: perl-5.20-transition
This package fails to build from source with Perl 5.20 (currently in experimental): # Failed test 'first line of $@ describes the error location' # at t/08-errors.t line 37. # 'MicroMason compilation failed: syntax error at text template (compiled at t/08-errors.t line 35) line 9, at EOF' # doesn't match '(?^:MicroMason compilation failed: syntax error at text template \(compiled at t/08-errors.t line \d+\) line 8)' # MicroMason compilation failed: syntax error at text template (compiled at t/08-errors.t line 35) line 9, at EOF # # 0 # line 1 "text template (compiled at t/08-errors.t line 35)" # 1 sub { # 2 local $SIG{__DIE__} = sub { die "MicroMason execution failed: ", @_ }; # 3 my @OUT; my $_out = sub {push @OUT, @_}; # 4 my %ARGS = @_ if ($#_ % 2); # 5 push @OUT,( qq(Hello\ world\!\ # 6 This\ ) ); # 7 push @OUT,( "".do{ # 8 thing( # 9 } ); # 10 push @OUT,( qq(\ is\ a\ test\.\ # 11 End\.\ # 12 ) ); # 13 join("", @OUT) # 14 } # ** Please use Text::MicroMason->new(-LineNumbers) for better diagnostics! # at t/08-errors.t line 35. # eval {...} called at t/08-errors.t line 35 # Looks like you failed 1 test of 28. t/08-errors.t ............... Dubious, test returned 1 (wstat 256, 0x100) [...] Test Summary Report ------------------- t/08-errors.t (Wstat: 256 Tests: 28 Failed: 1) Failed test: 9 Non-zero exit status: 1 -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org