add space between "BEGIN {" and "extends"
Justin Hunter [Wed, 21 Dec 2011 22:33:16 +0000 (17:33 -0500)]
share/lib/Helper/compclass.pm.tt

index 1dad30e..ef8b581 100644 (file)
@@ -2,7 +2,7 @@ package [% class %];
 use Moose;
 use namespace::autoclean;
 
-[% IF long_type == 'Controller' %]BEGIN {[% END %]extends 'Catalyst::[% long_type %]';[% IF long_type == 'Controller' %] }[% END %]
+[% IF long_type == 'Controller' %]BEGIN { [% END %]extends 'Catalyst::[% long_type %]';[% IF long_type == 'Controller' %] }[% END %]
 
 =head1 NAME