From: Dave Rolsky Date: Tue, 10 Jan 2012 16:07:59 +0000 (-0600) Subject: Remove extra newline X-Git-Tag: v0.18~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-StrictConstructor.git;a=commitdiff_plain;h=791a5e6231a06114013593a16989e92f05409eb2 Remove extra newline --- diff --git a/lib/MooseX/StrictConstructor/Trait/Method/Constructor.pm b/lib/MooseX/StrictConstructor/Trait/Method/Constructor.pm index 8d8590f..15ecf37 100644 --- a/lib/MooseX/StrictConstructor/Trait/Method/Constructor.pm +++ b/lib/MooseX/StrictConstructor/Trait/Method/Constructor.pm @@ -18,7 +18,6 @@ around _generate_BUILDALL => sub { grep { defined } map { $_->init_arg() } @{ $self->_attributes() }; - $source .= <<"EOF"; my \%attrs = (@attrs);