From owner-freebsd-perl@FreeBSD.ORG Mon Nov 10 07:41:59 2014 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CD545A56 for ; Mon, 10 Nov 2014 07:41:59 +0000 (UTC) Received: from mail-ob0-x22d.google.com (mail-ob0-x22d.google.com [IPv6:2607:f8b0:4003:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8E5C3A8F for ; Mon, 10 Nov 2014 07:41:59 +0000 (UTC) Received: by mail-ob0-f173.google.com with SMTP id wn1so5260225obc.18 for ; Sun, 09 Nov 2014 23:41:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=NRS7jdGf4L/OLZkqjtfwTVCMimDKVG5jgFytL+sBjOg=; b=Pr4txrXA7s9afsZxJOaZfDlZqgJR7V2oI3IaASj4TxLMxg/niClErx3fN1I/bcjPn1 ebxCRXdUkUlLkuljwxwixdjyLWQM03vEl8DNke/Pa5+VPkmGQey7t4XHY+ZP6aInbtEW WyhjsLkzM9ADZZXVyOdeTrchZKllTDlFFjI3CFLWlmrU73GJVTC5i41fVTatfKKid9Ns GUvSE9akn2rUe1NZAuBRuFOfRyEGdlYqMTTllfSFCYhtCv9JI2t9NBaVCcrZRNgngTc+ GnXW8fJ8sfUByFi68vXOot810pCNKnSRl9XOIfy0jUosqsMxHFP+wPts1z0F9us00sDm oSdA== MIME-Version: 1.0 X-Received: by 10.202.232.200 with SMTP id f191mr13484013oih.51.1415605318921; Sun, 09 Nov 2014 23:41:58 -0800 (PST) Received: by 10.182.139.9 with HTTP; Sun, 9 Nov 2014 23:41:58 -0800 (PST) In-Reply-To: References: Date: Mon, 10 Nov 2014 11:41:58 +0400 Message-ID: Subject: Re: 5.18 and Module::Pluggable::Object From: Andrej Zverev To: Henk van Oers Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "perl@FreeBSD.org" 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: Mon, 10 Nov 2014 07:41:59 -0000 Module::Pluggable was first released with perl v5.8.9 and removed from v5.19.0 So in your case it still part of core modules, all what you are see just a warning about it. Yes, test can fail (but this only related to test itself) but p5-Dancer2-Plugin-DBIC itself must work. You can omit 'make test'. And yes, you can file PR with patch. Like of PERL_LEVEL >= 5.20 use devel/p5-Module-Pluggable as RUN_DEPENDS. On Mon, Nov 10, 2014 at 10:25 AM, Henk van Oers wrote: > > On Mon, 10 Nov 2014, Andrej Zverev wrote: > >> >> devel/p5-Module-Pluggable - the one you will need. >> > > Ah, found it. > So, devel/p5-Config-Any is missing a BUILD_DEPENDS > > Do I need to file a PR? > > Thnx, > Henk > > > On Mon, Nov 10, 2014 at 8:45 AM, Henk van Oers wrote: >> >> While running "make test" for databases/p5-Dancer2-Plugin-DBIC >> using perl-5.18, I get: >> >> t/04-testapp.t ........... Module::Pluggable::Object will be >> removed from the >> Perl core distribution in the next major release. Please install it >> from CPAN. >> It is being used at /usr/local/lib/perl5/site_perl/5.18/Config/Any.pm, >> line 7. >> >> Is someone working on a p5-Module-Pluggable-Object port? >> >> Is p5-Config-Any the only user? >> >> -- >> Henk >> _______________________________________________ >> freebsd-perl@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-perl >> To unsubscribe, send any mail to "freebsd-perl-unsubscribe@ >> freebsd.org" >> >> >> >> >> _______________________________________________ > freebsd-perl@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-perl > To unsubscribe, send any mail to "freebsd-perl-unsubscribe@freebsd.org" >