Version history for Perl distribution Software-License-OrLaterPack:
0.009 2015-06-15
- `OrLaterPack.pm` is returned to the distribution. CPAN does not handle well distributions
with no main module. In particular, distribution upgrade does not work.
0.008 2015-06-14
- `OrLaterPack.pod` and distribution `README` now have `NAME`, `VERSION` and `AUTHOR`
sections.
- `bugtracker.web` resource is changed from SourceForge to `rt.cpan.org`.
- All the small templates eliminated, files are generated from `dist.ini`.
- Bug reporting changed to use `Dist::Zilla`'s `log` and `log_fatal` methods — it makes error
messages more clear, especially error location more understandable.
- Some more links added to documentation.
0.007 2015-06-11
- Documentation moved to `doc/` directory, each chapter in separate file. The same files used
to generate distribution COPYING and README, OrLaterPack.pod. Source COPYING is a symlink
to `doc/14-copying.doc`.
- More licenses added: GPL v1 and v2, LGPL v2.1 and 3.0.
- All the `or_later.pm` modules now generated from the same template.
- More test added: MojibakeTests (checks encoding), ChecksPrereqsIndexed (checks all
dependencies are available in CPAN).
- Functional test expanded to cover added licenses.
- Dummy module `OrLaterPack.pm` dropped, `OrLaterPack.pod` file introduced instead.
- `manifest.txt` noe describes all the source files (even those which are not copied to
distribution).
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.