Changeset 25568 for lang/perl/Path-Class-URI
- Timestamp:
- 12/01/08 16:56:31 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Path-Class-URI/trunk/lib/Path/Class/URI.pm
r25563 r25568 24 24 my $self = shift; 25 25 if ($self->is_absolute) { 26 return URI->new("file://localhost $self");26 return URI->new("file://localhost" . $self->as_foreign('Unix')); 27 27 } else { 28 return URI->new("file: $self");28 return URI->new("file:" . $self->as_foreign('Unix')); 29 29 } 30 30 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)