add the web git repo information
Karen Etheridge [Sat, 8 Sep 2012 17:22:03 +0000 (10:22 -0700)]
Makefile.PL
lib/strictures.pm

index 2704d2b..958347e 100644 (file)
@@ -12,6 +12,7 @@ WriteMakefile(
     resources => {
       # r/w: p5sagit@git.shadowcat.co.uk:strictures.git
       repository => 'git://git.shadowcat.co.uk/p5sagit/strictures.git',
+      homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/strictures.git',
     },
   },
 );
index 7575253..e1f6225 100644 (file)
@@ -239,6 +239,10 @@ Gitweb is on http://git.shadowcat.co.uk/ and the clone URL is:
 
   git clone git://git.shadowcat.co.uk/p5sagit/strictures.git
 
+The web interface to the repository is at:
+
+  http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/strictures.git
+
 =head1 AUTHOR
 
 mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>