The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
version 0.002;  2009-04-21

  * use "[0-9]" instead of "\d" in regexp in present_y()

  * use a realistic Darian date in synopsis examples

  * use simpler "parent" pragma in place of "base"

  * test POD syntax and coverage, and rename some internal functions to
    satisfy the coverage test

  * really complete dependency list (was missing "integer")

  * include "distribution_type" entry in META.yml to satisfy CPANTS

  * in documentation, separate "license" section from "copyright" section

  * use full stricture in Build.PL

  * remove from .cvsignore items that don't occur with Module::Build

version 0.001; 2007-09-08

  * build with Module::Build instead of ExtUtils::MakeMaker

  * complete dependency list

  * express relationship with versions of Math::BigInt and Math::BigRat
    as conflicts rather than dependencies

  * include signature in distribution

version 0.000; 2007-02-17

  * initial released version