Re: [Module::Build] Preserving files' executable bits, once more
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2006-04-10 00:51:13
|
On Apr 8, 2006, at 11:17 PM, Randy W. Sims wrote: > > Borrowing code from ExtUtils::Install::install() and ::pm_to_blib > (), the copy_if_modified() method now preserves file mode and > timestamps. Sounds good to preserve mode, but I'm not sure we want to preserve timestamps. Seems like the timestamp can be a useful indicator of when a file got updated. -Ken |