diff --git a/Changes b/Changes index 0bf6681..975f825 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Release history for Comment-Spell-Check {{$NEXT}} + +0.002001 2017-03-08T14:30:07Z b34f930 - Bugfix: Avoid test failures with -Ddefault_inc_excludes_dot [Dependencies::Stats] diff --git a/lib/Comment/Spell/Check.pm b/lib/Comment/Spell/Check.pm index d7ea18a..6264807 100644 --- a/lib/Comment/Spell/Check.pm +++ b/lib/Comment/Spell/Check.pm @@ -4,7 +4,7 @@ use warnings; package Comment::Spell::Check; -our $VERSION = '0.002001'; +our $VERSION = '0.002002'; # ABSTRACT: Check words from Comment::Spell vs a system spell checker.