- die with a message automated cpan testers treat as a non-fail when
authorTony Cook <tony@develop-help.com>
Sun, 13 Apr 2008 09:14:00 +0000 (09:14 +0000)
committerTony Cook <tony@develop-help.com>
Sun, 13 Apr 2008 09:14:00 +0000 (09:14 +0000)
  we can't find the needed headers and libraries.
  https://rt.cpan.org/Ticket/Display.html?id=34845

Changes
Makefile.PL

diff --git a/Changes b/Changes
index 73ba2968b6fed9ea7313d17127f8def50dd90be6..8a623881b5e79090a6b1f2523e257fd9997f7d84 100755 (executable)
--- a/Changes
+++ b/Changes
@@ -6,6 +6,10 @@
   Thanks to Slaven Rezic.
   https://rt.cpan.org/Ticket/Display.html?id=34792
 
+- die with a message automated cpan testers treat as a non-fail when
+  we can't find the needed headers and libraries.
+  https://rt.cpan.org/Ticket/Display.html?id=34845
+
 0.006 9 Apr 2008
 
 - screenshot() on a non-toplevel Tk widget would crash when
index 0a521d69c569f4b8fefb9a691504c3bde607e279..b098ebef72c55714f38da88f01f93e0b104de25b 100644 (file)
@@ -38,8 +38,9 @@ if (find_header('windows.h', "Win32 header")
 
 unless (@objs > 1) {
   die <<DEAD;
+OS unsupported: Headers or libraries not found for a supported GUI
 
-NA: Sorry, I can't find headers or libraries for a supported GUI
+Sorry, I can't find headers or libraries for a supported GUI
 You need to install development headers and libraries for your GUI
 For Win32: Platform SDK or a substitute
 For X11: X11 headers and libraries, eg. the libX11-dev package on Debian