fix minor whitespace issue in synopsis
Graham Knop [Mon, 25 Feb 2013 02:17:56 +0000 (21:17 -0500)]
lib/Moo.pm

index fd9d886..2f7db1a 100644 (file)
@@ -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',