Changeset 13238 for trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
- Timestamp:
- May 4, 2007, 9:41:23 AM (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
r13174 r13238 1 1 # Copyright (c) 2006 Paul Price, Joshua Hoblitt 2 2 # 3 # $Id: Config.pm,v 1.3 8 2007-05-03 01:44:40 price Exp $3 # $Id: Config.pm,v 1.39 2007-05-04 19:41:23 eugene Exp $ 4 4 5 5 package PS::IPP::Config; … … 150 150 close $file; 151 151 $self->{camera} = $parser->parse( join '', @contents); # The parsed metadata config 152 153 unless (defined $self->{camera}) { 154 carp "Failure to define camera"; 155 exit($PS_EXIT_CONFIG_ERROR); 156 } 152 157 153 158 # XXX why isn't just $self being returned here? -JH
Note:
See TracChangeset
for help on using the changeset viewer.
