|
|
@@ -41,9 +41,9 @@ Index: HTML-Prototype-1.45/Makefile.PL
|
|
|
+ NAME => 'HTML::Prototype',
|
|
|
+);
|
|
|
+
|
|
|
-Index: HTML-Prototype-Useful-0.04/Makefile.PL
|
|
|
---- HTML-Prototype-Useful-0.04/Makefile.PL.orig 2005-07-28 16:22:51 +0200
|
|
|
-+++ HTML-Prototype-Useful-0.04/Makefile.PL 2006-03-25 19:02:37 +0100
|
|
|
+Index: HTML-Prototype-Useful-0.05/Makefile.PL
|
|
|
+--- HTML-Prototype-Useful-0.05/M5kefile.PL.orig 2006-07-02 11:56:00 +0200
|
|
|
++++ HTML-Prototype-Useful-0.05/Makefile.PL 2006-07-03 12:43:16 +0200
|
|
|
@@ -1,31 +1,9 @@
|
|
|
-# Note: this file was auto-generated by Module::Build::Compat version 0.03
|
|
|
-
|
|
|
@@ -64,15 +64,15 @@ Index: HTML-Prototype-Useful-0.04/Makefile.PL
|
|
|
-
|
|
|
- # 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";
|
|
|
+- 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 $@;
|
|
|
-- use lib '_build/lib';
|
|
|
+-
|
|
|
- Module::Build::Compat->run_build_pl(args => \@ARGV);
|
|
|
- require Module::Build;
|
|
|
- Module::Build::Compat->write_makefile(build_class => 'Module::Build');
|