From: Yuval Kogman Date: Mon, 31 Oct 2005 10:08:44 +0000 (+0000) Subject: Example for Catalyst::Utils::apprefix X-Git-Tag: 5.7099_04~1076 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=05850e06de30638a8aca661a2c38fa45493fc6bd Example for Catalyst::Utils::apprefix --- diff --git a/lib/Catalyst/Utils.pm b/lib/Catalyst/Utils.pm index 3a9a908..c0eeefe 100644 --- a/lib/Catalyst/Utils.pm +++ b/lib/Catalyst/Utils.pm @@ -24,7 +24,9 @@ See L. =item appprefix($class) -Returns the application prefix for the class +Returns the application prefix for the class. + + MyApp::Foo becomes myapp_foo =cut