fix recipe synopsis
Jesse Luehrs [Sat, 7 May 2011 18:09:26 +0000 (13:09 -0500)]
lib/Moose/Cookbook/Basics/Recipe4.pod

index 1be2fab..94a9982 100644 (file)
@@ -52,7 +52,7 @@ use Test::Requires {
   has 'address'   => ( is => 'rw', isa => 'Address' );
   has 'employees' => (
       is      => 'rw',
-      isa     => 'ArrayRef[Employee]'
+      isa     => 'ArrayRef[Employee]',
       default => sub { [] },
   );