diff options
author | Leon Brocard <acme@astray.com> | 2008-12-19 16:21:30 +0000 |
---|---|---|
committer | Leon Brocard <acme@astray.com> | 2008-12-19 16:21:30 +0000 |
commit | 572f57ba1657997f1e2a2c69e9bc394522766c2a (patch) | |
tree | c6aa24eb1d3c76e4b117a2a45ba86c17080e44e4 /pod/perlrepository.pod | |
parent | 0908149504b99e64ba9a603f4d02aa9bcf3ced7a (diff) | |
download | perl-572f57ba1657997f1e2a2c69e9bc394522766c2a.tar.gz |
Mention that cloning over HTTP is slow
Diffstat (limited to 'pod/perlrepository.pod')
-rw-r--r-- | pod/perlrepository.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod index ed7544917e..562f793010 100644 --- a/pod/perlrepository.pod +++ b/pod/perlrepository.pod @@ -35,7 +35,7 @@ This clones the repository and makes a local copy in the 'perl-git' directory. If your local network does not allow you to use port 9418, then you can -fetch a copy of the repository over HTTP: +fetch a copy of the repository over HTTP (this is slower): git clone http://perl5.git.perl.org/perl.git perl-http |