Skip to content

Releases: mrogaski/Log-Agent

v1.004

13 Feb 18:27
baa253c

Choose a tag to compare

Merge branch 'develop'

v1.003

10 Nov 05:03

Choose a tag to compare

Added

  • Added a license file.

Fixed

  • Fixed remaining relative paths in unit tests. (Florian Schlichting, CPAN #123578)

v1.002

27 Oct 17:09

Choose a tag to compare

Added

  • Added support for TravisCI.

Fixed

  • Fix test failures due to '.' removal from @inc under Perl 5.26 when
    PERL_USE_UNSAFE_INC=0. (Kent Fredric, CPAN #121459)

v1.001

30 Nov 03:53

Choose a tag to compare

Added

  • Added .gitignore.

Changed

  • Moved change log to Markdown format. CHANGELOG.md replaces changes.pod.

Fixed

  • Corrected POD typos. (Florian Schlich)
  • Escaped literal left braces in tests. (Petr Pisar)

Release 1.000

13 Aug 06:31

Choose a tag to compare

  • Switched to standard X.YYYZZZ versioning.
  • Replaced ChangeLog with changes.pod.
  • Replaced ChangeLog with changes.pod.
  • Updated 'clean' arguments in Makefile.PL.
  • Updated Agent.pm and replaced old README.

Maintenance Release 0.308

11 Aug 05:50

Choose a tag to compare

Changes:

  • Changed license to the Artistic License 2.0.
  • Changed META.yml to META.json.

Fixed:

  • Fixed file test failures.
  • Fixed Carp test failures.