Skip to content

Commit

Permalink
Build results of 509fe97 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 10, 2017
1 parent ce75fb0 commit e020b20
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 13 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Release history for HTTP-Tiny-Mech

1.001003 2017-03-10T13:29:10Z 509fe97

1.001002 2017-03-10T13:22:58Z 91e962a
- Bugfix: Avoid test failures with -Ddefault_inc_excludes_dot
- Minor test refactoring
Expand Down
8 changes: 4 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"provides" : {
"HTTP::Tiny::Mech" : {
"file" : "lib/HTTP/Tiny/Mech.pm",
"version" : "1.001002"
"version" : "1.001003"
}
},
"release_status" : "stable",
Expand All @@ -140,7 +140,7 @@
"web" : "https://github.com/kentnl/HTTP-Tiny-Mech"
}
},
"version" : "1.001002",
"version" : "1.001003",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -644,7 +644,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "1.001002-source",
"tag" : "1.001003-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -738,7 +738,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "1.001002",
"tag" : "1.001003",
"tag_format" : "%v",
"tag_message" : "v%v"
},
Expand Down
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ name: HTTP-Tiny-Mech
provides:
HTTP::Tiny::Mech:
file: lib/HTTP/Tiny/Mech.pm
version: '1.001002'
version: '1.001003'
requires:
HTTP::Request: '0'
HTTP::Tiny: '0.022'
Expand All @@ -36,4 +36,4 @@ resources:
bugtracker: https://github.com/kentnl/HTTP-Tiny-Mech/issues
homepage: https://github.com/kentnl/HTTP-Tiny-Mech
repository: https://github.com/kentnl/HTTP-Tiny-Mech.git
version: '1.001002'
version: '1.001003'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ my %WriteMakefileArgs = (
"Test::More" => 0,
"lib" => 0
},
"VERSION" => "1.001002",
"VERSION" => "1.001003",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -142,7 +142,7 @@ HTTP::Tiny::Mech - Wrap a WWW::Mechanize instance in an HTTP::Tiny compatible in
=head1 VERSION
version 1.001002
version 1.001003
=head1 SYNOPSIS
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test)

1.001002
1.001003

1.001002 2017-03-10T13:22:58Z
[Added / configure requires]
- perl 5.006

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.all
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop)

1.001002
1.001003

1.001002 2017-03-10T13:22:58Z
[Added / configure requires]
- perl 5.006

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL )

1.001002
1.001003

1.001002 2017-03-10T13:22:58Z
[Added / develop recommends]
- Test::More 0.99

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.opt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains changes in OPTIONAL dependencies for standard CPAN phases (configure/build/runtime/test)

1.001002
1.001003

1.001002 2017-03-10T13:22:58Z
[Changed / configure recommends]
- ExtUtils::MakeMaker 6.98 → 7.00

Expand Down

0 comments on commit e020b20

Please sign in to comment.