Skip Menu |

This queue is for tickets about the URI CPAN distribution.

Report information
The Basics
Id: 8192
Status: resolved
Priority: 0/
Queue: URI

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



Subject: path_segments /foo/bar versus foo/bar
C:\>perl -MURI::URL -l003e"$a = URI::URL->new( shift ); print for $a->path_segments" foo/bar?baz foo?bar? C:\>perl -MURI::URL -l003e"$a = URI::URL->new( shift ); print for $a->path_segments" /foo/bar?baz ?foo?bar? C:\> the URI::URL documentation doesn't mention this. It should either be documented, or both should return the same value (i don't know which).