From: Justin Hunter Date: Wed, 21 Dec 2011 22:33:16 +0000 (-0500) Subject: add space between "BEGIN {" and "extends" X-Git-Tag: 1.37~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Devel.git;a=commitdiff_plain;h=387bb03750991ff9ac2b7e1a789553b252d911c4 add space between "BEGIN {" and "extends" --- diff --git a/share/lib/Helper/compclass.pm.tt b/share/lib/Helper/compclass.pm.tt index 1dad30e..ef8b581 100644 --- a/share/lib/Helper/compclass.pm.tt +++ b/share/lib/Helper/compclass.pm.tt @@ -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