in reply to Re^5: Clean smoke-test install for Inline based modules using Inline::MakeMaker
in thread Clean smoke-test install for Inline based modules using Inline::MakeMaker
The second attempt looks promising - it might even provide the desired behaviour. (Does it ? ...
AFAIK it should, I'm 90% that it will, but if it doesn't, this ought to fix it (should force make to rerun Makefile.PL with Inline::MakeMaker )
END { if( not exist $INC{'Inline/MakeMaker.pm'} ){ $atime = $mtime = time + 10 ; utime $atime, $mtime, 'Makefile.PL'; } }
|
|---|