From: Yuval Kogman Date: Mon, 27 Mar 2006 21:21:12 +0000 (+0000) Subject: autogenerated makefile.pl == bad X-Git-Tag: 0.03001~22 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c6775f5a9ab7a892b82085c9a7e167f88c217df8;hp=57f04bd5f86029d4cf03f42e31dd5a307619f04c;p=dbsrgits%2FDBIx-Class-Tree.git autogenerated makefile.pl == bad --- diff --git a/Makefile.PL b/Makefile.PL deleted file mode 100644 index 51d31fd..0000000 --- a/Makefile.PL +++ /dev/null @@ -1,31 +0,0 @@ -# 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(); - my $makefile = File::Spec->rel2abs($0); - - CPAN::Shell->install('Module::Build::Compat') - or die " *** Cannot install without Module::Build. Exiting ...\n"; - - chdir $cwd or die "Cannot chdir() back to $cwd: $!"; - } - eval "use Module::Build::Compat 0.02; 1" or die $@; - use lib '_build/lib'; - Module::Build::Compat->run_build_pl(args => \@ARGV); - require Module::Build; - Module::Build::Compat->write_makefile(build_class => 'Module::Build');