include NA in the die output as suggested by v0.005
authorTony Cook <tony@develop-help.com>
Sat, 10 Mar 2007 23:48:32 +0000 (23:48 +0000)
committerTony Cook <tony@develop-help.com>
Sat, 10 Mar 2007 23:48:32 +0000 (23:48 +0000)
http://search.cpan.org/~rrwo/CPAN-YACSmoke-0.03_07/lib/CPAN/YACSmoke/FAQ.pod

RT #24486

Makefile.PL

index 7afadd6747e81b86e4452def33287499f392078e..f6d95eefc6750be8fb18578b782e48e9e7ddcc97 100644 (file)
@@ -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 =