File tree 18 files changed +20
-17
lines changed
18 files changed +20
-17
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ Revision history for Net-GitHub
2
2
3
3
{{$NEXT}}
4
4
5
+ 1.05 2022-10-03 11:22:28 CST
6
+ - no code changes
7
+
5
8
1.04 2022-10-03 11:20:30 CST
6
9
- branch protection (jrmash)
7
10
Original file line number Diff line number Diff line change 70
70
"web" : " https://github.com/fayland/perl-net-github"
71
71
}
72
72
},
73
- "version" : " 1.04 " ,
73
+ "version" : " 1.05 " ,
74
74
"x_contributors" : [
75
75
" Alan Berndt <[email protected] >" ,
76
76
" Alex Muntada <[email protected] >" ,
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ my %WriteMakefileArgs = (
30
30
" TEST_REQUIRES" => {
31
31
" Test::More" => 0
32
32
},
33
- " VERSION" => " 1.04 " ,
33
+ " VERSION" => " 1.05 " ,
34
34
" test" => {
35
35
" TESTS" => " t/*.t"
36
36
}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package Net::GitHub;
2
2
3
3
use Net::GitHub::V3;
4
4
5
- our $VERSION = ' 1.04 ' ;
5
+ our $VERSION = ' 1.05 ' ;
6
6
our $AUTHORITY = ' cpan:FAYLAND' ;
7
7
8
8
sub new {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package Net::GitHub::V3;
3
3
use Moo;
4
4
use Types::Standard qw( InstanceOf) ;
5
5
6
- our $VERSION = ' 1.04 ' ;
6
+ our $VERSION = ' 1.05 ' ;
7
7
our $AUTHORITY = ' cpan:FAYLAND' ;
8
8
9
9
with ' Net::GitHub::V3::Query' ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package Net::GitHub::V3::Actions;
2
2
3
3
use Moo;
4
4
5
- our $VERSION = ' 1.04 ' ;
5
+ our $VERSION = ' 1.05 ' ;
6
6
our $AUTHORITY = ' cpan:FAYLAND' ;
7
7
8
8
use Carp;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package Net::GitHub::V3::Events;
2
2
3
3
use Moo;
4
4
5
- our $VERSION = ' 1.04 ' ;
5
+ our $VERSION = ' 1.05 ' ;
6
6
our $AUTHORITY = ' cpan:FAYLAND' ;
7
7
8
8
use URI::Escape;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package Net::GitHub::V3::Gists;
2
2
3
3
use Moo;
4
4
5
- our $VERSION = ' 1.04 ' ;
5
+ our $VERSION = ' 1.05 ' ;
6
6
our $AUTHORITY = ' cpan:FAYLAND' ;
7
7
8
8
use URI::Escape;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package Net::GitHub::V3::GitData;
2
2
3
3
use Moo;
4
4
5
- our $VERSION = ' 1.04 ' ;
5
+ our $VERSION = ' 1.05 ' ;
6
6
our $AUTHORITY = ' cpan:FAYLAND' ;
7
7
8
8
use URI::Escape;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package Net::GitHub::V3::Gitignore;
2
2
3
3
use Moo;
4
4
5
- our $VERSION = ' 1.04 ' ;
5
+ our $VERSION = ' 1.05 ' ;
6
6
our $AUTHORITY = ' cpan:FAYLAND' ;
7
7
8
8
use URI::Escape;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package Net::GitHub::V3::Issues;
2
2
3
3
use Moo;
4
4
5
- our $VERSION = ' 1.04 ' ;
5
+ our $VERSION = ' 1.05 ' ;
6
6
our $AUTHORITY = ' cpan:FAYLAND' ;
7
7
8
8
use URI::Escape;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package Net::GitHub::V3::OAuth;
2
2
3
3
use Moo;
4
4
5
- our $VERSION = ' 1.04 ' ;
5
+ our $VERSION = ' 1.05 ' ;
6
6
our $AUTHORITY = ' cpan:FAYLAND' ;
7
7
8
8
use URI::Escape;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package Net::GitHub::V3::PullRequests;
2
2
3
3
use Moo;
4
4
5
- our $VERSION = ' 1.04 ' ;
5
+ our $VERSION = ' 1.05 ' ;
6
6
our $AUTHORITY = ' cpan:FAYLAND' ;
7
7
8
8
use URI;
Original file line number Diff line number Diff line change 1
1
package Net::GitHub::V3::Query ;
2
2
3
- our $VERSION = ' 1.04 ' ;
3
+ our $VERSION = ' 1.05 ' ;
4
4
our $AUTHORITY = ' cpan:FAYLAND' ;
5
5
6
6
use URI;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package Net::GitHub::V3::Repos;
2
2
3
3
use Moo;
4
4
5
- our $VERSION = ' 1.04 ' ;
5
+ our $VERSION = ' 1.05 ' ;
6
6
our $AUTHORITY = ' cpan:FAYLAND' ;
7
7
8
8
use Carp;
Original file line number Diff line number Diff line change 1
1
package Net::GitHub::V3::ResultSet ;
2
2
3
- our $VERSION = ' 1.04 ' ;
3
+ our $VERSION = ' 1.05 ' ;
4
4
our $AUTHORITY = ' cpan:FAYLAND' ;
5
5
6
6
use Types::Standard qw( Int Str ArrayRef Bool) ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package Net::GitHub::V3::Users;
2
2
3
3
use Moo;
4
4
5
- our $VERSION = ' 1.04 ' ;
5
+ our $VERSION = ' 1.05 ' ;
6
6
our $AUTHORITY = ' cpan:FAYLAND' ;
7
7
8
8
use URI::Escape;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package Net::GitHub::V4;
2
2
3
3
use Moo;
4
4
5
- our $VERSION = ' 1.04 ' ;
5
+ our $VERSION = ' 1.05 ' ;
6
6
our $AUTHORITY = ' cpan:FAYLAND' ;
7
7
8
8
use URI;
You can’t perform that action at this time.
0 commit comments