Skip to content

Commit

Permalink
1.05
Browse files Browse the repository at this point in the history
  • Loading branch information
fayland committed Oct 3, 2022
1 parent e53b32d commit d74bc63
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 17 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Revision history for Net-GitHub

{{$NEXT}}

1.05 2022-10-03 11:22:28 CST
- no code changes

1.04 2022-10-03 11:20:30 CST
- branch protection (jrmash)

Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"web" : "https://github.com/fayland/perl-net-github"
}
},
"version" : "1.04",
"version" : "1.05",
"x_contributors" : [
"Alan Berndt <alan@eatabrick.org>",
"Alex Muntada <alexm@alexm.org>",
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ my %WriteMakefileArgs = (
"TEST_REQUIRES" => {
"Test::More" => 0
},
"VERSION" => "1.04",
"VERSION" => "1.05",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/GitHub.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Net::GitHub;

use Net::GitHub::V3;

our $VERSION = '1.04';
our $VERSION = '1.05';
our $AUTHORITY = 'cpan:FAYLAND';

sub new {
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/GitHub/V3.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Net::GitHub::V3;
use Moo;
use Types::Standard qw(InstanceOf);

our $VERSION = '1.04';
our $VERSION = '1.05';
our $AUTHORITY = 'cpan:FAYLAND';

with 'Net::GitHub::V3::Query';
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/GitHub/V3/Actions.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Net::GitHub::V3::Actions;

use Moo;

our $VERSION = '1.04';
our $VERSION = '1.05';
our $AUTHORITY = 'cpan:FAYLAND';

use Carp;
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/GitHub/V3/Events.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Net::GitHub::V3::Events;

use Moo;

our $VERSION = '1.04';
our $VERSION = '1.05';
our $AUTHORITY = 'cpan:FAYLAND';

use URI::Escape;
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/GitHub/V3/Gists.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Net::GitHub::V3::Gists;

use Moo;

our $VERSION = '1.04';
our $VERSION = '1.05';
our $AUTHORITY = 'cpan:FAYLAND';

use URI::Escape;
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/GitHub/V3/GitData.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Net::GitHub::V3::GitData;

use Moo;

our $VERSION = '1.04';
our $VERSION = '1.05';
our $AUTHORITY = 'cpan:FAYLAND';

use URI::Escape;
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/GitHub/V3/Gitignore.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Net::GitHub::V3::Gitignore;

use Moo;

our $VERSION = '1.04';
our $VERSION = '1.05';
our $AUTHORITY = 'cpan:FAYLAND';

use URI::Escape;
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/GitHub/V3/Issues.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Net::GitHub::V3::Issues;

use Moo;

our $VERSION = '1.04';
our $VERSION = '1.05';
our $AUTHORITY = 'cpan:FAYLAND';

use URI::Escape;
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/GitHub/V3/OAuth.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Net::GitHub::V3::OAuth;

use Moo;

our $VERSION = '1.04';
our $VERSION = '1.05';
our $AUTHORITY = 'cpan:FAYLAND';

use URI::Escape;
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/GitHub/V3/PullRequests.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Net::GitHub::V3::PullRequests;

use Moo;

our $VERSION = '1.04';
our $VERSION = '1.05';
our $AUTHORITY = 'cpan:FAYLAND';

use URI;
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/GitHub/V3/Query.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Net::GitHub::V3::Query;

our $VERSION = '1.04';
our $VERSION = '1.05';
our $AUTHORITY = 'cpan:FAYLAND';

use URI;
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/GitHub/V3/Repos.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Net::GitHub::V3::Repos;

use Moo;

our $VERSION = '1.04';
our $VERSION = '1.05';
our $AUTHORITY = 'cpan:FAYLAND';

use Carp;
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/GitHub/V3/ResultSet.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Net::GitHub::V3::ResultSet;

our $VERSION = '1.04';
our $VERSION = '1.05';
our $AUTHORITY = 'cpan:FAYLAND';

use Types::Standard qw(Int Str ArrayRef Bool);
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/GitHub/V3/Users.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Net::GitHub::V3::Users;

use Moo;

our $VERSION = '1.04';
our $VERSION = '1.05';
our $AUTHORITY = 'cpan:FAYLAND';

use URI::Escape;
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/GitHub/V4.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Net::GitHub::V4;

use Moo;

our $VERSION = '1.04';
our $VERSION = '1.05';
our $AUTHORITY = 'cpan:FAYLAND';

use URI;
Expand Down

0 comments on commit d74bc63

Please sign in to comment.