version 0.002; 2009-04-30

  * document standard Math::Interpolator methods in M::I::Linear and
    M::I::Robust

  * abandon use of the "fields" module

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

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

  * drop prototypes from method subs (where the prototypes have no effect)

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

  * complete dependency list

  * include signature in distribution

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

version 0.001; 2007-01-21

  * avoid "my __PACKAGE__", for compatibility with perl v5.6

version 0.000; 2006-06-13

  * initial released version