first post on australorp
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / Controller / Engine / Response / Errors.pm
index 63c3f35..562997e 100644 (file)
@@ -1,13 +1,13 @@
 package TestApp::Controller::Engine::Response::Errors;
 
 use strict;
-use base 'Catalyst::Base';
+use base 'Catalyst::Controller';
 
 sub one : Relative {
     my ( $self, $c ) = @_;
     my $a = 0;
     my $b = 0;
-    my $c = $a / $b;
+    my $t = $a / $b;
 }
 
 sub two : Relative {