diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-12-03 23:59:33 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-12-04 01:02:00 +0000 |
commit | 08ad9465eddc2d08165efd8d3767520c6897b2fe (patch) | |
tree | 3f4f14983818f086cad96e671f7c6b5614689a65 /win32/Makefile | |
parent | 71a82d22dfecea0c9d5bf7042b85d2092c1d9825 (diff) | |
download | perl-08ad9465eddc2d08165efd8d3767520c6897b2fe.tar.gz |
Update IO-Compress to CPAN version 2.044
[DELTA]
2.044 2 December 2011
* Moved FAQ.pod under the lib directory so it can get installed
* Added bin/zipdetails
* IO::Compress::Zip
- In one-shot mode enable Zip64 mode if the input file/buffer
>= 0xFFFFFFFF bytes.
* IO::Compress::FAQ
- Updates
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/Makefile b/win32/Makefile index 9063c25e13..426cbcbad2 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -583,6 +583,7 @@ UTILS = \ ..\utils\ptar \ ..\utils\ptardiff \ ..\utils\ptargrep \ + ..\utils\zipdetails \ ..\utils\cpanp-run-perl \ ..\utils\cpanp \ ..\utils\cpan2dist \ @@ -1180,7 +1181,7 @@ distclean: realclean perlvos.pod perlwin32.pod -cd ..\utils && del /f h2ph splain perlbug pl2pm c2ph pstruct h2xs \ perldoc perlivp libnetcfg enc2xs piconv cpan *.bat \ - xsubpp pod2html instmodsh json_pp prove ptar ptardiff ptargrep cpanp-run-perl cpanp cpan2dist shasum corelist config_data + xsubpp pod2html instmodsh json_pp prove ptar ptardiff ptargrep cpanp-run-perl cpanp cpan2dist shasum corelist config_data zipdetails -cd ..\x2p && del /f find2perl s2p psed *.bat -del /f ..\config.sh perlmain.c dlutils.c config.h.new \ perlmainst.c |