From: Karen Etheridge Date: Sat, 8 Sep 2012 17:22:03 +0000 (-0700) Subject: add the web git repo information X-Git-Tag: v1.004002~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Fstrictures.git;a=commitdiff_plain;h=91be28bc591c8b01cb9bbdf2084a9914f72480c5 add the web git repo information --- diff --git a/Makefile.PL b/Makefile.PL index 2704d2b..958347e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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', }, }, ); diff --git a/lib/strictures.pm b/lib/strictures.pm index 7575253..e1f6225 100644 --- a/lib/strictures.pm +++ b/lib/strictures.pm @@ -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)