From da6a0d001058eac4b32ac21728c8d7c5dd02c632 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Sat, 10 Mar 2007 23:48:32 +0000 Subject: [PATCH] include NA in the die output as suggested by http://search.cpan.org/~rrwo/CPAN-YACSmoke-0.03_07/lib/CPAN/YACSmoke/FAQ.pod RT #24486 --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 7afadd6..f6d95ee 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,7 +28,7 @@ if (find_header('windows.h') and find_lib('gdi32')) { } unless (@objs > 1) { - die "Sorry, I can't find headers or libraries for a supported GUI\n" + die "NA: Sorry, I can't find headers or libraries for a supported GUI\n" } my %opts = -- 2.30.2