Archive::Zip can't handle an exception model, moving to using a default ANYWAY
[archive-zip.git] / INSTALL
blob17fdb68ae3d61fe0c4e5488bc45173e0d4177173
1 To make and test, do the following:\r
2         perl Makefile.PL\r
3         make\r
4         make test\r
5 \r
6 To copy the libs and docs to the right places,\r
7 do this (as superuser or administrator):\r
8         make install\r
9 \r
10 If you're using Windows, you probably have to first get nmake to make this\r
11 work.  If you have the ActiveState distribution, read the part about installing\r
12 modules from CPAN.\r
14 Then:\r
15         perl Makefile.PL\r
16         nmake\r
17         nmake test\r
18         nmake install\r
21 If you don't have the Info-Zip tools zip and unzip installed, you may\r
22 get warnings from "make test" or "nmake test". Don't worry about these.\r
24 Actually, if you're using ActiveState's ActivePerl on Windows\r
25 you should first check for up to date .PPM versions and use their PPM tool\r
26 to install them.\r
28 If you are having install problems on RedHat 8 or 9 with Perl 5.8.0, please\r
29 read this (from the FAQ in lib/Archive/Zip/FAQ.pod):\r
31         Q: Archive::Zip won't install on my RedHat 9 system! It's broke!\r
33         A: This has become something of a FAQ.  Basically, RedHat broke some\r
34         versions of Perl by setting LANG to UTF8.  They apparently have a fixed\r
35         version out as an update.\r
37         You might try running CPAN or creating your Makefile after exporting the\r
38         LANG environment variable as\r
40         "LANG=C"\r
42         <https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=87682>\r