RT#74729 + RT#74730
Tomas Doran [Mon, 6 Feb 2012 19:05:28 +0000 (19:05 +0000)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 3e31c1e..939c866 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+     Move to gitmo.
+     Add repository resource to META.yml (RT#74729)
+     Make preferred bugtracker explicit as RT (RT#74730)
+
 0.02 Sat Jan 31 20:44:59 CST 2009
      Fix a missing comma
 
index 6c7c542..ac885c6 100644 (file)
@@ -8,4 +8,9 @@ build_requires 'Test::Exception';
 build_requires 'Test::More';
 build_requires 'ok';
 
+resources(
+    repository => "git://git.moose.perl.org/MooseX-Types-UUID.git",
+    bugtracker => "https://rt.cpan.org/Dist/Display.html?Queue=MooseX-Types-UUID",
+);
+
 WriteAll();