tweaking the app
Stevan Little [Mon, 11 Sep 2006 20:58:26 +0000 (20:58 +0000)]
lib/Class/MOP/Browser/Controller/Root.pm

index f638a2b..da05784 100644 (file)
@@ -10,11 +10,6 @@ our $VERSION = '0.01';
 
 __PACKAGE__->config->{namespace} = '';
 
-sub default : Private {
-    my ($self, $c) = @_;
-    $c->response->body("Helloooooo World");
-} 
-
 sub index : Public {
     my ( $self, $c ) = @_;
 }