Skip to content

Commit

Permalink
Build results of d2b0cfc (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 7, 2017
1 parent 5649ca9 commit 83e08e3
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 29 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,5 +1,7 @@
Revision history for Net-API-RPX

1.000002 2017-03-07T15:16:20Z d2b0cfc

1.000001 2017-03-07T15:14:16Z 2f2a14f
- Bugfix: Avoid test failures due to -Ddefault_inc_excludes_dot

Expand Down
16 changes: 8 additions & 8 deletions META.json
Expand Up @@ -133,23 +133,23 @@
"provides" : {
"Net::API::RPX" : {
"file" : "lib/Net/API/RPX.pm",
"version" : "1.000001"
"version" : "1.000002"
},
"Net::API::RPX::Exception" : {
"file" : "lib/Net/API/RPX/Exception.pm",
"version" : "1.000001"
"version" : "1.000002"
},
"Net::API::RPX::Exception::Network" : {
"file" : "lib/Net/API/RPX/Exception/Network.pm",
"version" : "1.000001"
"version" : "1.000002"
},
"Net::API::RPX::Exception::Service" : {
"file" : "lib/Net/API/RPX/Exception/Service.pm",
"version" : "1.000001"
"version" : "1.000002"
},
"Net::API::RPX::Exception::Usage" : {
"file" : "lib/Net/API/RPX/Exception/Usage.pm",
"version" : "1.000001"
"version" : "1.000002"
}
},
"release_status" : "stable",
Expand All @@ -164,7 +164,7 @@
"web" : "https://github.com/kentnl/Net-API-RPX"
}
},
"version" : "1.000001",
"version" : "1.000002",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -692,7 +692,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "1.000001-source",
"tag" : "1.000002-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -786,7 +786,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "1.000001",
"tag" : "1.000002",
"tag_format" : "%v",
"tag_message" : "v%v"
},
Expand Down
12 changes: 6 additions & 6 deletions META.yml
Expand Up @@ -25,19 +25,19 @@ name: Net-API-RPX
provides:
Net::API::RPX:
file: lib/Net/API/RPX.pm
version: '1.000001'
version: '1.000002'
Net::API::RPX::Exception:
file: lib/Net/API/RPX/Exception.pm
version: '1.000001'
version: '1.000002'
Net::API::RPX::Exception::Network:
file: lib/Net/API/RPX/Exception/Network.pm
version: '1.000001'
version: '1.000002'
Net::API::RPX::Exception::Service:
file: lib/Net/API/RPX/Exception/Service.pm
version: '1.000001'
version: '1.000002'
Net::API::RPX::Exception::Usage:
file: lib/Net/API/RPX/Exception/Usage.pm
version: '1.000001'
version: '1.000002'
recommends:
Moose: '2.000'
requires:
Expand All @@ -55,4 +55,4 @@ resources:
bugtracker: https://github.com/kentnl/Net-API-RPX/issues
homepage: https://github.com/kentnl/Net-API-RPX
repository: https://github.com/kentnl/Net-API-RPX.git
version: '1.000001'
version: '1.000002'
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -36,7 +36,7 @@ my %WriteMakefileArgs = (
"mocked" => 0,
"unmocked" => 0
},
"VERSION" => "1.000001",
"VERSION" => "1.000002",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/Net/API/RPX.pm
Expand Up @@ -6,7 +6,7 @@ package Net::API::RPX;

# ABSTRACT: Perl interface to Janrain's RPX service

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

our $AUTHORITY = 'cpan:KONOBI'; # AUTHORITY

Expand Down Expand Up @@ -257,7 +257,7 @@ Net::API::RPX - Perl interface to Janrain's RPX service
=head1 VERSION
version 1.000001
version 1.000002
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Net/API/RPX/Exception.pm
Expand Up @@ -6,7 +6,7 @@ package Net::API::RPX::Exception;

# ABSTRACT: A Base class for Net::API::RPX exceptions.

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

our $AUTHORITY = 'cpan:KONOBI'; # AUTHORITY

Expand Down Expand Up @@ -34,7 +34,7 @@ Net::API::RPX::Exception - A Base class for Net::API::RPX exceptions.
=head1 VERSION
version 1.000001
version 1.000002
=head1 AUTHORS
Expand Down
4 changes: 2 additions & 2 deletions lib/Net/API/RPX/Exception/Network.pm
Expand Up @@ -6,7 +6,7 @@ package Net::API::RPX::Exception::Network;

# ABSTRACT: A Class of exceptions for network connectivity issues.

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

our $AUTHORITY = 'cpan:KONOBI'; # AUTHORITY

Expand Down Expand Up @@ -34,7 +34,7 @@ Net::API::RPX::Exception::Network - A Class of exceptions for network connectivi
=head1 VERSION
version 1.000001
version 1.000002
=head1 AUTHORS
Expand Down
4 changes: 2 additions & 2 deletions lib/Net/API/RPX/Exception/Service.pm
Expand Up @@ -6,7 +6,7 @@ package Net::API::RPX::Exception::Service;

# ABSTRACT: A Class of exceptions for delivering problems from the RPX service.

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

our $AUTHORITY = 'cpan:KONOBI'; # AUTHORITY

Expand Down Expand Up @@ -55,7 +55,7 @@ Net::API::RPX::Exception::Service - A Class of exceptions for delivering problem
=head1 VERSION
version 1.000001
version 1.000002
=head1 AUTHORS
Expand Down
4 changes: 2 additions & 2 deletions lib/Net/API/RPX/Exception/Usage.pm
Expand Up @@ -6,7 +6,7 @@ package Net::API::RPX::Exception::Usage;

# ABSTRACT: For when the interface is used wrongly

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

our $AUTHORITY = 'cpan:KONOBI'; # AUTHORITY

Expand Down Expand Up @@ -55,7 +55,7 @@ Net::API::RPX::Exception::Usage - For when the interface is used wrongly
=head1 VERSION
version 1.000001
version 1.000002
=head1 AUTHORS
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps
@@ -1,6 +1,8 @@
This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test)

1.000001
1.000002

1.000001 2017-03-07T15:14:16Z
[Changed / test requires]
- Test::More 0.89 → 0

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.all
@@ -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.000001
1.000002

1.000001 2017-03-07T15:14:16Z
[Added / develop requires]
- Dist::Zilla::Plugin::MetaYAML::Minimal
- Dist::Zilla::Plugin::RemovePrereqs::Provided
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.dev
@@ -1,6 +1,8 @@
This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL )

1.000001
1.000002

1.000001 2017-03-07T15:14:16Z
[Added / develop requires]
- Dist::Zilla::Plugin::MetaYAML::Minimal
- Dist::Zilla::Plugin::RemovePrereqs::Provided
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.opt
@@ -1,6 +1,8 @@
This file contains changes in OPTIONAL dependencies for standard CPAN phases (configure/build/runtime/test)

1.000001
1.000002

1.000001 2017-03-07T15:14:16Z

1.000000 2015-03-25T17:27:21Z
[Added / configure recommends]
Expand Down

0 comments on commit 83e08e3

Please sign in to comment.