From: Tomas Doran Date: Sat, 5 Sep 2009 15:15:20 +0000 (+0000) Subject: Clean up, no moose here. X-Git-Tag: 1.21_01~1^2~42 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Devel.git;a=commitdiff_plain;h=3cd69ff24eb4967ad0d5a856c379a825cf20d39b Clean up, no moose here. --- diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index d1df2f2..9e84b23 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -1,5 +1,4 @@ package Catalyst::Helper; -#use Moose; use Config; use File::Spec; use File::Path; @@ -12,7 +11,6 @@ use Catalyst::Utils; use Catalyst::Exception; use Path::Class qw/dir file/; use File::ShareDir qw/dist_dir/; -#use namespace::autoclean; my %cache;