From: Graham Knop Date: Mon, 25 Feb 2013 02:17:56 +0000 (-0500) Subject: fix minor whitespace issue in synopsis X-Git-Tag: v1.001000~27 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=16382e05b20e87b0bc13bfcebc1554f5ca687158;p=gitmo%2FMoo.git fix minor whitespace issue in synopsis --- diff --git a/lib/Moo.pm b/lib/Moo.pm index fd9d886..2f7db1a 100644 --- a/lib/Moo.pm +++ b/lib/Moo.pm @@ -212,7 +212,7 @@ Moo - Minimalist Object Orientation (with Moose compatiblity) isa => sub { die "Only SWEET-TREATZ supported!" unless $_[0] eq 'SWEET-TREATZ' }, -); + ); has pounds => ( is => 'rw',