From: Dave Rolsky Date: Tue, 3 Aug 2010 12:33:06 +0000 (+0200) Subject: Remove extra close paren X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2Fmoose-presentations.git;a=commitdiff_plain;h=f5cc2f3e2e4b43900ab65afe4f5289d6ea551915 Remove extra close paren --- diff --git a/moose-class/slides/index.html b/moose-class/slides/index.html index 7759fd3..df47d7d 100644 --- a/moose-class/slides/index.html +++ b/moose-class/slides/index.html @@ -2752,7 +2752,7 @@ duck_type Car => qw( run break_down );

Subtype Shortcuts - enum

use Moose::Util::TypeConstraints;
-enum Color => qw( red blue green ) );
+enum Color => qw( red blue green );