We should have resources in META.yml so that search.cpan points at the right bug...
Tomas Doran [Fri, 27 Nov 2009 08:48:12 +0000 (08:48 +0000)]
Makefile.PL

index 3c1ba12..a4ecc8f 100644 (file)
@@ -66,6 +66,9 @@ author_requires 'Test::Pod::Coverage' => '1.04';
 
 test_requires 'Test::More' => '0.88';
 
+resources bugtracker => 'http://github.com/broquaint/Gitalist/issues';
+resources repository => 'git://github.com/broquaint/Gitalist.git';
+
 catalyst;
 
 author_tests 't/author';