In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/4b16761913d3c9769bf32f002f5baf2e59bc55e1?hp=1e436e33038f3b8b5c79a2e5c8edab3894665709>
- Log ----------------------------------------------------------------- commit 4b16761913d3c9769bf32f002f5baf2e59bc55e1 Author: H.Merijn Brand <h.m.br...@xs4all.nl> Date: Fri Oct 13 11:25:03 2017 +0200 fix comment for upstream meta ----------------------------------------------------------------------- Summary of changes: Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure b/Configure index bc2c9e946e..7f9f190450 100755 --- a/Configure +++ b/Configure @@ -16,7 +16,7 @@ # you may wish to get metaconfig. Perl uses a modified version of this # tool, available in the "dist" folder in the checkout of the git repo # $ git clone https://github.com/perl5-metaconfig/metaconfig metaconfig -# The original dist package (including metaconfig) is available via SVN: +# The original dist package (including metaconfig) is available on github: # $ git clone https://github.com/rmanfredi/dist.git dist-git # # Though this script was generated by metaconfig from metaunits, it is -- Perl5 Master Repository