Skip to content

Commit

Permalink
specify resources metadata explicitly in dist.ini
Browse files Browse the repository at this point in the history
The latest stable release of DBD::Oracle listed the wrong bug tracker
and repository because it was released from a fork, and the [GithubMeta]
plugin used that fork to set the metadata.

Remove that plugin, and instead specify the bug tracker and repository
explicitly.
  • Loading branch information
haarg authored and djzort committed Apr 16, 2024
1 parent aa8687e commit 49dbeaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
9 changes: 0 additions & 9 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,6 @@ my %opts = (
build_requires => {"DBI" => '1.623',
"ExtUtils::MakeMaker" => 0,
"Test::Simple" => '0.90'},
resources => {
bugtracker => { web => 'https://github.com/perl5-dbi/DBD-Oracle/issues'},
homepage => 'https://metacpan.org/pod/DBD::Oracle',
repository => {
type => 'git',
url => 'git://github.com/perl5-dbi/DBD-Oracle.git',
web => 'http://github.com/perl5-dbi/DBD-Oracle',
},
},
},
);
my $eumm = $ExtUtils::MakeMaker::VERSION;
Expand Down
8 changes: 6 additions & 2 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ version = 1.90_5
[Git::Contributors]
[ContributorsFile]
[InstallGuide]
[GithubMeta]
issues = 1
[MetaResources]
homepage = https://metacpan.org/pod/DBD::Oracle
bugtracker.web = https://github.com/perl5-dbi/DBD-Oracle/issues
repository.url = https://github.com/perl5-dbi/DBD-Oracle.git
repository.web = https://github.com/perl5-dbi/DBD-Oracle
repository.type = git

[MetaJSON]
[PodWeaver]
Expand Down

0 comments on commit 49dbeaa

Please sign in to comment.