The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Text::TypingEffort.

0.25
   - fix test failures with modern Test::More
   - add support for the Colemak layout

0.24
   - changed to the MIT license
   - updated copyright statement
   - updated author's email address

0.23 Wed Aug  3 21:56:22 UTC 2005
   [Squashes]
   - Specified the build_requires dependency on File::Temp
   - Guard against false negatives in t/opt-file.t

0.22 Fri Jul 15 19:43:15 UTC 2005
    [Features]
    - Added support for the XPeRT keyboard layout

    [Squashes]
    - Fixed a bug in t/opt-initial.t on 64-bit machines

0.21 Fri Jul 08 19:53:08 UTC 2005 
    [Features]
    - Added support for user-specified keyboard layouts
    - effort() with no parameters uses $_ [rt.cpan.org 13404]
    - Added the 'caps' argument [rt.cpan.org 13395]
    - Moved to Module::Build with an autogenerated Makefile.PL

    [Squashes]
    - Removed C<use Data::Dumper> from t/empty.t

0.20 Mon Jun 27 17:00:42 MDT 2005
    [Features]
    - Added support for the ASET keyboard layout [rt.cpan.org 13389]
    - Added the 'unknowns' option.
    - Added the 'initial' option.
    - Added the effort script.

    [Documentation]
    - Added a function quick reference.

    [Squashes]
    - Fixed a bug which caused warnings when analyzing the empty string.
    - Fixed a bug which caused all metrics to be 0 when the same scalarref
      was passed to effort() twice in a row.
    - Specified the dependency on Test::More

0.01  Wed Jun 22 20:18:45 2005
    - first version uploaded to CPAN