Changeset 19546 for trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
- Timestamp:
- Sep 12, 2008, 4:22:10 PM (18 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
r18557 r19546 1 1 # Copyright (c) 2006 Paul Price, Joshua Hoblitt 2 2 # 3 # $Id: Config.pm,v 1.9 1 2008-07-15 20:27:31 billsExp $3 # $Id: Config.pm,v 1.92 2008-09-13 02:22:10 eugene Exp $ 4 4 5 5 package PS::IPP::Config; … … 116 116 my $filename = shift; # File name to find 117 117 118 my @path = split /:/, $self->{path}; # List of paths to try 118 my @path = split /:/, $self->{path}; # List of paths to try (I need this: ,/ for emacs fonts...) 119 119 my $found = 0; # Found it? 120 120 my $realfile;
Note:
See TracChangeset
for help on using the changeset viewer.
