damn typo
Sebastian Riedel [Sun, 20 Mar 2005 18:11:27 +0000 (18:11 +0000)]
t/14connection.t

index 85a3445..ea3a353 100644 (file)
@@ -3,7 +3,7 @@ package TestApp;
 use Catalyst;
 
 __PACKAGE__->action(
-    host => sub {
+    hostname => sub {
         my ( $self, $c ) = @_;
         $c->res->output( $c->req->hostname );
     },