make bump
[catagits/Web-Simple.git] / lib / CSS / Declare.pm
index 48b14ce..78444cf 100644 (file)
@@ -3,7 +3,7 @@ package CSS::Declare;
 use strict;
 use warnings;
 
-use Perl6::Gather;
+use Syntax::Keyword::Gather;
 
 my $IN_SCOPE = 0;
 
@@ -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');
 }