X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalystX%2FDeclare.pm;h=057c6a248df459e9c4b320c60a9d378a79512328;hb=9fa23f332963ec76dff14da3abb84ea5bdc95096;hp=f8959d5e3c1b9a9c0d3ce36315bcec82cf26fb5e;hpb=b7400fcf6ad3540c05d4abdf27f3b66ccf830d52;p=catagits%2FCatalystX-Declare.git diff --git a/lib/CatalystX/Declare.pm b/lib/CatalystX/Declare.pm index f8959d5..057c6a2 100644 --- a/lib/CatalystX/Declare.pm +++ b/lib/CatalystX/Declare.pm @@ -1,4 +1,5 @@ use MooseX::Declare; +use 5.008008; class CatalystX::Declare extends MooseX::Declare is dirty { @@ -10,9 +11,9 @@ class CatalystX::Declare extends MooseX::Declare is dirty { clean; - our $VERSION = '0.005'; + our $VERSION = '0.014'; - around keywords { + around keywords (ClassName $self:) { $self->$orig, ControllerKeyword->new( identifier => 'controller' ), RoleKeyword->new( identifier => 'controller_role' ),