From: Dave Rolsky Date: Sun, 28 Jun 2009 00:56:18 +0000 (-0500) Subject: Small wording tweak X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=02d94abbb9f70b35f56297b01b6b7d395e0302de;p=gitmo%2Fmoose-presentations.git Small wording tweak --- diff --git a/moose-class/exercises/README b/moose-class/exercises/README index 51182dc..84c9db7 100644 --- a/moose-class/exercises/README +++ b/moose-class/exercises/README @@ -5,8 +5,8 @@ t/*.t - each .t file contains instructions on what the exercise is, and runs the tests to check your code. t/lib - includes a recent copy of the Test-Harness and Test-Simple -modules so we're all on the same page, as well as some other modules -used in the tests. +distributions so we're all on the same page, as well as some other +modules used in the tests. t/lib/MooseClass/Tests.pm - the actual tests all live in this module. It also shows many examples of how to use Moose's metaclass