Skip to content

Commit

Permalink
v1.001002
Browse files Browse the repository at this point in the history
 - Bugfix: Avoid test failures with -Ddefault_inc_excludes_dot
 - Minor test refactoring
 - Added compat for older Test::More

 [Dependencies::Stats]
 - Dependencies changed since 1.001001, see misc/*.deps* for details
 - configure: +1 (recommends: ↑1)
 - develop: +14 ↑4 -3 (recommends: +1, suggests: ↑2)
 - test: +2 ↓1 (recommends: ↑1 ↓1)
  • Loading branch information
kentfredric committed Mar 10, 2017
1 parent 91e962a commit 95420f3
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 HTTP-Tiny-Mech

{{$NEXT}}

1.001002 2017-03-10T13:22:58Z 91e962a
- Bugfix: Avoid test failures with -Ddefault_inc_excludes_dot
- Minor test refactoring
- Added compat for older Test::More
Expand Down
2 changes: 1 addition & 1 deletion lib/HTTP/Tiny/Mech.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package HTTP::Tiny::Mech;

our $VERSION = '1.001002';
our $VERSION = '1.001003';

# ABSTRACT: Wrap a WWW::Mechanize instance in an HTTP::Tiny compatible interface.

Expand Down

0 comments on commit 95420f3

Please sign in to comment.