<h2><a name="mirrors">Download from your
    <a href="https://www.apache.org/dyn/closer.cgi/perl/"
      >nearest mirror site!</a></a></h2>
<p>Do not download from www.apache.org.  Please use a mirror site
   to help us save apache.org bandwidth.
   <a href="https://www.apache.org/dyn/closer.cgi/perl/">Go 
   here to find your nearest mirror.</a></p>
<h2><a name="binaries">Binary Releases</a></h2>
<!-- <p>Are available in the <a href="binaries/">binaries/</a> directory.
   Every binary distribution contains an install script. See README 
   for details.</p> -->
<p>Some unofficial binary releases for Windows are available from
   <a href="https://nightlies.apache.org/perl/">here</a>.</p>
<h2><a name="releases">Current Releases</a></h2>
<p>For details on current releases, please see the 
   <a href="https://perl.apache.org/download/index.html">mod_perl
   Download Page</a>.</p>
<h2><a name="archive">Older Releases</a></h2>
<p>Only current, recommended releases are available on www.apache.org
   and the mirror sites.  Older releases can be obtained from the <a
   href="https://archive.apache.org/dist/perl/">archive site</a>.</p>
<h2><a name="sig">PGP Signatures</a></h2>
<p>All of the release distribution packages have been digitally signed
   (using PGP or GPG) by the Apache Group members that constructed them.
   There will be an accompanying <SAMP><EM>distribution</EM>.asc</SAMP> file
   in the same directory as the distribution.  The PGP keys can be found
   at the MIT key repository and within this project's
   <a href="https://www.apache.org/dist/perl/KEYS">KEYS file</a>.</p>
<p>Always use the signature files to verify the authenticity
   of the distribution, <i>e.g.</i>,</p>
<pre>
% pgpk -a KEYS
% pgpv mod_perl-2.0.13.tar.gz.asc
<i>or</i>,
% pgp -ka KEYS
% pgp mod_perl-2.0.13.tar.gz.asc
<i>or</i>,
% gpg --import KEYS
% gpg --verify mod_perl-2.0.13.tar.gz.asc
</pre>
<p>We offer SHA256 and SHA512 hashes as an alternative to validate the
   integrity of the downloaded files.</p>