improved Win32 warning/invitation message
[sdlgit/SDL_perl.git] / Build.PL
index e0618a9..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();
@@ -139,7 +140,7 @@ my $build   = SDL::Build->new(
        {
                'YAML'  => '0.68',
                'ExtUtils::CBuilder' => '0.260301',
-               'Alien::SDL' => '0.7',
+               'Alien::SDL' => '0.7.1',
        },
        build_requires =>
        {