add repo info to metadata
Karen Etheridge [Wed, 14 Nov 2012 20:59:46 +0000 (12:59 -0800)]
Makefile.PL

index fb8b78d..e4f2cf1 100644 (file)
@@ -12,4 +12,10 @@ WriteMakefile(
        PREREQ_PM    => {
                'Test::More' => 0,
        },
+       META_MERGE => {
+               resources => {
+                       homepage => 'https://github.com/doy/try-tiny.git',
+                       repository => 'git://github.com/doy/try-tiny.git',
+               },
+       },
 );