Make sure the app blows up if ::Runtime is too old.
Florian Ragwitz [Tue, 12 May 2009 00:03:20 +0000 (00:03 +0000)]
Couresy of miyagawa++.

lib/Catalyst/Helper.pm

index 31ba0b5..536fa6f 100644 (file)
@@ -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
 #