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.