Revision history for Test-Routine
0.010 2011-04-07 23:06:32 America/New_York
interoperate with MooseX::Method::Signatures (thanks, Jesse Luehrs)
0.009 2011-02-06 21:24:22 America/New_York
eliminate the 5.12-only ... operator
0.008 2011-02-03 21:02:08 America/New_York
eliminate a bogus prereq; sorry about that; thanks Glenn Fowler
0.007 2011-02-03 16:21:44 America/New_York
We now forbid two tests with the same name. This may seem to be
backwards incompatible, but the previous behavior was to silently
replace each test in turn, so that tests written would simply not
run. To allow safer routine composition, we have made duplicate
names fatal, rather than adding arbitrary distinguishing suffixes.
0.006 2011-01-26 15:27:00 America/New_York
correctly generate the Demo.pod (thanks, Yanick Champoux)
0.005 2010-12-19 21:53:36 America/New_York
tiny but critical bug in synopsis (thanks, Piers Cawley)
0.004 2010-10-27 19:46:19 America/New_York
correct a bug in test execution order
0.003 2010-10-18 23:02:32 America/New_York
PLEASE UPDATE YOUR CODE: run_* now come from Test::Runner::Util
0.002 2010-09-30 09:26:43 America/New_York
lower required perl to 5.8.x
raise required Test::More to 0.96
0.001 2010-09-29 11:25:57 America/New_York
first release