Link to metacpan, not s.c.o
[gitmo/moose-presentations.git] / moose-class / exercises / t / 03-basic-attributes.t
index b04182f..94e4bb3 100644 (file)
@@ -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