X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=f2d146d52a66a747712f2c4144121ff4e728f411;hb=9632eafcec8bb27c45bfd7a048b91d6ce231f5a6;hp=a32db7965d7742c1bf2711ebb82d4cf631622cc3;hpb=33710f4eb4f0879b258b707799e1f267a6ab4bfa;p=sdlgit%2FSDL_perl.git diff --git a/Build.PL b/Build.PL index a32db79..f2d146d 100644 --- a/Build.PL +++ b/Build.PL @@ -11,12 +11,12 @@ use lib 'make/lib'; use Data::Dumper; use SDL::Build; +use SDL::Utility; use YAML; use YAML::Node; -use inc::Utility qw(sdl_libs sdl_c_flags); -my $sdl_compile_flags = sdl_c_flags(); -my $sdl_link_flags = sdl_libs(); +my $sdl_compile_flags = SDL::Utility->sdl_c_flags(); +my $sdl_link_flags = SDL::Utility->sdl_libs(); # subsystem to build # file # location of source file => location of build file to get name right