From: Karen Etheridge Date: Tue, 15 Mar 2016 22:07:28 +0000 (-0700) Subject: document the new repository(ies) X-Git-Tag: v0.15~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=30769bade5674276dc94ef914e15b8eab3b36ad8;p=p5sagit%2FSub-Name.git document the new repository(ies) --- diff --git a/Changes b/Changes index c294f9a..ef28f8a 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for Sub-Name {{$NEXT}} - fix uninitialized warning in test on perls < 5.8.6 (RT#104510) + - repository moved to the github p5sagit organization (the primary is on + shadowcat, mirrored to github) 0.14 2015-04-24 03:26:54Z - remove mandatory dependencies for optional test diff --git a/dist.ini b/dist.ini index cf03f65..6cc4cf8 100644 --- a/dist.ini +++ b/dist.ini @@ -6,6 +6,11 @@ copyright_year = 2004 [@Author::ETHER] :version = 0.095 +; instead of using the remote: origin = p5sagit@git.shadowcat.co.uk:Sub-Name.git, +; use the read-only mirror remote: p5sagit = git@github.com:p5sagit/Sub-Name.git +; so we can receive github pull requests +server = github +GithubMeta.remote = p5sagit installer = MakeMaker Authority.authority = cpan:FLORA Test::MinimumVersion.max_target_perl = 5.006