In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/cb26ef7ab94874d85caf52a13f1dc47832f8cd97?hp=e21f5e42911f0ed636593e42e9a55afbb1524140>

- Log -----------------------------------------------------------------
commit cb26ef7ab94874d85caf52a13f1dc47832f8cd97
Author: H.Merijn Brand <h.m.br...@xs4all.nl>
Date:   Wed Feb 19 17:07:32 2014 +0100

    New bincompat options
-----------------------------------------------------------------------

Summary of changes:
 perl.c | 3 +++
 perl.h | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/perl.c b/perl.c
index 72d0485..3007dc7 100644
--- a/perl.c
+++ b/perl.c
@@ -1663,6 +1663,9 @@ S_Internals_V(pTHX_ CV *cv)
 #  ifdef NO_TAINT_SUPPORT
                             " NO_TAINT_SUPPORT"
 #  endif
+#  ifdef PERL_BOOL_AS_CHAR
+                            " PERL_BOOL_AS_CHAR"
+#  endif
 #  ifdef PERL_DISABLE_PMC
                             " PERL_DISABLE_PMC"
 #  endif
diff --git a/perl.h b/perl.h
index a6e4dbb..e49d784 100644
--- a/perl.h
+++ b/perl.h
@@ -4587,6 +4587,9 @@ EXTCONST char PL_bincompat_options[] =
 #  ifdef PERLIO_LAYERS
                             " PERLIO_LAYERS"
 #  endif
+#  ifdef PERL_DEBUG_READONLY_COW
+                            " PERL_DEBUG_READONLY_COW"
+#  endif
 #  ifdef PERL_DEBUG_READONLY_OPS
                             " PERL_DEBUG_READONLY_OPS"
 #  endif

--
Perl5 Master Repository

Reply via email to