0.24 2023-11-22T16:12:45+01:00
- Add blank line after arguments and before return.
- Change bugtracker to github issues.
- Improve LICENSE AND COPYRIGHT section in doc.
- Improve SYNOPSIS section in doc.
- Rename example files to better names.
- Rewrite doc to use of =head2.
- Update Module::Install to 1.21 version.
- Update author github username.
- Update copyright years.
0.23 2018-01-22T15:21:53+01:00
- Fix Makefile.PL for new version of Perl and no default »use lib '.'«.
- Update Module::Install to 1.19 version.
- Update author name.
- Update copyright years.
0.22 2015-09-16T10:15:40+02:00
- Improve LICENSE AND COPYRIGHT section in doc.
- Improve SEE ALSO section in doc.
- Move admin tests to xt/ directory. Thanks Karen Etheridge (#105636).
- Remove trailing whitespace from tests.
- Update Module::Install to 1.16 version.
- Update copyright years.
0.21 2014-11-20T07:35:48+01:00
- Add err_print() subroutine.
- Add err_print_var() subroutine.
- Add tests.
- Improve SYNOPSIS section in doc.
- Remove tests with newline msgs. This is cleaned by err_helper().
- Sort subroutines and methods.
0.20 2014-10-10T09:10:59+02:00
- Fix tests.
0.19 2014-10-09T13:50:32+02:00
- Remove newline from error values. Add tests for it.
0.18 2014-10-09T13:10:29+02:00
- Add EXAMPLE4 to doc.
- Add err_bt_pretty_rev() subroutine.
- Fix REPOSITORY section in doc.
- Remove blank ERRORS section in doc.
0.17 2014-10-09T12:43:52+02:00
- Move from Error::Pure distribution.