[Module-build-checkins] [svn:Module-Build] r5892 - Module-Build/trunk/lib/Module/Build
Status: Beta
Brought to you by:
kwilliams
From: <ra...@cv...> - 2006-04-11 08:37:10
|
Author: randys Date: Tue Apr 11 01:36:41 2006 New Revision: 5892 Modified: Module-Build/trunk/lib/Module/Build/Authoring.pod Log: Correct documentation of copy_if_modified() with regards to mode and timestamps. Modified: Module-Build/trunk/lib/Module/Build/Authoring.pod ============================================================================== --- Module-Build/trunk/lib/Module/Build/Authoring.pod (original) +++ Module-Build/trunk/lib/Module/Build/Authoring.pod Tue Apr 11 01:36:41 2006 @@ -1034,7 +1034,8 @@ Any directories that need to be created in order to perform the copying will be automatically created. -File mode and timestamps are preserved. +The destination file is set to read-only. If the source file has the +executable bit set, then the destination file will be made executable. =item create_build_script() |