Changeset 14658 for trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
- Timestamp:
- Aug 23, 2007, 2:58:50 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
r14575 r14658 1 1 # Copyright (c) 2006 Paul Price, Joshua Hoblitt 2 2 # 3 # $Id: Config.pm,v 1.6 4 2007-08-21 01:53:13price Exp $3 # $Id: Config.pm,v 1.65 2007-08-24 00:58:50 price Exp $ 4 4 5 5 package PS::IPP::Config; … … 896 896 foreach my $item (@$mdc) { 897 897 if ($item->{name} eq $name) { 898 carp "$name within metadata is not of type BOOL.\n" unless $item->{class}eq "bool";898 carp "$name within metadata is not of type BOOL.\n" unless lc($item->{class}) eq "bool"; 899 899 return $item->{value}; 900 900 }
Note:
See TracChangeset
for help on using the changeset viewer.
