Skip Menu |

This queue is for tickets about the HTTP-Message CPAN distribution.

Report information
The Basics
Id: 92917
Status: resolved
Priority: 0/
Queue: HTTP-Message

People
Owner: Nobody in particular
Requestors: Pascal [...] rkfd.com
Cc:
AdminCc:

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



Subject: decoded_content does not save regex position
There is a good tutorial at http://www.regular-expressions.info/continue.html on how regex should work.
The way that 'pos' magic works on SVs makes it hard to support this on the return value of an object method. There's a chance that something might work if it's written as an :lvalue-attributed method though. -- Paul Evans