X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FUtils.pm;h=1bccecba7ada144b97fa0d5a216598843458b8c2;hp=5ee745106b37cce7d21878d81dc8023f4d63460f;hb=c463b49c849c28a6fa46e9eb1c07a31b51696f1d;hpb=ad9e8de94e240b8668b084ec2714deead7921a98 diff --git a/lib/Catalyst/Utils.pm b/lib/Catalyst/Utils.pm index 5ee7451..1bccecb 100644 --- a/lib/Catalyst/Utils.pm +++ b/lib/Catalyst/Utils.pm @@ -10,7 +10,6 @@ use Cwd; use Class::Load 'is_class_loaded'; use String::RewritePrefix; use Class::Load (); - use namespace::clean; =head1 NAME @@ -503,6 +502,8 @@ sub apply_registered_middleware { return $new_psgi; } + + =head1 PSGI Helpers Utility functions to make it easier to work with PSGI applications under Catalyst