Skip to content

Commit

Permalink
v0.001002
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.001001, see misc/*.deps* for details
 - configure: +1 (recommends: ↑1)
 - develop: +13 ↑4 -3 (recommends: +1, suggests: ↑2)
 - runtime: -1 (recommends: +1)
 - test: +1 ↓1 (recommends: ↑1 ↓1)
  • Loading branch information
kentfredric committed Mar 9, 2017
1 parent 86db020 commit 4a381e2
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 Benchmark-CSV

{{$NEXT}}

0.001002 2017-03-09T07:00:06Z 86db020
- BugFix: Avoid test failures with -Ddefault_inc_excludes_dot

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

package Benchmark::CSV;

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

use Path::Tiny;
use Carp qw( croak carp );
Expand Down

0 comments on commit 4a381e2

Please sign in to comment.