Index: trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
===================================================================
--- trunk/PS-IPP-Config/lib/PS/IPP/Config.pm	(revision 14575)
+++ trunk/PS-IPP-Config/lib/PS/IPP/Config.pm	(revision 14658)
@@ -1,5 +1,5 @@
 # Copyright (c) 2006  Paul Price, Joshua Hoblitt
 #
-# $Id: Config.pm,v 1.64 2007-08-21 01:53:13 price Exp $
+# $Id: Config.pm,v 1.65 2007-08-24 00:58:50 price Exp $
 
 package PS::IPP::Config;
@@ -896,5 +896,5 @@
     foreach my $item (@$mdc) {
 	if ($item->{name} eq $name) {
-	    carp "$name within metadata is not of type BOOL.\n" unless $item->{class} eq "bool";
+	    carp "$name within metadata is not of type BOOL.\n" unless lc($item->{class}) eq "bool";
 	    return $item->{value};
 	}
