diff --git a/CHANGES b/CHANGES index 3c62255..53ec499 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +0.2.2 2024-10-02 13:55:14 +0200 Tobias Oetiker + + - fix link to issue tracker + 0.2.1 2021-09-06 08:36:03 +0200 Tobias Oetiker - fix documentation diff --git a/Makefile.PL b/Makefile.PL index d5b7d19..1379fb5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -23,8 +23,8 @@ WriteMakefile( META_MERGE => { requires => {perl => '5.022000'}, resources => { - repository => 'https://github.com/oetiker/mojo-test-log', - bugtracker => 'https://github.com/oetiker/mojo-test-log/issues' + repository => 'https://github.com/oposs/test-mojo-role-log', + bugtracker => 'https://github.com/oposs/test-mojo-role-log/issues' }, no_index => {directory => ['t']} }, diff --git a/lib/Test/Mojo/Role/Log.pm b/lib/Test/Mojo/Role/Log.pm index c476f71..0cc2a34 100644 --- a/lib/Test/Mojo/Role/Log.pm +++ b/lib/Test/Mojo/Role/Log.pm @@ -1,6 +1,6 @@ package Test::Mojo::Role::Log; use Mojo::Base -role, -signatures; -our $VERSION = '0.2.1'; +our $VERSION = '0.2.2'; around 'new' => sub { my $orig = shift;