Correct erroneous $^H bitsetting cargocult which originated in autobox
Peter Rabbitson [Fri, 10 Feb 2012 11:00:45 +0000 (12:00 +0100)]
lib/CSS/Declare.pm
lib/Web/Simple/AntiquatedPerl.pod
lib/XML/Tags.pm

index 8102328..78444cf 100644 (file)
@@ -210,7 +210,7 @@ sub _export_tags_into {
 
 sub _install_unexporter {
   my ($class, $unex) = @_;
-  $^H |= 0x120000; # localize %^H
+  $^H |= 0x20000; # localize %^H
   $^H{'CSS::Declare::Unex'} = bless($unex, 'CSS::Declare::Unex');
 }
 
index 78f9bf6..8ce752e 100644 (file)
@@ -219,7 +219,7 @@ mongers, the slides are reproduced below.
   $^H
   %^H
   ----
-    $^H |= 0x120000;
+    $^H |= 0x20000;
     $^H{'foo'}
       = bless($foo, 'My::Foo');
   ----
index fd3848b..a9e0785 100644 (file)
@@ -81,7 +81,7 @@ sub _export_tags_into {
 
 sub _install_unexporter {
   my ($class, $unex) = @_;
-  $^H |= 0x120000; # localize %^H
+  $^H |= 0x20000; # localize %^H
   $^H{'XML::Tags::Unex'} = bless($unex, 'XML::Tags::Unex');
 }