Skip to content

Commit

Permalink
v0.001002
Browse files Browse the repository at this point in the history
 [Bugfix]
 - Avoid test failures on 5.26 w/ -Ddefault_inc_excludes_dot
 - Closes #1

 [Dependencies::Stats]
 - Dependencies changed since 0.001001, see misc/*.deps* for details
 - develop: +8 ↑4 -2 (recommends: ↓1, suggests: ↑2)
 - test: ↓1 (recommends: ↓1)
  • Loading branch information
kentfredric committed Mar 3, 2017
1 parent 3a245dd commit bccd475
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 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
Expand Down
2 changes: 1 addition & 1 deletion lib/Generic/Assertions.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Generic::Assertions;

our $VERSION = '0.001002';
our $VERSION = '0.001003';

# ABSTRACT: A Generic Assertion checking class

Expand Down

0 comments on commit bccd475

Please sign in to comment.