Index: /trunk/Nebulous-Server/Build.PL
===================================================================
--- /trunk/Nebulous-Server/Build.PL	(revision 4628)
+++ /trunk/Nebulous-Server/Build.PL	(revision 4629)
@@ -76,4 +76,5 @@
     author              => 'Joshua Hoblitt <jhoblitt@cpan.org>',
     license             => 'gpl',
+    create_makefile_pl  => 'passthrough',
     requires            => {
         'URI'                   => '1.30',
Index: unk/Nebulous-Server/Makefile.PL
===================================================================
--- /trunk/Nebulous-Server/Makefile.PL	(revision 4628)
+++ 	(revision )
@@ -1,27 +1,0 @@
-unless (eval "use Module::Build::Compat 0.02; 1" ) {
-  print "This module requires Module::Build to install itself.\n";
-
-  require ExtUtils::MakeMaker;
-  my $yn = ExtUtils::MakeMaker::prompt
-    ('  Install Module::Build from CPAN?', 'y');
-
-  if ($yn =~ /^y/i) {
-    require Cwd;
-    require File::Spec;
-    require CPAN;
-
-    # Save this 'cause CPAN will chdir all over the place.
-    my $cwd = Cwd::cwd();
-    my $makefile = File::Spec->rel2abs($0);
-
-    CPAN::Shell->install('Module::Build::Compat');
-
-    chdir $cwd or die "Cannot chdir() back to $cwd: $!";
-    exec $^X, $makefile, @ARGV;  # Redo now that we have Module::Build
-  } else {
-    warn " *** Cannot install without Module::Build.  Exiting ...\n";
-    exit 1;
-  }
-}
-Module::Build::Compat->run_build_pl(args => \@ARGV);
-Module::Build::Compat->write_makefile();
Index: /trunk/Nebulous/Build.PL
===================================================================
--- /trunk/Nebulous/Build.PL	(revision 4628)
+++ /trunk/Nebulous/Build.PL	(revision 4629)
@@ -76,4 +76,5 @@
     author              => 'Joshua Hoblitt <jhoblitt@cpan.org>',
     license             => 'gpl',
+    create_makefile_pl  => 'passthrough',
     requires            => {
         'URI'                   => '1.30',
Index: unk/Nebulous/Makefile.PL
===================================================================
--- /trunk/Nebulous/Makefile.PL	(revision 4628)
+++ 	(revision )
@@ -1,27 +1,0 @@
-unless (eval "use Module::Build::Compat 0.02; 1" ) {
-  print "This module requires Module::Build to install itself.\n";
-
-  require ExtUtils::MakeMaker;
-  my $yn = ExtUtils::MakeMaker::prompt
-    ('  Install Module::Build from CPAN?', 'y');
-
-  if ($yn =~ /^y/i) {
-    require Cwd;
-    require File::Spec;
-    require CPAN;
-
-    # Save this 'cause CPAN will chdir all over the place.
-    my $cwd = Cwd::cwd();
-    my $makefile = File::Spec->rel2abs($0);
-
-    CPAN::Shell->install('Module::Build::Compat');
-
-    chdir $cwd or die "Cannot chdir() back to $cwd: $!";
-    exec $^X, $makefile, @ARGV;  # Redo now that we have Module::Build
-  } else {
-    warn " *** Cannot install without Module::Build.  Exiting ...\n";
-    exit 1;
-  }
-}
-Module::Build::Compat->run_build_pl(args => \@ARGV);
-Module::Build::Compat->write_makefile();
