In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/e120c24fe257993e9cbf4c567194bec2792f3ccc?hp=b5dd2dd30a901bd2e9869c1a83c6d48201b517ce>

- Log -----------------------------------------------------------------
commit e120c24fe257993e9cbf4c567194bec2792f3ccc
Author: Tony Cook <t...@develop-help.com>
Date:   Wed Sep 23 09:33:50 2015 +1000

    [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.
-----------------------------------------------------------------------

Summary of changes:
 Porting/makerel | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Porting/makerel b/Porting/makerel
index a2160fb..0bf7990 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

--
Perl5 Master Repository

Reply via email to