Index: /trunk/PS-IPP-Config/Build.PL
===================================================================
--- /trunk/PS-IPP-Config/Build.PL	(revision 14399)
+++ /trunk/PS-IPP-Config/Build.PL	(revision 14400)
@@ -4,5 +4,5 @@
 Module::Build->new(
     module_name         => 'PS::IPP::Config',
-    dist_version_from   => 'lib/PS/IPP//Config.pm',
+    dist_version_from   => 'lib/PS/IPP/Config.pm',
     author              => 'Paul Price <price@ifa.hawaii.edu> and Joshua Hoblitt <jhoblitt@cpan.org>',
     license             => 'gpl',
@@ -11,5 +11,7 @@
         'Carp'                      => 0,
         'Class::Accessor::Fast'     => '0.19',
-        'PS::IPP::Metadata::Config' => '0.07',
+        'File::Spec'                => '0.87',
+        'Getopt::Long'              => '2.33'
+        'PS::IPP::Metadata::Config' => '1.00',
         'Statistics::Descriptive'   => '2.6',
         'URI'                       => 0,
Index: /trunk/PS-IPP-Config/lib/PS/IPP/Config.pm
===================================================================
--- /trunk/PS-IPP-Config/lib/PS/IPP/Config.pm	(revision 14399)
+++ /trunk/PS-IPP-Config/lib/PS/IPP/Config.pm	(revision 14400)
@@ -1,5 +1,5 @@
 # Copyright (c) 2006  Paul Price, Joshua Hoblitt
 #
-# $Id: Config.pm,v 1.62 2007-06-22 00:10:10 price Exp $
+# $Id: Config.pm,v 1.63 2007-08-01 20:50:32 jhoblitt Exp $
 
 package PS::IPP::Config;
@@ -14,5 +14,5 @@
 use File::Spec 0.87;
 use PS::IPP::Metadata::Config 1.00;
-use Getopt::Long 2.35 qw( GetOptions :config gnu_getopt pass_through ); # Set pass_through so we don't kill @ARGV
+use Getopt::Long 2.33 qw( GetOptions :config gnu_getopt pass_through ); # Set pass_through so we don't kill @ARGV
 
 use base qw( Class::Accessor::Fast Exporter );
