Example for Catalyst::Utils::apprefix
Yuval Kogman [Mon, 31 Oct 2005 10:08:44 +0000 (10:08 +0000)]
lib/Catalyst/Utils.pm

index 3a9a908..c0eeefe 100644 (file)
@@ -24,7 +24,9 @@ See L<Catalyst>.
 
 =item appprefix($class)
 
-Returns the application prefix for the class
+Returns the application prefix for the class.
+
+       MyApp::Foo becomes myapp_foo
 
 =cut