From: Florian Ragwitz Date: Tue, 12 May 2009 00:03:20 +0000 (+0000) Subject: Make sure the app blows up if ::Runtime is too old. X-Git-Tag: 1.15~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fbcc68ac25a73cc731bc2630d9b87936535e80fb;p=catagits%2FCatalyst-Devel.git Make sure the app blows up if ::Runtime is too old. Couresy of miyagawa++. --- diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index 31ba0b5..536fa6f 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -648,7 +648,7 @@ package [% name %]; use strict; use warnings; -use Catalyst::Runtime '5.70'; +use Catalyst::Runtime 5.70; # Set flags and add plugins for the application #