Index: trunk/Nebulous/Build.PL
===================================================================
--- trunk/Nebulous/Build.PL	(revision 16565)
+++ trunk/Nebulous/Build.PL	(revision 17073)
@@ -75,45 +75,43 @@
 $class->new(
     module_name         => 'Nebulous',
-    dist_version_from   => 'lib/Nebulous/Server.pm',
+    dist_version_from   => 'lib/Nebulous/Client.pm',
     author              => 'Joshua Hoblitt <jhoblitt@cpan.org>',
     license             => 'gpl',
     create_makefile_pl  => 'passthrough',
     requires            => {
+        'File::Copy'            => 0,
+        'Time::HiRes'           => 0,
         'Class::Accessor::Fast' => 0,
-        'Config::YAML'          => '1.42',
-        'DBD::mysql'            => '3.0007',
-        'DBI'                   => '1.53',
-        'Digest::SHA1'          => 0,
-        'File::ExtAttr'         => '1.03',
-        'File::Path'            => '1.08',
         'File::Spec'            => 0,
         'File::Spec::Functions' => 0,
         'Log::Log4perl'         => '0.48',
-        'Net::Server::Daemonize'=> '0.05',
         'Params::Validate'      => '0.73',
         'SOAP::Lite'            => '0.69',
-        'Sys::Statistics::Linux::DiskUsage' => '0.02',
         'URI'                   => '1.30',
-    },
-    build_requires      => {
-        'Apache2::SOAP'         => 0,
-        'Apache::DBI'           => '1.05',
-        'Apache::Test'          => '1.27',  # bundles Apache::TestMB
-        'Apache::TestMB'        => 0,
-        'File::Temp'            => 0,
-        'Test::More'            => '0.49',
-        'Test::URI'             => '1.06',
+        'Getopt::Long'          => 0,
+        'Pod::Usage'            => 0,
+# below are for ./bin only any need to go away
+        'DBD::mysql'            => '3.0007',
+        'DBI'                   => '1.53',
+        'Nebulous::Server::SQL' => 0,
     },
     recommends          => {
-        'Test::Distribution'    => '1.22',
+        'Nebulous::Server::Apache'  => 0,
+        'Nebulous::Server'          => 0,
+        'Nebulous::Server::SOAP'    => 0,
+        'Test::Nebulous'            => 0,
+        'Apache2::SOAP'             => 0,
+        'Apache::DBI'               => '1.05',
+        'Apache::Test'              => '1.27',  # bundles Apache::TestMB
+        'Apache::TestMB'            => 0,
+        'Test::More'                => '0.49',
+        'Test::URI'                 => '1.06',
+        'Test::Distribution'        => '1.22',
     },
     script_files        => [qw(
-        bin/neb-addvol
         bin/neb-cat
         bin/neb-cp
         bin/neb-cull
         bin/neb-df
-        bin/neb-fsck
-        bin/neb-initdb
         bin/neb-locate
         bin/neb-ls
@@ -123,5 +121,4 @@
         bin/neb-stat
         bin/neb-touch
-        bin/nebdiskd
     )],
 )->create_build_script;
