Made the test more clear, works here..
[catagits/Catalyst-Action-REST.git] / t / lib / Test / Action / Class.pm
index 84f651a..4dd8884 100644 (file)
@@ -1,9 +1,7 @@
 package Test::Action::Class;
-use strict;
-use warnings;
-
 use Moose;
-BEGIN { extends 'Catalyst::Action' };
+
+extends 'Catalyst::Action';
 
 before execute => sub {
    my ($self, $controller, $c, @args) = @_;