From: Dave Rolsky Date: Wed, 28 Jul 2010 18:57:31 +0000 (-0500) Subject: Move types exercises to middle of types sections - before details that aren't relevan... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5bc2184abd0f373dad159939b113e64102d0c12e;p=gitmo%2Fmoose-presentations.git Move types exercises to middle of types sections - before details that aren't relevant to doing the exercises --- diff --git a/moose-class/slides/index.html b/moose-class/slides/index.html index 25a7f6d..cc786a5 100644 --- a/moose-class/slides/index.html +++ b/moose-class/slides/index.html @@ -2873,6 +2873,19 @@ no Moose;
+

Questions So Far?

+
+ +
+

Exercises

+ +
# cd exercises
+# perl bin/prove -lv t/05-types.t
+
+Iterate til this passes all its tests
+
+ +

Typed Methods (Low-tech)

package Person;
@@ -3049,15 +3062,6 @@ has transaction_history => (
   

Questions?

-
-

Exercises

- -
# cd exercises
-# perl bin/prove -lv t/05-types.t
-
-Iterate til this passes all its tests
-
-

Part 6: Advanced Attributes