The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
CHANGES
-------

  0.07 - 05 September 2007

      * including the missing t/prototypes.t into the MANIFEST so it actually gets included. *ZONK*

  0.06 - 04 September 2007

      * fixing a call to Exporter to allow Test::MockTime on perl 5.6.1 to run, although still with warnings about prototypes
      * including the missing t/prototypes.t that Peter sent me.

  0.05 - 28 December 2006

      * Patch from Peter du Marchie van Voorthuysen to give the correct function prototypes for gmtime, localtime and time
      * now only requiring Time::Piece when using specs

  0.04 - 31 July 2006

      * Patch from Michael Hendricks to allow importing all subroutines

  0.03 - 30 July 2006

      * Patch from Michael Hendricks to allow dates in formats other than seconds since the unix epoch