Skip to content

Commit

Permalink
v0.002001
Browse files Browse the repository at this point in the history
 - Bugfix: Avoid test failures with -Ddefault_inc_excludes_dot

 [Dependencies::Stats]
 - Dependencies changed since 0.002000, see misc/*.deps* for details
 - configure: +1 (recommends: ↑1)
 - develop: +11 ↑3 -3 (recommends: +1, suggests: ↑2)
 - runtime: (recommends: +1)
 - test: +1 ↓1 (recommends: ↑1 ↓1)
  • Loading branch information
kentfredric committed Mar 8, 2017
1 parent b34f930 commit b79bd0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion lib/Comment/Spell/Check.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b79bd0c

Please sign in to comment.