Get MetaCPAN to reference GitHub for Source and Issue Tracking


In Makefile.PL add the eval code

TEST_REQUIRES => {
  'Test::More' => '0',
},
(eval { ExtUtils::MakeMaker->VERSION(6.46)} ? (META_MERGE => {
    'meta-spec' => { version => 2 },
  resources => {
    repository => {
      type => 'git',
      url => 'https://github.com/Bas-Man/File-TVShow-Info.git',
      web => 'https://github.com/Bas-Man/File-TVShow-Info',
    },
    bugtracker => {
      web => 'https://github.com/Bas-Man/File-TVShow-Info/issues',
    },
    homepage => 'https://bas-man.github.io',
  },
})
  : ()
),

See also