improved Win32 warning/invitation message
Breno G. de Oliveira [Sun, 18 Oct 2009 02:28:05 +0000 (23:28 -0300)]
Build.PL

index b96fd1f..2c64259 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -16,10 +16,11 @@ use YAML;
 use YAML::Node;
 
 print STDERR <<BROKENWIN if ($^O =~ /MSWin.*|cygwin/ );
-******************************** !!!WARNING!!! ******************************** 
-Windows support is currently experimental - you can continue, but you've been warned! 
-If you are interested in helping please contact us at sdl-devel\@perl.org.
-*******************************************************************************
+*************************** !!!WARNING!!! *****************************
+Windows support is currently experimental - you can continue, but 
+you've been warned! If you are interested in helping please contact us 
+at sdl-devel\@perl.org, or join us on #sdl in irc.perl.org
+***********************************************************************
 BROKENWIN
 
 my $sdl_compile_flags = SDL::Utility->sdl_c_flags();