remove eval Perl-Critic doesn't like it
Caleb Cushing [Mon, 26 Jul 2010 17:58:58 +0000 (13:58 -0400)]
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 <xenoterracide@gmail.com>

share/lib/MyApp.pm.tt

index 705be4e..46ec6d1 100644 (file)
@@ -25,7 +25,6 @@ use Catalyst qw/
 extends 'Catalyst';
 
 our $VERSION = '0.01';
-$VERSION = eval $VERSION;
 
 # Configure the application.
 #