From: markstos Date: Sat, 11 Apr 2009 11:19:54 +0000 (-0400) Subject: Document address of the public git repo. X-Git-Tag: 0.21~5^2~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e693975ff1701c9d268c7cbde0fec816ce71305c;p=gitmo%2FMouse.git Document address of the public git repo. --- diff --git a/lib/Mouse.pm b/lib/Mouse.pm index ea4977f..8e0566d 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -418,6 +418,15 @@ Returns whether this class is actually loaded or not. It uses a heuristic which involves checking for the existence of C<$VERSION>, C<@ISA>, and any locally-defined method. +=head1 SOURCE CODE ACCESS + +We have a public git repo: + + git clone git://jules.scsys.co.uk/gitmo/Mouse.git + +If you would like commit access, send a note with your public SSH key to Yuval +Kogman, at the address below. + =head1 AUTHORS Shawn M Moore, C<< >>