In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/c79dccf4f11f581397ffb75057a14e1e2efdb530?hp=59f8d31d34bbd5e9cde13ca5b6f1e4b40a8325c3>

- Log -----------------------------------------------------------------
commit c79dccf4f11f581397ffb75057a14e1e2efdb530
Author: Father Chrysostomos <[email protected]>
Date:   Thu Nov 20 21:22:41 2014 -0800

    mg.c: _get_encoding needs dVAR
-----------------------------------------------------------------------

Summary of changes:
 mg.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mg.c b/mg.c
index 679b309..50548cd 100644
--- a/mg.c
+++ b/mg.c
@@ -784,6 +784,7 @@ Perl__get_encoding(pTHX)
      * it, so we put the object into the global, and put a simple boolean into
      * the hints hash giving whether the global is valid or not */
 
+    dVAR;
     SV *is_encoding;
 
     if (PL_encoding) {

--
Perl5 Master Repository

Reply via email to