The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for App-CalId

0.07    2014-06-19 (SHARYANTO)

        - No functional changes.

        - Rename dist from App-cal-id to App-CalId to follow my convention as
          follow: "For app dist, if binary name is a single word (e.g. foo) then
          module name is App::foo and dist name App-foo. If binary is a multiple
          word (e.g. foo-bar-baz) or there are multiple binaries, then module
          name becomes camel case App::FooBarBaz and dist App-FooBarBaz."


0.06    2014-05-26 (SHARYANTO)

        - No functional changes.

        - App 'use experimental smartmatch' for perl 5.18+.


0.05    2013-10-31 (SHARYANTO)

        - Add option 'time_zone' and defaults to $ENV{TZ}.


0.04    2013-10-05 (SHARYANTO)

        - Add option --show-joint-leave.


0.03    2013-04-03 (SHARYANTO)

        - No functional changes. Some display tweaks (short day of week names,
          not showing prev/next month's days if we are showing more than one
          month of calendar).


0.02    2013-04-03 (SHARYANTO)

        - Add options: -1, -3, -y, -h, -L.


0.01    2013-04-03 (SHARYANTO)

        - First release.