diff --git a/Changes b/Changes index 7b04e5b..c6dd4e7 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Release history for Generic-Assertions {{$NEXT}} + +0.001002 2017-03-03T16:20:07Z 3a245dd [Bugfix] - Avoid test failures on 5.26 w/ -Ddefault_inc_excludes_dot - Closes https://github.com/kentnl/Generic-Assertions/issues/1 diff --git a/lib/Generic/Assertions.pm b/lib/Generic/Assertions.pm index 8cc9ec1..044a3b0 100644 --- a/lib/Generic/Assertions.pm +++ b/lib/Generic/Assertions.pm @@ -4,7 +4,7 @@ use warnings; package Generic::Assertions; -our $VERSION = '0.001002'; +our $VERSION = '0.001003'; # ABSTRACT: A Generic Assertion checking class