diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-06-01 15:44:14 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-06-01 15:44:14 +0200 |
commit | 5bdf71cc9217764029fb9a321295118de3bb8e72 (patch) | |
tree | 00243051ace759751dcf242f9cba701c00b5f215 /lib/ExtUtils/MakeMaker/FAQ.pod | |
parent | 20f91e418dfa8bdf6cf78614bfebebc28a7613ee (diff) | |
download | perl-5bdf71cc9217764029fb9a321295118de3bb8e72.tar.gz |
Upgrade to ExtUtils::MakeMaker 6.52
Diffstat (limited to 'lib/ExtUtils/MakeMaker/FAQ.pod')
-rw-r--r-- | lib/ExtUtils/MakeMaker/FAQ.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ExtUtils/MakeMaker/FAQ.pod b/lib/ExtUtils/MakeMaker/FAQ.pod index e681b0178d..d33f82e53b 100644 --- a/lib/ExtUtils/MakeMaker/FAQ.pod +++ b/lib/ExtUtils/MakeMaker/FAQ.pod @@ -267,6 +267,11 @@ do that. Use at your own risk. Have fun blowing holes in your foot. ); +=item Which zip should I use on Windows for '[nd]make zipdist'? + +We recommend InfoZIP: L<http://www.info-zip.org/Zip.html> + + =back =head2 XS |