From: Arthur Axel 'fREW' Schmidt Date: Wed, 9 Dec 2009 00:11:08 +0000 (-0600) Subject: switch to Syntax::Keyword::Gather X-Git-Tag: v0.003~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FWeb-Simple.git;a=commitdiff_plain;h=b134433d1514d89716e596c4c60a6ae580d30a80 switch to Syntax::Keyword::Gather --- diff --git a/Makefile.PL b/Makefile.PL index b8a521e..182fb01 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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; diff --git a/lib/CSS/Declare.pm b/lib/CSS/Declare.pm index 48b14ce..8102328 100644 --- a/lib/CSS/Declare.pm +++ b/lib/CSS/Declare.pm @@ -3,7 +3,7 @@ package CSS::Declare; use strict; use warnings; -use Perl6::Gather; +use Syntax::Keyword::Gather; my $IN_SCOPE = 0;