The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for perl module Lingua::EN::Numbers

1.04 2012-06-21

    - Added links in SEE ALSO to all similar modules, and to the review
      I did of all such modules for English.
    - Corrected SEEL ALSO reference to a non-existent module
      (reported by Karen Etheridge)

1.03 2011-11-20

    - Fixed bug in handling of very large numbers (when using bigint).
      Reported by Steve Flitman, fix from Ben Bullock

1.02 2011-11-20

    - Neil Bowers <neilb@cpan.org> has taken over maintenance
    - fixed a bug affecting numbers over 1 million, where the right-hand
      three digits are 0\d\d (i.e. 99 or less), you'd get a rogue comma.
      e.g. 1001001 became "one million, one thousand and, one"
    - renamed ChangeLog to Changes, and reformatted to CPAN::Changes::Spec


1.01 2005-01-05

    - total rewrite
    - It's more gooder now, in interface, internals, and accuracy.
    - More tests.
    - Mostly backwards compatable.  (But if you relied on the olde
      stylee "British" mode, with "billiards" et al, you're out of
      luck.)

	
0.02 2005-01-01  Sean M. Burke  sburke@cpan.org

    - Sean M. Burke <sburke@cpan.org> took over maintenance
    - Fixed various bugs to do with 0.
    - Corrected "Fourty" to "Forty"
    - Added some tests, generally rearraged the dist.


0.01 1999-05-16 - Stephen Pandich  steve@pandich.com

    - original version by Stephen Pandich <steve@pandich.com>