Changeset 25664
- Timestamp:
- 12/02/08 12:23:58 (5 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Path-Class-URI/trunk/lib/Path/Class/Unicode.pm
r25575 r25664 65 65 66 66 Encode::encode($encoding, $self->{path}->stringify); 67 } 68 69 sub open { 70 my $self = shift; 71 my $class = $self->is_dir ? "IO::Dir" : "IO::File"; 72 $class->new($self->stringify, @_); 67 73 } 68 74
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)