X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FUtils.pm;h=45f52e40a9ca20ffcd7439115ec5f1f479a5a910;hb=ddcd2fc4728111853841078cc5d9a117b993ea96;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;