mirror of
https://github.com/imapsync/imapsync.git
synced 2025-08-06 00:34:58 +02:00
1.637
This commit is contained in:
parent
4a536871fe
commit
e2bfc931f4
206 changed files with 7348 additions and 7982 deletions
44
W/install_modules.bat
Normal file
44
W/install_modules.bat
Normal file
|
@ -0,0 +1,44 @@
|
|||
|
||||
REM $Id: install_modules.bat,v 1.15 2015/03/03 11:23:12 gilles Exp gilles $
|
||||
|
||||
@ECHO OFF
|
||||
|
||||
ECHO Installing Perl modules for imapsync
|
||||
REM CD /D %~dp0
|
||||
|
||||
perl -v
|
||||
IF ERRORLEVEL 1 ECHO Perl needed. Install Strawberry Perl. Get it at http://strawberryperl.com/ ^
|
||||
&& EXIT /B
|
||||
|
||||
REM perl is there
|
||||
|
||||
FOR %%M in ( ^
|
||||
Authen::NTLM ^
|
||||
Crypt::SSLeay ^
|
||||
Data::Uniqid ^
|
||||
Digest::HMAC_MD5 ^
|
||||
Digest::HMAC_SHA1 ^
|
||||
Digest::MD5 ^
|
||||
File::Copy::Recursive ^
|
||||
Getopt::ArgvFile ^
|
||||
IO::Socket::INET ^
|
||||
IO::Socket::INET6 ^
|
||||
IO::Socket::SSL ^
|
||||
IO::Tee ^
|
||||
Mail::IMAPClient ^
|
||||
Module::ScanDeps ^
|
||||
Net::SSL ^
|
||||
Net::SSLeay ^
|
||||
PAR::Packer ^
|
||||
Test::Pod ^
|
||||
Unicode::String ^
|
||||
URI::Escape ^
|
||||
) DO ECHO Updating %%M ^
|
||||
& perl -MCPAN -e "install %%M"
|
||||
|
||||
REM & perl -m%%M -e "" || perl -MCPAN -e "install %%M"
|
||||
|
||||
ECHO Perl modules for imapsync installed
|
||||
REM PAUSE
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue