[Moose-commits] r7320 -
Moose/branches/method_generation_cleanup/lib/Moose/Meta/Method
nothingmuch at code2.0beta.co.uk
nothingmuch at code2.0beta.co.uk
Sat Jan 17 22:03:10 GMT 2009
Author: nothingmuch
Date: 2009-01-17 14:03:09 -0800 (Sat, 17 Jan 2009)
New Revision: 7320
Modified:
Moose/branches/method_generation_cleanup/lib/Moose/Meta/Method/Constructor.pm
Log:
whitespace
Modified: Moose/branches/method_generation_cleanup/lib/Moose/Meta/Method/Constructor.pm
===================================================================
--- Moose/branches/method_generation_cleanup/lib/Moose/Meta/Method/Constructor.pm 2009-01-17 22:02:53 UTC (rev 7319)
+++ Moose/branches/method_generation_cleanup/lib/Moose/Meta/Method/Constructor.pm 2009-01-17 22:03:09 UTC (rev 7320)
@@ -142,7 +142,7 @@
$self->_generate_slot_initializer($_)
} 0 .. (@{$self->attributes} - 1));
- $source .= ";\n" . $self->_generate_triggers();
+ $source .= ";\n" . $self->_generate_triggers();
$source .= ";\n" . $self->_generate_BUILDALL();
$source .= ";\n" . 'return $instance';
More information about the Moose-commits
mailing list