Changeset 13636 for trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
- Timestamp:
- Jun 4, 2007, 5:42:32 PM (19 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
r13635 r13636 1 1 # Copyright (c) 2006 Paul Price, Joshua Hoblitt 2 2 # 3 # $Id: Config.pm,v 1.5 6 2007-06-05 03:39:20price Exp $3 # $Id: Config.pm,v 1.57 2007-06-05 03:42:32 price Exp $ 4 4 5 5 package PS::IPP::Config; … … 569 569 my @rejContents = <$rejFile>; # Contents of the rejection file 570 570 close $rejFile; 571 572 my$self->{rejection} = $parser->parse( join '', @rejContents); # The rejection metadata571 572 $self->{rejection} = $parser->parse( join '', @rejContents); # The rejection metadata 573 573 unless (defined $self->{rejection}) { 574 574 carp "Unable to parse rejection file $rejRealName.";
Note:
See TracChangeset
for help on using the changeset viewer.
