Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id CA6FEA654B for ; Mon, 26 Jan 2015 23:20:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 14E6D14A1C5; Mon, 26 Jan 2015 23:20:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 49D8014A1C3 for ; Mon, 26 Jan 2015 23:20:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id YNo8gMzyvZ95 for ; Mon, 26 Jan 2015 23:20:42 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id B96D614A1C4 for ; Mon, 26 Jan 2015 23:20:42 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A06F398; Mon, 26 Jan 2015 23:20:42 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 26 Jan 2015 23:20:42 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Devel-REPL To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20150126232042.A06F398@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Mon Jan 26 23:20:42 UTC 2015 Modified Files: pkgsrc/devel/p5-Devel-REPL: Makefile distinfo Log Message: Update to 1.003026 from Leonardo Taccari in PR 49606. 1.003026 2014-07-16 01:20:41Z - fix inclusion of of optional plugin prereqs when installation is run non-interactively 1.003025 2013-09-29 22:36:59Z (Karen Etheridge) - re-release with fixed prerequisites in metadata 1.003024 2013-09-25 04:07:04Z (Karen Etheridge) - re-release with fixed compile test 1.003023 2013-09-12 00:52:03Z (Karen Etheridge) - The default profile is now "Minimal", not "Default", as Default requires some optional features; Default renamed to Standard (RT#88615) 1.003022 2013-09-10 01:53:10Z (Karen Etheridge) - workaround added for plugins consuming plugins that use optional features - install problems fixed when some optional prereqs are not installed, by properly detecting the lack of features during testing (RT#88542) - spelling fixes (RT#87691, David Steinbrunner) 1.003021 2013-09-09 02:10:45Z (Karen Etheridge) - removed use of deprecated functions from Class::MOP - long-deprecated Devel::REPL::Plugin::NewlineHack removed at last - converted dist to Dist::Zilla, with a different mechanism for specifying optional features (install with cpanm --interactive to be prompted) 1.003020 2013-07-08 - shebang fixed in re.pl so it is rewritten to point to the proper perl at install time (RT#70928) 1.003019 2013-06-27 - Fix "No arguments!" error in Plugin::DDS when nothing to dump (RT#71205, Ash Berlin) - fix failing test when Lexical::Persistence is not installed 1.003018 2013-05-19 - more attempts to fix Term::ReadLine issues in tests (RT#84246, mephinet) 1.003017 2013-04-03 - fix issues with Term::ReadLine:Perl in tests (RT#84246) (thanks, Christopher McCann!) 1.003016 2013-03-26 - make all plugins load again by using native traits (thanks, Zaki Mughal!) (RT#84011) 1.003015 2013-03-01 - fix "Attempt to use reference as lvalue in substr" warning on perl 5.16 (thanks, ilmari!) - plugins that are used by the default profile now default to being installed, fixing RT#83669 and RT#83677 1.003014 2012-10-31 - now using native Moose attribute traits, instead of the deprecated MooseX::AttributeHelper (thanks, Justin Hunter!) - now using namespace::autoclean rather than namespace::clean (thanks, Karen Etheridge!) 1.003013 2012-05-19 - Make Sys::SigAction optional dependency for Win32 systems - Apply some plugin related patchs from Caleb Cushing To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/p5-Devel-REPL/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-Devel-REPL/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.