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

index f638a2b..d6cfbc3 100644 (file)
@@ -8,7 +8,7 @@ use base 'Catalyst::Controller';
 
 our $VERSION = '0.01';
 
-__PACKAGE__->config->{namespace} = '';
+__PACKAGE__->config->{namespace} = 'cgi-bin/class_mop_browser.pl';
 
 sub default : Private {
     my ($self, $c) = @_;