Changeset 13693 for trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
- Timestamp:
- Jun 6, 2007, 4:29:11 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
r13636 r13693 1 1 # Copyright (c) 2006 Paul Price, Joshua Hoblitt 2 2 # 3 # $Id: Config.pm,v 1.5 7 2007-06-05 03:42:32price Exp $3 # $Id: Config.pm,v 1.58 2007-06-07 02:29:11 price Exp $ 4 4 5 5 package PS::IPP::Config; … … 625 625 626 626 unless (defined $self and defined $name and defined $output) { 627 carp "Programming error ";627 carp "Programming error: required inputs left undefined"; 628 628 exit($PS_EXIT_PROG_ERROR); 629 629 }
Note:
See TracChangeset
for help on using the changeset viewer.
