Skip Menu |

This queue is for tickets about the MooseX-WithCache CPAN distribution.

Report information
The Basics
Id: 64188
Status: new
Priority: 0/
Queue: MooseX-WithCache

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

Bug Information
Severity: Normal
Broken in: 0.01002
Fixed in: (no value)



Subject: Bleadperl v5.13.4-171-gea25a9b breaks MX:WC 0.01002
As per subject. The change to bleadperl is described in the repository as commit ea25a9b2cf73948b1e8c5675de027e0ad13277bd Author: Zefram <zefram@fysh.org> Date: Wed Sep 8 09:51:29 2010 +0200 make qw(...) first-class syntax This makes a qw(...) list literal a distinct token type for the parser, where previously it was munged into a "(",THING,")" sequence. The change means that qw(...) can't accidentally supply parens to parts of the grammar that want real parens. Due to many bits of code taking advantage of that by "foreach my $x qw(...) {}", this patch also includes a hack to coerce qw(...) to the old-style parenthesised THING, emitting a deprecation warning along the way. This affects the test suite of DMAKI/MooseX-WithCache-0.01002.tar.gz Example fail report: http://www.cpantesters.org/cpan/report/8791627 HTH, Regards,