no more perl critic
[gitmo/MooseX-StrictConstructor.git] / lib / MooseX / StrictConstructor / Role / Metaclass.pm
index 76505d8..d2c0239 100644 (file)
@@ -8,7 +8,7 @@ use MooseX::StrictConstructor::Meta::Method::Constructor;
 use Moose::Role;
 
 
-around 'make_immutable' => sub ## no critic RequireArgUnpacking
+around 'make_immutable' => sub
 {
     my $orig = shift;
     my $self = shift;