From 97c4940d9dfadc71bd77ed29c41f63c9ddbd88de Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Fri, 10 Mar 2017 23:11:50 +1300 Subject: [PATCH] v1.000002 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Bugfix: Avoid failures with -Ddefault_inc_excludes_dot - Support for older Test::More [Dependencies::Stats] - Dependencies changed since 1.000001, see misc/*.deps* for details - configure: +1 (recommends: +1 ↑1) - develop: +15 ↑4 -3 (recommends: +1, suggests: ↑2) - runtime: ↓1 -1 (recommends: +2) - test: +1 ↓1 (recommends: ↑1 ↓1) --- Changes | 2 ++ lib/Gentoo/MetaEbuild/Spec/Base.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 8bbaa72..91830e1 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Release history for Gentoo-MetaEbuild-Spec-Base {{$NEXT}} + +1.000002 2017-03-10T10:10:34Z becb985 - Bugfix: Avoid failures with -Ddefault_inc_excludes_dot - Support for older Test::More diff --git a/lib/Gentoo/MetaEbuild/Spec/Base.pm b/lib/Gentoo/MetaEbuild/Spec/Base.pm index 5db56aa..c288891 100644 --- a/lib/Gentoo/MetaEbuild/Spec/Base.pm +++ b/lib/Gentoo/MetaEbuild/Spec/Base.pm @@ -4,7 +4,7 @@ use warnings; package Gentoo::MetaEbuild::Spec::Base; -our $VERSION = '1.000002'; +our $VERSION = '1.000003'; # ABSTRACT: A Base Class for Gentoo MetaEbuild Specifications.