Skip to content

Commit ffca198

Browse files
committed
fix link to issue tracker
1 parent 7a5e9a2 commit ffca198

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.2.2 2024-10-02 13:55:14 +0200 Tobias Oetiker <[email protected]>
2+
3+
- fix link to issue tracker
4+
15
0.2.1 2021-09-06 08:36:03 +0200 Tobias Oetiker <[email protected]>
26

37
- fix documentation

Makefile.PL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ WriteMakefile(
2323
META_MERGE => {
2424
requires => {perl => '5.022000'},
2525
resources => {
26-
repository => 'https://github.com/oetiker/mojo-test-log',
27-
bugtracker => 'https://github.com/oetiker/mojo-test-log/issues'
26+
repository => 'https://github.com/oposs/test-mojo-role-log',
27+
bugtracker => 'https://github.com/oposs/test-mojo-role-log/issues'
2828
},
2929
no_index => {directory => ['t']}
3030
},

lib/Test/Mojo/Role/Log.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package Test::Mojo::Role::Log;
22
use Mojo::Base -role, -signatures;
3-
our $VERSION = '0.2.1';
3+
our $VERSION = '0.2.2';
44

55
around 'new' => sub {
66
my $orig = shift;

0 commit comments

Comments
 (0)