-BEGIN PGP SIGNED MESSAGE-
Moin,
On Monday 09 February 2004 07:00, DH wrote:
> At least Module::Build 0.21 is required
[schnipp]
> then (after making sure my PATH/INCLUDE/LIB is in order)
> i run perl Buil.PL perl Build
> and then some bugs in Module::Build or SDL::Build are revealed
D
At least Module::Build 0.21 is required
Then I add (required) make/lib/SDL/Build/MSWin32.pm
package SDL::Build::MSWin32;
use base 'SDL::Build';
sub fetch_includes
{
return (
);
}
1;
the modify Build.PL to not test for sdl-config on win32
unless( $^O =~ /win32/i ){
if ($?