Re: [Module-build-general] [patch] backport to 5.005_03
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2003-03-29 19:59:13
|
On Saturday, March 29, 2003, at 06:55 AM, Richard Clamp wrote: > This was shockingly painfree, and really just amounts to: > > s/open my $fh, .../my $fh = IO::File->new(...)/g > > I hope it's useful Yeah, looks great. I don't have a 5.005 to test it against myself (though I probably should make one one of these days), but other people have wanted this too. Thanks for the patch. > > ps. When are we likely to see a new release? The EXE_FILES shebang > rewrite fix you did the other week is very close to my heart. Yeah, and that spurious warning about mismatched perl executables is pretty annoying too. I should do this soon, though there are plenty of tasks that won't make it into the next release if I do it right away. Either way, I think I can do a release this weekend, either an ambitious one or a lazy one. -Ken |