[SCM] Interchange branch, master, updated. 8eabe4eef1364862efbfdf47c1cb9691958bf882

Stefan Hornburg <[email protected]>
Newsgroups gmane.comp.web.interchange.cvs
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange".

The branch, master has been updated
       via  8eabe4eef1364862efbfdf47c1cb9691958bf882 (commit)
      from  dcf46bf20ef36ae7c3152215285ef4eb10209c2f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8eabe4eef1364862efbfdf47c1cb9691958bf882
Author: Stefan Hornburg <[email protected]>
Date:   Fri Aug 21 13:35:59 2009 +0200

    compatibility fix for Perl 5.8.8

-----------------------------------------------------------------------

Summary of changes and diff:
 lib/Vend/Safe.pm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lib/Vend/Safe.pm b/lib/Vend/Safe.pm
index bf143d2..bddfe35 100644
--- a/lib/Vend/Safe.pm
+++ b/lib/Vend/Safe.pm
@@ -57,8 +57,9 @@ sub initialize_safe_compartment {
     my $mask = $compartment->mask;
     $compartment->deny_only(); # permit everything
 
-    # add custom share variable for unicode support
+    # add custom shared variables for unicode support
     $compartment->share_from('main',['&utf8::SWASHNEW']);
+    $compartment->share_from('main',['&utf8::SWASHGET']);
 
     # preload utf-8 stuff in compartment
     $compartment->reval('qr{\x{0100}}i');


hooks/post-receive
-- 
Interchange
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.