From da4ab7066b35a013a6755656ca9accbaee3ce786 Mon Sep 17 00:00:00 2001 From: bulk88 Date: Wed, 13 Nov 2013 06:49:28 -0500 Subject: [PATCH] add repo to META --- Build.PL | 5 +++++ todo.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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