From: Tony Cook Date: Sat, 10 Mar 2007 23:48:32 +0000 (+0000) Subject: include NA in the die output as suggested by X-Git-Tag: v0.008~14 X-Git-Url: http://git.imager.perl.org/imager-screenshot.git/commitdiff_plain/da6a0d001058eac4b32ac21728c8d7c5dd02c632 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 --- 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 =