Changeset 25681
- Timestamp:
- 12/02/08 16:38:24 (5 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Path-Extended/trunk/lib/Path/Extended/Entity.pm
r21995 r25681 64 64 my ($self, %options) = @_; 65 65 66 my $path = File::Spec->canonpath( $self-> {path});66 my $path = File::Spec->canonpath( $self->_path ); 67 67 $path = $self->_unixify($path) unless $options{native}; 68 68 … … 73 73 my ($self, %options) = @_; 74 74 75 my $path = File::Spec->abs2rel( $self-> {path}, $options{base} );75 my $path = File::Spec->abs2rel( $self->_path, $options{base} ); 76 76 $path = $self->_unixify($path) unless $options{native}; 77 77
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)