projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
99330cb
)
tweaking the app
Stevan Little [Mon, 11 Sep 2006 20:58:26 +0000 (20:58 +0000)]
lib/Class/MOP/Browser/Controller/Root.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Class/MOP/Browser/Controller/Root.pm
b/lib/Class/MOP/Browser/Controller/Root.pm
index
f638a2b
..
da05784
100644
(file)
--- a/
lib/Class/MOP/Browser/Controller/Root.pm
+++ b/
lib/Class/MOP/Browser/Controller/Root.pm
@@
-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 ) = @_;
}