Skip Menu |

This queue is for tickets about the Devel-Declare CPAN distribution.

Report information
The Basics
Id: 102918
Status: resolved
Priority: 0/
Queue: Devel-Declare

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.006017
Fixed in: 0.006018



Subject: Test fails with bleadperl
Patch attached. -- Matthew Horsfall (alh)
Subject: dont_use_sub_inwhat.patch
--- Devel-Declare-0.006017/stolen_chunk_of_toke.c 2015-03-23 15:28:33.230055110 -0400 +++ Devel-Declare-0.006017-patched/stolen_chunk_of_toke.c 2015-03-23 15:27:48.402102674 -0400 @@ -342,7 +342,7 @@ * of the buffer, we're not reading from a source filter, and * we're in normal lexing mode */ - if (s < PL_bufend || !PL_rsfp || PL_sublex_info.sub_inwhat || + if (s < PL_bufend || !PL_rsfp || PL_lex_inwhat || PL_lex_state == LEX_FORMLINE) return s;
On 2015-03-24 11:47:09, WOLFSAGE wrote: Show quoted text
> Patch attached. > > -- Matthew Horsfall (alh)
splendid, released in 0.006018! many thanks!