Skip to content

Commit

Permalink
v1.000002
Browse files Browse the repository at this point in the history
 [Bugfix]
 - Ensure encoding of source and normalised lines are the same.
 - Ensure attempting to load source file in the same manner as CPAN::Changes does w/rt UTF8
 - Guard against test failure if 0.5x radically changes how things format by degrading currently affected tests to TODO

 [Dependencies::Stats]
 - Dependencies changed since 1.000001, see misc/*.deps* for details
 - configure: +1 (recommends: ↑1)
 - develop: +12 ↑3 -3 (recommends: +1, suggests: ↑2)
 - runtime: +1 ↓1 -1
 - test: +1 (recommends: ↑1 ↓1)
  • Loading branch information
kentfredric committed Jul 29, 2015
1 parent 2696750 commit 56c0a46
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.000002 2015-07-29T04:58:58Z 2696750
[Bugfix]
- Ensure encoding of source and normalised lines are the same.
- Ensure attempting to load source file in the same manner as CPAN::Changes does w/rt UTF8
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.000002';
our $VERSION = '1.000003';

#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.000002';
our $VERSION = '1.000003';

# ABSTRACT: Object Oriented Guts to ::ReallyStrict

Expand Down

0 comments on commit 56c0a46

Please sign in to comment.