Skip to content

Commit

Permalink
v1.000001
Browse files Browse the repository at this point in the history
 - Bugfix: Avoid test failures on -Ddefault_inc_excludes_dot
 - Lower Test::More requirements

 [Dependencies::Stats]
 - Dependencies changed since 1.000000, see misc/*.deps* for details
 - configure: +1 (recommends: ↑1)
 - develop: +11 ↑3 -3 (recommends: +1, suggests: ↑2)
 - test: +1 ↓1 (recommends: ↑1 ↓1)
  • Loading branch information
kentfredric committed Mar 8, 2017
1 parent 18a81a7 commit d3a0dae
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for {{$dist->name}}
Revision history for {{$dist->name}}

{{$NEXT}}

1.000001 2017-03-08T11:07:34Z 18a81a7
- Bugfix: Avoid test failures on -Ddefault_inc_excludes_dot
- Lower Test::More requirements

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

package Data::Handle;

our $VERSION = '1.000001';
our $VERSION = '1.000002';

# ABSTRACT: A Very simple interface to the __DATA__ file handle.

Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Handle/Exception.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Data::Handle::Exception;

our $VERSION = '1.000001';
our $VERSION = '1.000002';

# ABSTRACT: Super-light Weight Dependency Free Exception base.

Expand Down
2 changes: 1 addition & 1 deletion lib/Data/Handle/IO.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Data::Handle::IO;

our $VERSION = '1.000001';
our $VERSION = '1.000002';

# ABSTRACT: A Tie Package so Data::Handle can look and feel like a normal handle.

Expand Down

0 comments on commit d3a0dae

Please sign in to comment.