Revision history for Text::Sprintf::Named

0.0301  Thu Sep 10 14:11:07 IDT 2009
        * Bumped the required version number of Test::Warn to 0.21.
            - Thanks to Eric Wilhelm!
            - http://rt.cpan.org/Public/Bug/Display.html?id=49451

0.0300  Mon Feb 23 13:04:35 IST 2009
        * Added warnings when used arguments are not specified in the %args.
            - See the t/03-incomplete.t test file.
            - Thanks to kent\n!

0.0203  Sat Jan 10 21:27:31 IST 2009
        * Corrected two more code typos in the synopsis.
            - Thanks to kent\n!

0.0202  Sat Jan 10 21:22:20 IST 2009
        * Corrected the synopsis to say ->format({args => \%args})
        instead of ->format(\%args) which was incorrect.
            - Thanks to kent\n!

0.0201  Thu Aug 21 21:25:11 IDT 2008
        * Changed the Build.PL license from 'bsd' to 'mit'.
        * Added create_makefile_pl => 'passthrough' to Build.PL to
        generate a Makefile.PL in the distribution.
            - this is to settle systems that don't have Moudle-Build
            installed.
        * Revised the licensing information in the POD.

0.02    Fri Apr 20 09:20:15 IDT 2007
        Added the customisation of the named parameter, to determine
        how to calculate it. (see calc_param()).

0.01    TODO : Fill the time.
        First version, released on an unsuspecting world.