This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to Thread::Queue 3.13
[perl5.git] / Porting / cherrymaint
index c5b2804..08e8eb5 100644 (file)
@@ -30,6 +30,9 @@ $usage .= "\n" . << "HERE";
 
   COMMIT: a git revision ID (SHA1 or symbolic reference like HEAD)
 
+  You must first tunnel $addr to perl5.git.perl.org:3000? E.g.
+  \$ ssh -C -L${\ join q{:} => reverse split /:/, $addr}:3000 perl5.git.perl.org
+
 HERE
 
 die $usage if grep { /^(--help|-h)$/ } @ARGV;
@@ -92,7 +95,7 @@ either on the command line with --address, or by doing
 
 HERE
 
-# Note that you can vote through your browser by pointing it at the the local
+# Note that you can vote through your browser by pointing it at the local
 # end of the tunnel.  For example, L<http://localhost:3000/> if you went with
 # the suggested default values
 }