X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:reply-to:reply-to:to:message-id
	:in-reply-to:references:subject:mime-version:content-type
	:content-transfer-encoding; q=dns; s=default; b=w39iJYz9BJNm9Zy8
	R2LTJ/UVtAWJsdTy7t4gjKEuU/RQcf4jlQznQ8CbER0YuaUekh6eCMhipZHU+Aey
	S63IrjyCEVN7NIwESGX6rbJuSRzTDwuOqerMgh/0HhbrPcDk9F1+xsUhXuQn0ATu
	HGZ9VbVqGUlmHyX54vS1WnZZQfs=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:reply-to:reply-to:to:message-id
	:in-reply-to:references:subject:mime-version:content-type
	:content-transfer-encoding; s=default; bh=ZEsyfFnAeE9R9j9LAIUXQv
	t7Y3c=; b=bs1vVmxP0tPHiOlPOpzPA1yPiUeVUd9DKZcob4XsnDzm7/xSE1BbM0
	rwtN2Ubl5epUv1ATt5EXwhS3yjQPfGhE2PMn+MaFBaPWaHKcOUfoCBGWI45USXwL
	8DZi1rpj1wSLU9/23/YMFWZQa/RwPqtALogtS+L6xiZ+jm/GZVsA4=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=0.7 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=H*x:KHTML, H*x:Chrome, H*x:AppleWebKit, H*UA:537.36
X-HELO: sonic313-20.consmr.mail.gq1.yahoo.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1583444816; bh=S1JM3Mz7IMXWAsESQtm1cO2FKwlmY5gTLkuWHf0nVrg=; h=Date:From:Reply-To:To:In-Reply-To:References:Subject:From:Subject; b=F47Cp/TEO+BM1YZLD4Ql7F61sht8mcofDKbEptWeP4Dv+iu/Y7A5Wq5ktw0hxIzpIR6kNCdeOQs326rohSD3zPvrhxumK+n+ZNohBYvC5vlK+IUssoTKB6y0wvy0nrpFpCF97A9QuB7xso+Z0Z6tk1Loxvdni/CAPRo7+XqWFEn+bvxc4L3NMd+Ofw17ghagatTTPwEaa9D44vXykTksbuuPQSMm/zG/cySKoKiybrKQR2hc7mjN1i/WtTWaS9BDdwF73i/4rl6W4PER61epL7KA6tKC0qJfm7lELxjMu8MQBsERt2IYfvNDfsAJKS5r/3MtcT6vSr41WvzbLwM00g==
Date: Thu, 5 Mar 2020 21:42:42 +0000 (UTC)
From: "Kevin Schnitzius via cygwin" <cygwin@cygwin.com>
Reply-To: Kevin Schnitzius <kometes@yahoo.com>
Reply-To: Kevin Schnitzius <kometes@yahoo.com>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>,
        "Sommrey, Joerg (Allianz Deutschland)" <joerg.sommrey@allianz.de>
Message-ID: <186541007.1022088.1583444562360@mail.yahoo.com>
In-Reply-To: <ea9501594498435f92d15a5a0cbaa784@dee111ash000030.wwg00m.rootdom.net>
References: <ea9501594498435f92d15a5a0cbaa784@dee111ash000030.wwg00m.rootdom.net>
Subject: Re: VIM broken by upgrade to Perl 5.30
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id 025LlZ4C004644

> vim needs to be recompiled for Perl 5.30. The perl interface is no longer working:
> Calling:
> :perl VIM::Msg(“Hi”)
> 
> Results in:
> 
> E370: Could not load library cygperl5_26.dll
> Sorry, this command is disabled: the Perl library could not be loaded.

Add:
    set perldll=/usr/bin/perl5_30.dll
to your .vimrc file.

Kevin



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


