X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FUtils.pm;h=45f52e40a9ca20ffcd7439115ec5f1f479a5a910;hb=e1e5366da72b22ecbf8a9e03fa0d790b99f3fb4f;hp=d72441ea6951430a3d646e16697deb8225d3e798;hpb=41a8bf1f4e417f1439866c09c08a3998ae81528a;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Utils.pm b/lib/Catalyst/Utils.pm index d72441e..45f52e4 100644 --- a/lib/Catalyst/Utils.pm +++ b/lib/Catalyst/Utils.pm @@ -7,7 +7,7 @@ use Path::Class; use URI; use Carp qw/croak/; use Cwd; - +use Class::MOP; use String::RewritePrefix; use namespace::clean;