In perl.git, the branch khw/ebcdic has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/fcf4fa4d62975297c968fe2ffaad1ac848fd3a96?hp=23eee4fee281d2f0c93acacba21736f3408c5758>

- Log -----------------------------------------------------------------
commit fcf4fa4d62975297c968fe2ffaad1ac848fd3a96
Author: Karl Williamson <[email protected]>
Date:   Sun Mar 24 17:59:59 2013 -0600

    mktables: Fix typo in comment
    
    This used a real CTRL-X, instead of $^X
-----------------------------------------------------------------------

Summary of changes:
 lib/unicore/mktables |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/unicore/mktables b/lib/unicore/mktables
index 8a3c5b1..93faf38 100644
--- a/lib/unicore/mktables
+++ b/lib/unicore/mktables
@@ -1642,7 +1642,7 @@ sub populate_char_info ($) {
 ## This 'require' doesn't necessarily work in miniperl, and even if it does,
 ## the native perl version of it (which is what would operate under miniperl)
 ## is extremely slow, as it does a string eval every call.
-#my $has_fast_scalar_util = $ !~ /miniperl/
+#my $has_fast_scalar_util = $^X !~ /miniperl/
 #                            && defined eval "require Scalar::Util";
 #
 #sub objaddr($) {

--
Perl5 Master Repository

Reply via email to