From: Dave Rolsky Date: Thu, 17 Jun 2010 19:05:46 +0000 (-0500) Subject: Small tweak to readme text X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7485293a0c869597b2b78f8496fc8305391e5afc;p=gitmo%2Fmoose-presentations.git Small tweak to readme text --- diff --git a/moose-class/exercises/README b/moose-class/exercises/README index a31807c..91f8fec 100644 --- a/moose-class/exercises/README +++ b/moose-class/exercises/README @@ -7,9 +7,9 @@ what's what ... 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 -distributions so we're all on the same page, as well as some other -modules used in the tests. +t/lib - includes a recent (enough) copy of the Test-Harness and Test-Simple +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