Skip Menu |

This queue is for tickets about the Regexp-Common CPAN distribution.

Report information
The Basics
Id: 70944
Status: open
Priority: 0/
Queue: Regexp-Common

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

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



Subject: $RE{URI}{HTTP} doesn't match the fragment part of a HTTP URI
$ perl -MRegexp::Common -le 'print shift =~ /($RE{URI}{HTTP})/' 'http://twitter.com/#!/__Abigail__' http://twitter.com/ Also note that RFC 3986 obsoletes RFC 2396 (and some others). Regards, -- BooK
On Tue Sep 13 17:19:42 2011, BOOK wrote: Show quoted text
> $ perl -MRegexp::Common -le 'print shift =~ /($RE{URI}{HTTP})/' > 'http://twitter.com/#!/__Abigail__' > http://twitter.com/ > > Also note that RFC 3986 obsoletes RFC 2396 (and some others). > > Regards, > > -- BooK
This is a duplicate of ticket 2907.