From 6a12ab544f1613a6a5611dd30bd4e5bee8fa5c29 Mon Sep 17 00:00:00 2001 From: Ed J Date: Mon, 16 Sep 2024 01:29:15 +0100 Subject: [PATCH] add rest of metadata - fix #5 --- Makefile.PL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 64f510f..e46129a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -40,11 +40,13 @@ WriteMakefile1( META_MERGE => { "meta-spec" => { version => 2 }, resources => { + bugtracker => {web=>'https://github.com/PDLPorters/pdl/issues'}, repository => { web => 'https://github.com/devel-chm/OpenGL-Modern', url => 'https://github.com/devel-chm/OpenGL-Modern.git', type => 'git', - } + }, + x_IRC => 'irc://irc.perl.org/#pogl', }, }, MIN_PERL_VERSION => '5.006',