From 7755101d91a79c44cf0f9510bf6443d7a43ae2cb Mon Sep 17 00:00:00 2001 From: Ben Bullock Date: Thu, 19 Apr 2012 09:22:40 +0900 Subject: [PATCH] Changes to suppress installation errors. --- build/make-files.pl | 1 - tmpl/Makefile.PL.tmpl | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/build/make-files.pl b/build/make-files.pl index ef8fa29..49a829b 100755 --- a/build/make-files.pl +++ b/build/make-files.pl @@ -138,7 +138,6 @@ BEGIN build/ImagePNGBuild.pm build/LibpngInfo.pm build/make-files.pl -Changes MANIFEST MANIFEST.SKIP my-xs.h diff --git a/tmpl/Makefile.PL.tmpl b/tmpl/Makefile.PL.tmpl index 8a57579..50c27ee 100644 --- a/tmpl/Makefile.PL.tmpl +++ b/tmpl/Makefile.PL.tmpl @@ -68,6 +68,7 @@ EOF # A minimal C program to test compilation and running. my $test_c = <<'EOF'; +#include #include #include "png.h" void failburger (const char * message)