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

0.053 2013-05-27T07:20:04Z
    - unuse given-when (thx takuji31)

0.052 2013-05-27T02:22:53Z
    - fixed require module info (thx takuji31)
    - stop warnings on perl 5.18.x or later

0.051  Fri Mar  15 15:53:04 JST 2013
    - fixed require module info (thx hirobanex)

0.05   Sun Jan  27 18:14:08 JST 2013
    - support load option from file

0.04   Sat Jan  12 19:30:30 JST 2013
    - support type check and coerce

0.03   Fri Dec  14 20:51:25 JST 2012
    - fix test on windows (thanks to NGLENN)
    - support dot notation

0.021  Thu Nov  29 12:32:53 JST 2012
    - fix test_requires and alias bugs (thanks to hayajo)
     - https://github.com/kan/p5-smart-options/pull/1

0.02   Tue Nov  13 21:16:21 JST 2012
    - support subcommand like GetOpt::Compat::WithCmd
    - support DSL like opts (Smart::Options::Declare)

0.01   Sun Oct  07 13:23:11 JST 2012
    - original version