Skip to content

Commit

Permalink
Redirecting bugtracking to github
Browse files Browse the repository at this point in the history
  • Loading branch information
david-dick committed Jul 3, 2022
1 parent 4c69d49 commit c964cc1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,27 @@ WriteMakefile(
AUTHOR => q{David Dick <[email protected]>},
VERSION_FROM => 'lib/Test/Rsyslog.pm',
ABSTRACT_FROM => 'lib/Test/Rsyslog.pm',
( $ExtUtils::MakeMaker::VERSION >= 6.3002
? ( 'LICENSE' => 'perl' )
: () ),
(
$ExtUtils::MakeMaker::VERSION >= 6.48
? ( 'MIN_PERL_VERSION' => '5.006' )
: ()
),
META_MERGE => {
'meta-spec' => { version => 2 },
resources => {
repository => {
url => 'https://github.com/david-dick/test-rsyslog',
web => 'https://github.com/david-dick/test-rsyslog',
type => 'git',
},
bugtracker => {
web => 'https://github.com/david-dick/test-rsyslog/issues'
},
},
},
LICENSE => 'perl_5',
PL_FILES => {},
MIN_PERL_VERSION => 5.006,
Expand Down

0 comments on commit c964cc1

Please sign in to comment.