From: Caleb Cushing Date: Mon, 26 Jul 2010 17:58:58 +0000 (-0400) Subject: remove eval Perl-Critic doesn't like it X-Git-Tag: 1.29~8^2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f9470eee5a092b50863b860eb3c2d013d6731f56;hp=e1893b6aebff268ef2e7606fdb4695d125ac1336;p=catagits%2FCatalyst-Devel.git remove eval Perl-Critic doesn't like it Perl::Critic says this is bad code, while that may not be true there isn't a spectacular reason for it to exist. Signed-off-by: Caleb Cushing --- diff --git a/share/lib/MyApp.pm.tt b/share/lib/MyApp.pm.tt index 705be4e..46ec6d1 100644 --- a/share/lib/MyApp.pm.tt +++ b/share/lib/MyApp.pm.tt @@ -25,7 +25,6 @@ use Catalyst qw/ extends 'Catalyst'; our $VERSION = '0.01'; -$VERSION = eval $VERSION; # Configure the application. #