switch to Syntax::Keyword::Gather
Arthur Axel 'fREW' Schmidt [Wed, 9 Dec 2009 00:11:08 +0000 (18:11 -0600)]
Makefile.PL
lib/CSS/Declare.pm

index b8a521e..182fb01 100644 (file)
@@ -3,6 +3,6 @@ use warnings FATAL => 'all';
 use inc::Module::Install 0.91;
 
 all_from 'lib/Web/Simple.pm';
-requires 'Perl6::Gather';
+requires 'Syntax::Keyword::Gather';
 
 WriteAll;
index 48b14ce..8102328 100644 (file)
@@ -3,7 +3,7 @@ package CSS::Declare;
 use strict;
 use warnings;
 
-use Perl6::Gather;
+use Syntax::Keyword::Gather;
 
 my $IN_SCOPE = 0;