Skip to content

Commit

Permalink
v1.000001
Browse files Browse the repository at this point in the history
 - Bugfix: Avoid test failures due to -Ddefault_inc_excludes_dot

 [Dependencies::Stats]
 - Dependencies changed since 1.000000, see misc/*.deps* for details
 - develop: +5 ↑2 -1 (suggests: ↑2)
 - test: ↓1
  • Loading branch information
kentfredric committed Mar 7, 2017
1 parent 2f2a14f commit 368d346
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for Net-API-RPX

{{$NEXT}}

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

[Dependencies::Stats]
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/API/RPX.pm
Original file line number Diff line number Diff line change
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';

# AUTHORITY

Expand Down
2 changes: 1 addition & 1 deletion lib/Net/API/RPX/Exception.pm
Original file line number Diff line number Diff line change
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';

# AUTHORITY

Expand Down
2 changes: 1 addition & 1 deletion lib/Net/API/RPX/Exception/Network.pm
Original file line number Diff line number Diff line change
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';

# AUTHORITY

Expand Down
2 changes: 1 addition & 1 deletion lib/Net/API/RPX/Exception/Service.pm
Original file line number Diff line number Diff line change
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';

# AUTHORITY

Expand Down
2 changes: 1 addition & 1 deletion lib/Net/API/RPX/Exception/Usage.pm
Original file line number Diff line number Diff line change
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';

# AUTHORITY

Expand Down

0 comments on commit 368d346

Please sign in to comment.