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

1.0.0   2015-01-09
        [Major]
        * First public release

1.0.1   2015-01-09
        [Patch]
        * Fixing POD indentation

1.1.0   2015-01-14
        [Minor]
        * New methods get_d() & get_t()

1.2.0   2015-04-29
        [Minor]
        * New method get_weekday_number()

        [Patch]
        * Adding SemVer levels to Changes

1.2.1   2015-08-02
        [Patch]
        * Removed FAQ question about week day number and returned question about week number
        * Making Data::Printer to be link in POD

1.3.0   2015-11-07
        [Minor]
        * Constructor new() works with 'iso_string' and new method get_iso_string()

        [Patch]
        * Using ISO 8601 format for Data::Prtiner output
        * Added link to ISO 8601 in 'See also' section
        * Constructor new() dies if parameter has "\n" at the end

1.3.1   2017-05-09
        [Patch]
        * Fixing error message for new( iso_string => 'abc' )
        * Fixing misspells in POD

1.3.2   2019-02-21
        [Patch]
        * Fixing incorrect work of now() in subclass
        * Fixing error message when new() is run without params
        * Fixing misspell in error message