Fri Mar 20 18:18:11 2015ether [...] cpan.org - Reference to perl ticket #123865 added
Tue Mar 24 14:47:09 2015WolfSage [...] cpan.org - Correspondence added
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;
Tue Mar 24 14:47:10 2015The RT System itself - Status changed from 'new' to 'open'
Tue Mar 24 15:10:40 2015ether [...] cpan.org - Correspondence added
On 2015-03-24 11:47:09, WOLFSAGE wrote:
Show quoted text
> Patch attached.
>
> -- Matthew Horsfall (alh)
splendid, released in 0.006018! many thanks!
Tue Mar 24 15:10:43 2015ether [...] cpan.org - Status changed from 'open' to 'resolved'
Tue Mar 24 17:41:32 2015ether [...] cpan.org - Fixed in 0.006018 added