Changeset 10566 for trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
- Timestamp:
- Dec 8, 2006, 8:51:24 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
r10545 r10566 1 1 # Copyright (c) 2006 Paul Price, Joshua Hoblitt 2 2 # 3 # $Id: Config.pm,v 1.1 3 2006-12-08 03:09:11price Exp $3 # $Id: Config.pm,v 1.14 2006-12-08 18:51:24 price Exp $ 4 4 5 5 package PS::IPP::Config; … … 119 119 my @segments = $uri->path_segments(); 120 120 my $source = shift @segments; 121 my $path = $self->datapath( $path);121 my $path = $self->datapath( $source ); 122 122 my $rel = File::Spec->catfile( @segments ); 123 123 return File::Spec->rel2abs( $rel, $path );
Note:
See TracChangeset
for help on using the changeset viewer.
