From: Dave Rolsky Date: Thu, 19 Jun 2008 14:16:27 +0000 (+0000) Subject: Fix a typoe - "Bool", not "Boo" X-Git-Tag: 0_55~107 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9711d93b9af14dd90b01cae05e9343358ad8afbb;p=gitmo%2FMoose.git Fix a typoe - "Bool", not "Boo" --- diff --git a/lib/Moose/Cookbook/Recipe11.pod b/lib/Moose/Cookbook/Recipe11.pod index 0db6c62..5f3734a 100644 --- a/lib/Moose/Cookbook/Recipe11.pod +++ b/lib/Moose/Cookbook/Recipe11.pod @@ -12,7 +12,7 @@ Moose::Cookbook::Recipe11 - Advanced Role Composition - method exclusion and ali has 'is_paused' => ( is => 'rw', - isa => 'Boo', + isa => 'Bool', default => 0, );