diff --git a/Build.PL b/Build.PL index 873f7ea..773d476 100644 --- a/Build.PL +++ b/Build.PL @@ -14,6 +14,11 @@ my $build = Module::Build->new( }, create_makefile_pl => 'traditional', create_readme => 1, + meta_merge => { + resources => { + repository => 'https://github.com/adrianh/test-exception' + } + }, ); $build->create_build_script; diff --git a/todo.txt b/todo.txt index 980dfc4..12e4953 100644 --- a/todo.txt +++ b/todo.txt @@ -1,5 +1,5 @@ TODO -- set up the repo & bugtracking fields to point to github +- set up the bugtracking fields to point to github - mention the repo in the docs - Fix RT #61145 - Fix RT #52542