The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Test-Routine

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