Index: HTML-Prototype-Useful-0.05/Makefile.PL --- HTML-Prototype-Useful-0.05/Makefile.PL.orig 2006-07-02 11:56:00 +0200 +++ HTML-Prototype-Useful-0.05/Makefile.PL 2006-09-23 09:33:57 +0200 @@ -1,31 +1,9 @@ -# Note: this file was auto-generated by Module::Build::Compat version 0.03 - - 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 now from CPAN?', 'y'); - - unless ($yn =~ /^y/i) { - die " *** Cannot install without Module::Build. Exiting ...\n"; - } - - require Cwd; - require File::Spec; - require CPAN; - - # Save this 'cause CPAN will chdir all over the place. - my $cwd = Cwd::cwd(); - - CPAN::Shell->install('Module::Build::Compat'); - CPAN::Shell->expand("Module", "Module::Build::Compat")->uptodate - or die "Couldn't install Module::Build, giving up.\n"; - - chdir $cwd or die "Cannot chdir() back to $cwd: $!"; - } - eval "use Module::Build::Compat 0.02; 1" or die $@; - - Module::Build::Compat->run_build_pl(args => \@ARGV); - require Module::Build; - Module::Build::Compat->write_makefile(build_class => 'Module::Build'); + +require 5.006; +use strict; +use ExtUtils::MakeMaker; + +WriteMakefile( + NAME => 'HTML::Prototype::Useful', +); + Index: XML-Atom-0.19/Makefile.PL --- XML-Atom-0.19/Makefile.PL.orig 2006-03-18 15:11:19 +0100 +++ XML-Atom-0.19/Makefile.PL 2006-09-23 09:33:57 +0200 @@ -39,6 +39,5 @@ ); auto_include(); -auto_install(); &WriteAll;