in reply to Re: Devel::CheckLib problem
in thread Devel::CheckLib problem
I still don't get how the presence (and loading) of an empty blib can make a difference to the loading of Devel::CheckLib ... though it's probably not as important as I first thought.my $obj = tied %Config::Config; if(mingw_detected) { $obj->{cc} = 'gcc'; $obj->{make} = 'dmake'; .... }
|
|---|