This repository was archived by the owner on Jun 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -1201,7 +1201,7 @@ uni.data: $(MINIPERL_EXE) $(CONFIGPM) lib/unicore/mktables $(nonxs_ext)
12011201$spitshell >> $Makefile << !GROK!THIS!
12021202
12031203rebuild_storable: \$ (PERL_EXE) $cwd_dep
1204- \$ (RUN_PERL) dist/Storable/stacksize --core
1204+ - \$ (RUN_PERL) dist/Storable/stacksize --core
12051205 \$ (MAKE) -C dist/Storable PERL_CORE=1
12061206
12071207!GROK!THIS!
Original file line number Diff line number Diff line change 1+ 2017-10-15 13:57:00 rurban
2+ Version 3.05_14
3+
4+ * perlbrew fix: try to fix the readonly stacksize.h
5+ [cperl #335]
6+
172017-07-24 13:57:13 rurban
28 Version 3.05_13
39
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ package Storable; @ISA = qw(Exporter);
2626
2727use vars qw( $canonical $forgive_me $VERSION $XS_VERSION) ;
2828
29- $VERSION = ' 3.05_13 ' ;
29+ $VERSION = ' 3.05_14 ' ;
3030$XS_VERSION = $VERSION ;
3131$VERSION = eval $VERSION ;
3232
Original file line number Diff line number Diff line change @@ -174,6 +174,7 @@ if ($max_depth == $bad1-1
174174print " MAX_DEPTH_HASH = $n \n " unless QUIET;
175175my $max_depth_hash = $n ;
176176
177+ chmod 0644, $fn if -e $fn && !-w $fn ;
177178open $f , " >" , $fn or die " $fn $! " ;
178179print $f " /* bisected with stacksize.pl */\n " ;
179180print $f " #define PST_STACK_MAX_DEPTH $max_depth \n " ;
You can’t perform that action at this time.
0 commit comments