From: Rafael Kitover Date: Tue, 23 Feb 2010 01:49:08 +0000 (-0500) Subject: add 1; to the end of controller template X-Git-Tag: 1.27~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Devel.git;a=commitdiff_plain;h=641b89e2e96000a12142211f08ed777be02395bb add 1; to the end of controller template --- diff --git a/share/lib/Helper/compclass.pm.tt b/share/lib/Helper/compclass.pm.tt index 774e1cd..1dad30e 100644 --- a/share/lib/Helper/compclass.pm.tt +++ b/share/lib/Helper/compclass.pm.tt @@ -41,3 +41,4 @@ it under the same terms as Perl itself. __PACKAGE__->meta->make_immutable; +1;