From: Dave Rolsky Date: Wed, 5 Jun 2013 16:41:09 +0000 (-0500) Subject: Link to metacpan, not s.c.o X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e95801c6646fa0ed1ecd7b95727821bdee00ebdf;p=gitmo%2Fmoose-presentations.git Link to metacpan, not s.c.o --- diff --git a/moose-class/exercises/t/03-basic-attributes.t b/moose-class/exercises/t/03-basic-attributes.t index b04182f..94e4bb3 100644 --- a/moose-class/exercises/t/03-basic-attributes.t +++ b/moose-class/exercises/t/03-basic-attributes.t @@ -14,7 +14,7 @@ # the first and last name. Use the title's predicate method in the new # full_name method. # -# Go back to the Employee class +# Go back to the Employee class. # # Make the title attribute default to the string 'Worker' for the # Employee class. You can now inherit full_name from the Person class diff --git a/moose-class/slides/index.html b/moose-class/slides/index.html index f8806be..2ad8bbb 100644 --- a/moose-class/slides/index.html +++ b/moose-class/slides/index.html @@ -3689,12 +3689,13 @@ with HasCollection => { type => 'Int' };

@@ -3703,7 +3704,7 @@ with HasCollection => { type => 'Int' };