Index: /trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
===================================================================
--- /trunk/PS-IPP-Config/lib/PS/IPP/Config.pm	(revision 11020)
+++ /trunk/PS-IPP-Config/lib/PS/IPP/Config.pm	(revision 11021)
@@ -1,5 +1,5 @@
 # Copyright (c) 2006  Paul Price, Joshua Hoblitt
 #
-# $Id: Config.pm,v 1.21 2007-01-11 01:54:58 jhoblitt Exp $
+# $Id: Config.pm,v 1.22 2007-01-11 01:57:31 jhoblitt Exp $
 
 package PS::IPP::Config;
@@ -29,5 +29,5 @@
 );
 
-use constant 
+use constant {
     PS_EXIT_SUCCESS => 0,
     PS_EXIT_UNKNOWN_ERROR => 1,
@@ -36,5 +36,6 @@
     PS_EXIT_PROG_ERROR => 4,
     PS_EXIT_DATA_ERROR => 5,
-    PS_EXIT_TIMEOUT_ERROR => 6;
+    PS_EXIT_TIMEOUT_ERROR => 6
+};
 
 our $parser = PS::IPP::Metadata::Config->new; # Metadata parser
