From owner-freebsd-perl@FreeBSD.ORG Sat Dec 13 07:13:06 2014 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F7E5326 for ; Sat, 13 Dec 2014 07:13:06 +0000 (UTC) Received: from smtp-out.abv.bg (smtp-out.abv.bg [194.153.145.80]) by mx1.freebsd.org (Postfix) with ESMTP id 5426D262 for ; Sat, 13 Dec 2014 07:13:06 +0000 (UTC) Received: from nm43.abv.bg (nm43.ni.bg [192.168.151.18]) by smtp-out.abv.bg (Postfix) with ESMTP id 13D5356EC6E for ; Sat, 13 Dec 2014 09:05:01 +0200 (EET) DomainKey-Signature: a=rsa-sha1; s=smtp-out; d=abv.bg; c=simple; q=dns; b=QB2ZhZcty44QpMGmGk7ydhJhwGuJIVgZXmCHW76hN2uk8dFszVF3wuNTpSiZ9jECJ oAIwbXqNp1bFtHFyNgvLk1zBRF0pzmhVALbYYoE4vkg08Ey1G4AnZKrMcHvfECSmgug 31OnyI2drESY6al5p3DFqKj7cxBQSbC2d0q2x1A= DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=abv.bg; s=smtp-out; t=1418454301; bh=MnnnYum0cHsbxi9v3V5M23b7VsTk07oXKEqKAOmO+Ns=; h=Date:From:To:Message-ID:Subject:MIME-Version:Content-Type: Content-Transfer-Encoding:DKIM; b=NieLtmXPYFfj6mT6lOtyiJAj2Px+GwW6vK83g5rxDs7L5Yu2y+9CYZDLr6XsdIul7 Mk+VGvW65xZ5yF7nh719dJo0P0GhRLkDdmUIyjAy1TYv49fckD/QFppAJ5KZCBNFQE LQ6Eud7B+gEt+tHj3Wz+gyMBwD1Oj0T1pShvGu08= Received: from nm43.abv.bg (localhost.localdomain [127.0.0.1]) by nm43.abv.bg (Postfix) with ESMTP id 36358239D4C for ; Sat, 13 Dec 2014 09:05:01 +0200 (EET) Date: Sat, 13 Dec 2014 09:05:01 +0200 (EET) From: Quick Fox To: freebsd-perl@freebsd.org Message-ID: <1233514175.47917.1418454301219.JavaMail.apache@nm43.abv.bg> Subject: Smartmatch is experimental at /usr/local/lib/perl5/5.18/BSDPAN/ExtUtils/Packlist.pm line 218. MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: AbvMail 2.0 X-Originating-IP: 82.119.86.218 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2014 07:13:06 -0000 Hi, I upgraded to perl5-5.18.4_10 on 10.0-RELEASE-p13 and now I'm getting "Smartmatch is experimental at /usr/local/lib/perl5/5.18/BSDPAN/ExtUtils/Packlist.pm line 218." when I do sa-compile (spamassassin-3.4.0_15). I have DISABLE_BSDPAN set to 1, but it doesn't help with this. Any ideas for the best way to fix it? Bye, Quick Fox