Skip to content

Commit

Permalink
Switch bug tracker to github
Browse files Browse the repository at this point in the history
  • Loading branch information
toddr committed Jan 22, 2021
1 parent 573b0e3 commit ab78997
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.16 2021-01-2 Todd Rinaldo <[email protected]>
* Switch to github for issue tracker.

2020-10-03 Todd Rinaldo <[email protected]> 1.15
* Skip winsize test on Solaris and QNX NTO
* Make function tests more robust
Expand Down
6 changes: 5 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ if ( $^O eq 'MSWin32' ) {
}

use strict;
use warnings;

use IO::File;
use File::Spec;
use Config qw(%Config);
Expand Down Expand Up @@ -470,7 +472,9 @@ WriteMakefile1(
},
'META_MERGE' => {
'resources' => {
'repository' => 'https://github.com/toddr/IO-Tty',
license => 'http://dev.perl.org/licenses/',
repository => 'https://github.com/toddr/IO-Tty',
bugtracker => 'https://github.com/toddr/IO-Tty/issues',
},
},
);
Expand Down

0 comments on commit ab78997

Please sign in to comment.