From: Dave Rolsky Date: Thu, 24 Sep 2009 22:16:40 +0000 (-0500) Subject: HTML fixes X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c1d605dbbaf56eed6436ec8821158c509b8210fe;p=gitmo%2Fmoose-presentations.git HTML fixes --- diff --git a/moose-class/slides/index.html b/moose-class/slides/index.html index bc2aeb1..70bdfc6 100644 --- a/moose-class/slides/index.html +++ b/moose-class/slides/index.html @@ -3349,7 +3349,7 @@ has history => ( -
+

Native Delegation - Array(Ref)

@@ -3424,7 +3424,7 @@ has account => ( [ 'deposit', 100 ] give_100 => [ 'withdraw', 100 ] - }, + }, );
@@ -3537,7 +3537,7 @@ Iterate til this passes all its tests

Part 8: A Brief Tour of MooseX

-
+

Notable Moose Extensions on CPAN