summaryrefslogtreecommitdiff
path: root/Porting/makerel
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2015-09-23 09:33:50 +1000
committerTony Cook <tony@develop-help.com>2015-09-23 09:34:37 +1000
commite120c24fe257993e9cbf4c567194bec2792f3ccc (patch)
tree359451a6b6cd016b00ca849eb92368b0866558b9 /Porting/makerel
parentb5dd2dd30a901bd2e9869c1a83c6d48201b517ce (diff)
downloadperl-e120c24fe257993e9cbf4c567194bec2792f3ccc.tar.gz
[perl #126133] autodie touches its touch_me, make it writable
autodie's utime.t touches touch_me, in a git checkout that's fine since the file is writable, but in a distribution, all files are read-only by default, and on Win32 the utime() call the test expects to succeed fails. Per Sisyphus's note, also make win32/GNUmakefile writable to match the other Win32 makefiles, since they're often modified to configure the build.
Diffstat (limited to 'Porting/makerel')
-rwxr-xr-xPorting/makerel2
1 files changed, 2 insertions, 0 deletions
diff --git a/Porting/makerel b/Porting/makerel
index a2160fbb70..0bf79908a3 100755
--- a/Porting/makerel
+++ b/Porting/makerel
@@ -148,12 +148,14 @@ my @writables = qw(
perlapi.c
cpan/Devel-PPPort/module2.c
cpan/Devel-PPPort/module3.c
+ cpan/autodie/t/touch_me
reentr.c
reentr.h
regcharclass.h
regnodes.h
warnings.h
lib/warnings.pm
+ win32/GNUmakefile
win32/Makefile
win32/Makefile.ce
win32/makefile.mk