Skip Menu |

This queue is for tickets about the autodie CPAN distribution.

Report information
The Basics
Id: 38845
Status: resolved
Priority: 0/
Queue: autodie

People
Owner: PJF [...] cpan.org
Requestors: kraai [...] ftbfs.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.991
Fixed in: (no value)

Attachments
include-missing-space-in-ERROR_VOID_LEX



Subject: Missing space in ERROR_VOID_LEX
ERROR_VOID_LEX is missing a space. It's defined by the following line: use constant ERROR_VOID_LEX => VOID_TAG. 'cannot be used with lexical scope'; which defines it to be ":voidcannot be used with lexical scope". The attached patch transposes the first single quote and the space preceding it, which should fix this.
Subject: include-missing-space-in-ERROR_VOID_LEX
Download include-missing-space-in-ERROR_VOID_LEX
application/octet-stream 836b

Message body not shown because it is not plain text.

G'day Matt, On Fri Aug 29 12:06:09 2008, kraai wrote: Show quoted text
> The attached patch transposes the first single quote and the space > preceding it, which should fix this.
Thank-you very much for that! After a little fiddling with git's patch tools (I'm still learning), I've applied your change with your authorship information intact. This change will be included in the next release of autodie, although you can always track the dev tree at: http://github.com/pfenwick/autodie/tree/master Many thanks again, Paul