]> git.imager.perl.org - imager.git/commitdiff
older versions of EU::MM don't export WriteEmptyMakefile, but do provide it
authorTony Cook <tony@develop=help.com>
Mon, 6 Dec 2010 08:20:09 +0000 (08:20 +0000)
committerTony Cook <tony@develop=help.com>
Mon, 6 Dec 2010 08:20:09 +0000 (08:20 +0000)
FT2/Makefile.PL
GIF/Makefile.PL
JPEG/Makefile.PL
PNG/Makefile.PL
TIFF/Makefile.PL
W32/Makefile.PL

index 04de9628f88ed44f3f76ced9017da18674a9a52c..0f2c27d547ccca0fa70349b07d475e8dd91b4db8 100644 (file)
@@ -1,6 +1,6 @@
 #!perl -w
 use strict;
-use ExtUtils::MakeMaker qw(WriteMakefile WriteEmptyMakefile);
+use ExtUtils::MakeMaker;
 use Getopt::Long;
 use Config;
 
@@ -109,7 +109,7 @@ if ($probe_res) {
 }
 else {
   if ($BUILDING_IMAGER) {
-    WriteEmptyMakefile(%opts);
+    ExtUtils::MakeMaker::WriteEmptyMakefile(%opts);
   }
   else {
     # fail in good way
index 459344079866ccfe039ecd67b33286bc1521074d..72422c4c0a4bb005b2f810c3ee684e633a52c9ac 100644 (file)
@@ -1,6 +1,6 @@
 #!perl -w
 use strict;
-use ExtUtils::MakeMaker qw(WriteMakefile WriteEmptyMakefile);
+use ExtUtils::MakeMaker;
 use Getopt::Long;
 use Config;
 
@@ -97,7 +97,7 @@ if ($probe_res) {
 }
 else {
   if ($BUILDING_IMAGER) {
-    WriteEmptyMakefile(%opts);
+    ExtUtils::MakeMaker::WriteEmptyMakefile(%opts);
   }
   else {
     # fail in good way
index b5f4bbf820de2976af940c963decd920d66c6c7c..ddd8f813b29f15a742a2728aeee66b698e158550 100644 (file)
@@ -1,6 +1,6 @@
 #!perl -w
 use strict;
-use ExtUtils::MakeMaker qw(WriteMakefile WriteEmptyMakefile);
+use ExtUtils::MakeMaker;
 use Getopt::Long;
 use Config;
 
@@ -97,7 +97,7 @@ if ($probe_res) {
 }
 else {
   if ($BUILDING_IMAGER) {
-    WriteEmptyMakefile(%opts);
+    ExtUtils::MakeMaker::WriteEmptyMakefile(%opts);
   }
   else {
     # fail in good way
index 751d846a525b360b2e2f8a3745205d4d96f59639..4961195c035d2aa3505db538d8f36b113f6f188e 100644 (file)
@@ -1,6 +1,6 @@
 #!perl -w
 use strict;
-use ExtUtils::MakeMaker qw(WriteMakefile WriteEmptyMakefile);
+use ExtUtils::MakeMaker;
 use Getopt::Long;
 use Config;
 
@@ -117,7 +117,7 @@ if ($probe_res) {
 }
 else {
   if ($BUILDING_IMAGER) {
-    WriteEmptyMakefile(%opts);
+    ExtUtils::MakeMaker::WriteEmptyMakefile(%opts);
   }
   else {
     # fail in good way
index a9ca2b84b78c8efed0f3fdfae45381f28d42b4c7..ad9a6b3245a7e35119d63e4d5628be6ef98c065e 100644 (file)
@@ -1,6 +1,6 @@
 #!perl -w
 use strict;
-use ExtUtils::MakeMaker qw(WriteMakefile WriteEmptyMakefile);
+use ExtUtils::MakeMaker;
 use Getopt::Long;
 use Config;
 
@@ -97,7 +97,7 @@ if ($probe_res) {
 }
 else {
   if ($BUILDING_IMAGER) {
-    WriteEmptyMakefile(%opts);
+    ExtUtils::MakeMaker::WriteEmptyMakefile(%opts);
   }
   else {
     # fail in good way
index 25c4caa43e3298e763297386ad3971a4f613a4e9..fe54c6648d0eae3a68b70540db99fc8e6ae7f75f 100644 (file)
@@ -1,6 +1,6 @@
 #!perl -w
 use strict;
-use ExtUtils::MakeMaker qw(WriteMakefile WriteEmptyMakefile);
+use ExtUtils::MakeMaker;
 use Getopt::Long;
 use Config;
 
@@ -97,7 +97,7 @@ if ($probe_res) {
 }
 else {
   if ($BUILDING_IMAGER) {
-    WriteEmptyMakefile(%opts);
+    ExtUtils::MakeMaker::WriteEmptyMakefile(%opts);
   }
   else {
     # fail in good way