Skip to content

Commit

Permalink
fix link to issue tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
oetiker committed Oct 2, 2024
1 parent 7a5e9a2 commit ffca198
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.2.2 2024-10-02 13:55:14 +0200 Tobias Oetiker <tobi@oetiker.ch>

- fix link to issue tracker

0.2.1 2021-09-06 08:36:03 +0200 Tobias Oetiker <tobi@oetiker.ch>

- fix documentation
Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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']}
},
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/Mojo/Role/Log.pm
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit ffca198

Please sign in to comment.