Skip to content

Commit

Permalink
v1.000004
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 1.000003, see misc/*.deps* for details
 - develop: +3 ↑2 (suggests: ↑2)
  • Loading branch information
kentfredric committed Mar 7, 2017
1 parent 8ea097f commit 03ecbe0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Release history for Test-CPAN-Changes-ReallyStrict

{{$NEXT}}

1.000004 2017-03-07T11:00:55Z 8ea097f
- Bugfix: Avoid test failures with -Ddefault_inc_excludes_dot

[Dependencies::Stats]
Expand Down
2 changes: 1 addition & 1 deletion lib/Test/CPAN/Changes/ReallyStrict.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Test::CPAN::Changes::ReallyStrict;

our $VERSION = '1.000004';
our $VERSION = '1.000005';

#ABSTRACT: Ensure a Changes file looks exactly like it would if it was machine generated.

Expand Down
2 changes: 1 addition & 1 deletion lib/Test/CPAN/Changes/ReallyStrict/Object.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Test::CPAN::Changes::ReallyStrict::Object;

our $VERSION = '1.000004';
our $VERSION = '1.000005';

# ABSTRACT: Object Oriented Guts to ::ReallyStrict

Expand Down

0 comments on commit 03ecbe0

Please sign in to comment.