From: Tomas Doran Date: Wed, 11 Aug 2010 23:50:10 +0000 (+0100) Subject: Merge remote branch 'origin/topic/template-remove-critic-violation' X-Git-Tag: 1.29~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=142e25b3fcec394aafcecb64bec750e366bbb9ca;hp=c6ead008903183bd653da02372c9d2dc12f645d1;p=catagits%2FCatalyst-Devel.git Merge remote branch 'origin/topic/template-remove-critic-violation' * origin/topic/template-remove-critic-violation: remove eval Perl-Critic doesn't like it --- 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. #