The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for HTML-Widgets-NavMenu-ToJSON

0.0.8   2020-10-22
    - dist.ini / weaver.ini / .tidyallrc / etc. cleanup
        - Move to @SHLOMIF
        - Inspired by Lady_Aleena.

0.0.7   2015-05-30
        - Convert the build system to Dist-Zilla
            - Some improvements such as links to VCS repositories.

0.0.6   2014-10-23
        - Add a minimal dependency on JSON::MaybeXS-1.002002.
            - It contains a ->new constructor only starting from a recent
            version.
            - Some failed reports:
                - http://www.cpantesters.org/cpan/report/274a773e-6bf4-1014-acdd-77cff4f552f6
                - Thanks to CHORNY for the report.

0.0.5   2014-10-22
        - Convert the tests to use JSON::MaybeXS instead of JSON.pm.
            - Missing dependency.

0.0.4   2014-10-20
        - Build.PL dep on JSON::MaybeXS instead of JSON.pm.
        - Add scripts/bump-version-number.pl
        - Add scripts/tag-release.pl

0.0.3   2014-10-20
        - Convert to JSON::MaybeXS and make sure the order of the keys
        is canonical.

0.0.2   2014-01-31
        - Add minimum version of perl to Build.PL/META.yml.
        - Add t/cpan-changes.t and t/style-trailing-space.t .
        - Add LICENSE (CPANTS Kwalitee).

0.0.1   2012-12-24
        First version, released on an unsuspecting world.