Revision history for perl distribution Software-License-OrlaterPack

0.006   2015-04-29

    -   `_name` and `_version` methods introduced. The first returns plain license name (no
        version) with lowercase "article "the", the second return plain license version "3".
    -   `notice` method overrides parent one: (1) our method has optional parameters — program name
        ("this program" by default), it is used in license notice text, (2) notice text is
        formatted with `Text::Wrap::fill`.
    -   `AGPL_3::or_later` delegates most of the work to `GPL_3::or_later` to avoid code
        duplication.
    -   I am studying CPAN features and polishing release process and materials. Added some info:
        where to get *real* source, how to report bugs, etc.

0.005   2015-04-16

    -   Minor bug in POD fixed.
    -   `dist.ini` and `weaver.ini` dropped from distribution.
    -   License note in sources was incorrect, fixed.
    -   Source `README` added, not fully completed yet.
    -   Distribution `README` is also added.
    -   SourceForge project created.
    -   Dist meta info provided with resources: homepage and repository.

0.004   2015-04-14

    -   `Changes` file format changed to meet CPAN requirements.
    -   "Main" module added to make CPAN happy.
    -   Studying `Dist::Zilla` — adding more release tests, etc.

0.003   2015-04-12

    -   `Software-License-GPL_3-or_later` renamed to `Software-License-OrLaterPack`.
    -   `AGPL_3::or_later` license added.
    -   Documentation moved to `OrLaterPack.pod` file.
    -   Functional test improved and expanded and now covers both licenses.

0.002   2015-04-11

    -   `Module::Build::Tiny` used instead of `ExtUtils::MakeMaker`.
    -   Functional test added.
    -   `Test::Compile` test added.
    -   Documentation added.

0.001   2015-04-10

    -   Initial revision. No documentation, no tests, but `GPL_3::or_later` works and can be used.