Correct erroneous $^H bitsetting cargocult which originated in autobox
[catagits/Web-Simple.git] / lib / XML / Tags.pm
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');
 }