libwww-perl / HTTP-Message

The HTTP-Message distribution contains classes useful for representing the messages passed in HTTP style communication.

Home Page:https://metacpan.org/pod/HTTP::Message

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

decoded_content does not save regex position [rt.cpan.org #92917]

oalders opened this issue · comments

Migrated from rt.cpan.org#92917 (status was 'open')

Requestors:

From pascal@rockford.com on 2014-02-10 20:38:49:

There is a good tutorial at http://www.regular-expressions.info/continue.html on how regex should work.

From leonerd-cpan@leonerd.org.uk on 2015-09-09 15:29:48:

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