summaryrefslogtreecommitdiff
path: root/lang/perl5.14/files/patch-bug49003
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2009-04-04 09:06:53 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2009-04-04 09:06:53 +0000
commitd70143844849daaab2b798d1f12f92ba5037be3f (patch)
tree01e3fef15f2eb91721ec1e9ecc54d96ce294a67f /lang/perl5.14/files/patch-bug49003
parentupdate to 0.62.2 (diff)
Add several bugfixes, imported from maint-5.10
(i.e. will be included into forthcoming 5.10.1).
Notes
Notes: svn path=/head/; revision=231575
Diffstat (limited to 'lang/perl5.14/files/patch-bug49003')
-rw-r--r--lang/perl5.14/files/patch-bug4900318
1 files changed, 18 insertions, 0 deletions
diff --git a/lang/perl5.14/files/patch-bug49003 b/lang/perl5.14/files/patch-bug49003
new file mode 100644
index 000000000000..c43ef58891fb
--- /dev/null
+++ b/lang/perl5.14/files/patch-bug49003
@@ -0,0 +1,18 @@
+# http://rt.perl.org/rt3/Public/Bug/Display.html?id=49003
+# http://perl5.git.perl.org/perl.git/commitdiff/b376053de54af4268a31e5a60d1f9e57db30af11?hp=3a28f3fb1bfd44e4e3dfe6842af867c8c1c9de28
+diff --git a/pp_sys.c b/pp_sys.c
+index 66ca0fb..da07e46 100644
+--- pp_sys.c
++++ pp_sys.c
+@@ -2999,10 +2999,9 @@ PP(pp_ftrread)
+ effective = TRUE;
+ break;
+
+-
+ case OP_FTEEXEC:
+ #ifdef PERL_EFF_ACCESS
+- access_mode = W_OK;
++ access_mode = X_OK;
+ #else
+ use_access = 0;
+ #endif