Fix repo metadata
Arthur Axel 'fREW' Schmidt [Fri, 21 Mar 2014 23:31:18 +0000 (18:31 -0500)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 25dc3a0..41118ab 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+Revision history for Data-Dumper-Concise
+
+2.022 Mar 21 2014
+  - Fix repo metadata
+
 2.021 Dec 31 2013
   - Make Dwarn output all arguments even in scalar context
      (retun val is still the same though)
index be54156..10c4096 100644 (file)
@@ -3,6 +3,9 @@ use inc::Module::Install 0.91;
 use strict;
 use warnings FATAL => 'all';
 
+resources 'repository' => 'git://git.shadowcat.co.uk/p5sagit/Data-Dumper-Concise';
+resources 'homepage' => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Data-Dumper-Concise.git;a=summary';
+
 all_from 'lib/Data/Dumper/Concise.pm';
 
 WriteAll;