Skip to content

Commit c443ea1

Browse files
committed
1.03
1 parent 248e831 commit c443ea1

20 files changed

+37
-30
lines changed

Changes

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Revision history for Net-GitHub
22

33
{{$NEXT}}
4+
5+
1.03 2022-04-17 12:27:12 CST
46
- revert #102
57
- merge #111 (PF4Public)
68

LICENSE

+6-6
Original file line numberDiff line numberDiff line change
@@ -292,21 +292,21 @@ Definitions:
292292

293293
- "Package" refers to the collection of files distributed by the Copyright
294294
Holder, and derivatives of that collection of files created through
295-
textual modification.
295+
textual modification.
296296
- "Standard Version" refers to such a Package if it has not been modified,
297297
or has been modified in accordance with the wishes of the Copyright
298-
Holder.
298+
Holder.
299299
- "Copyright Holder" is whoever is named in the copyright or copyrights for
300-
the package.
300+
the package.
301301
- "You" is you, if you're thinking about copying or distributing this Package.
302302
- "Reasonable copying fee" is whatever you can justify on the basis of media
303303
cost, duplication charges, time of people involved, and so on. (You will
304304
not be required to justify it to the Copyright Holder, but only to the
305-
computing community at large as a market that must bear the fee.)
305+
computing community at large as a market that must bear the fee.)
306306
- "Freely Available" means that no fee is charged for the item itself, though
307307
there may be fees involved in handling the item. It also means that
308308
recipients of the item may redistribute it under the same conditions they
309-
received it.
309+
received it.
310310

311311
1. You may make and give away verbatim copies of the source form of the
312312
Standard Version of this Package without restriction, provided that you
@@ -373,7 +373,7 @@ products derived from this software without specific prior written permission.
373373

374374
9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
375375
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
376-
MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
376+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
377377

378378
The End
379379

META.json

+8-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Fayland Lam, C<< <fayland at gmail.com> >>"
55
],
66
"dynamic_config" : 0,
7-
"generated_by" : "Dist::Milla version v1.0.18, Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010",
7+
"generated_by" : "Dist::Milla version v1.0.21, Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010",
88
"license" : [
99
"perl_5"
1010
],
@@ -34,7 +34,7 @@
3434
},
3535
"develop" : {
3636
"requires" : {
37-
"Dist::Milla" : "v1.0.18",
37+
"Dist::Milla" : "v1.0.21",
3838
"Test::Pod" : "1.41"
3939
}
4040
},
@@ -70,7 +70,7 @@
7070
"web" : "https://github.com/fayland/perl-net-github"
7171
}
7272
},
73-
"version" : "1.02",
73+
"version" : "1.03",
7474
"x_contributors" : [
7575
"Alan Berndt <[email protected]>",
7676
"Alex Muntada <[email protected]>",
@@ -114,6 +114,7 @@
114114
"nebulous <[email protected]>",
115115
"Neil Bowers <[email protected]>",
116116
"Nicolas R <[email protected]>",
117+
"PF4Public <[email protected]>",
117118
"sillymoose <[email protected]>",
118119
"sunnavy <[email protected]>",
119120
"Tim Vroom <[email protected]>",
@@ -125,7 +126,9 @@
125126
"Zak Wilcox <[email protected]>",
126127
"\u7a4d\u4e39\u5c3c Dan Jacobson <[email protected]>"
127128
],
128-
"x_generated_by_perl" : "v5.25.11",
129-
"x_serialization_backend" : "Cpanel::JSON::XS version 3.023"
129+
"x_generated_by_perl" : "v5.34.0",
130+
"x_serialization_backend" : "Cpanel::JSON::XS version 4.27",
131+
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
132+
"x_static_install" : 1
130133
}
131134

Makefile.PL

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012.
1+
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.024.
22
use strict;
33
use warnings;
44

@@ -30,7 +30,7 @@ my %WriteMakefileArgs = (
3030
"TEST_REQUIRES" => {
3131
"Test::More" => 0
3232
},
33-
"VERSION" => "1.02",
33+
"VERSION" => "1.03",
3434
"test" => {
3535
"TESTS" => "t/*.t"
3636
}

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[![Build Status](https://travis-ci.org/fayland/perl-net-github.svg?branch=master)](https://travis-ci.org/fayland/perl-net-github)
2+
[![Actions Status](https://github.com/fayland/perl-net-github/actions/workflows/linux/badge.svg)](https://github.com/fayland/perl-net-github/actions)
3+
[![Actions Status](https://github.com/fayland/perl-net-github/actions/workflows/macos/badge.svg)](https://github.com/fayland/perl-net-github/actions)
24

35
# NAME
46

@@ -57,9 +59,9 @@ This distribution provides easy methods to access GitHub via their APIs.
5759

5860
Check [http://developer.github.com/](http://developer.github.com/) for more details of the GitHub APIs.
5961

60-
Read [Net::GitHub::V3](https://metacpan.org/pod/Net::GitHub::V3) for API usage.
62+
Read [Net::GitHub::V3](https://metacpan.org/pod/Net%3A%3AGitHub%3A%3AV3) for API usage.
6163

62-
Read [Net::GitHub::V4](https://metacpan.org/pod/Net::GitHub::V4) for GitHub GraphQL API.
64+
Read [Net::GitHub::V4](https://metacpan.org/pod/Net%3A%3AGitHub%3A%3AV4) for GitHub GraphQL API.
6365

6466
If you prefer object oriented way, [Pithub](https://metacpan.org/pod/Pithub) is 'There is more than one way to do it'.
6567

lib/Net/GitHub.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Net::GitHub;
22

33
use Net::GitHub::V3;
44

5-
our $VERSION = '1.02';
5+
our $VERSION = '1.03';
66
our $AUTHORITY = 'cpan:FAYLAND';
77

88
sub new {

lib/Net/GitHub/V3.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Net::GitHub::V3;
33
use Moo;
44
use Types::Standard qw(InstanceOf);
55

6-
our $VERSION = '1.02';
6+
our $VERSION = '1.03';
77
our $AUTHORITY = 'cpan:FAYLAND';
88

99
with 'Net::GitHub::V3::Query';

lib/Net/GitHub/V3/Actions.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Net::GitHub::V3::Actions;
22

33
use Moo;
44

5-
our $VERSION = '1.02';
5+
our $VERSION = '1.03';
66
our $AUTHORITY = 'cpan:FAYLAND';
77

88
use Carp;

lib/Net/GitHub/V3/Events.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Net::GitHub::V3::Events;
22

33
use Moo;
44

5-
our $VERSION = '1.02';
5+
our $VERSION = '1.03';
66
our $AUTHORITY = 'cpan:FAYLAND';
77

88
use URI::Escape;

lib/Net/GitHub/V3/Gists.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Net::GitHub::V3::Gists;
22

33
use Moo;
44

5-
our $VERSION = '1.02';
5+
our $VERSION = '1.03';
66
our $AUTHORITY = 'cpan:FAYLAND';
77

88
use URI::Escape;

lib/Net/GitHub/V3/GitData.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Net::GitHub::V3::GitData;
22

33
use Moo;
44

5-
our $VERSION = '1.02';
5+
our $VERSION = '1.03';
66
our $AUTHORITY = 'cpan:FAYLAND';
77

88
use URI::Escape;

lib/Net/GitHub/V3/Gitignore.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Net::GitHub::V3::Gitignore;
22

33
use Moo;
44

5-
our $VERSION = '1.02';
5+
our $VERSION = '1.03';
66
our $AUTHORITY = 'cpan:FAYLAND';
77

88
use URI::Escape;

lib/Net/GitHub/V3/Issues.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Net::GitHub::V3::Issues;
22

33
use Moo;
44

5-
our $VERSION = '1.02';
5+
our $VERSION = '1.03';
66
our $AUTHORITY = 'cpan:FAYLAND';
77

88
use URI::Escape;

lib/Net/GitHub/V3/OAuth.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Net::GitHub::V3::OAuth;
22

33
use Moo;
44

5-
our $VERSION = '1.02';
5+
our $VERSION = '1.03';
66
our $AUTHORITY = 'cpan:FAYLAND';
77

88
use URI::Escape;

lib/Net/GitHub/V3/PullRequests.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Net::GitHub::V3::PullRequests;
22

33
use Moo;
44

5-
our $VERSION = '1.02';
5+
our $VERSION = '1.03';
66
our $AUTHORITY = 'cpan:FAYLAND';
77

88
use URI;

lib/Net/GitHub/V3/Query.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package Net::GitHub::V3::Query;
22

3-
our $VERSION = '1.02';
3+
our $VERSION = '1.03';
44
our $AUTHORITY = 'cpan:FAYLAND';
55

66
use URI;

lib/Net/GitHub/V3/Repos.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Net::GitHub::V3::Repos;
22

33
use Moo;
44

5-
our $VERSION = '1.02';
5+
our $VERSION = '1.03';
66
our $AUTHORITY = 'cpan:FAYLAND';
77

88
use Carp;

lib/Net/GitHub/V3/ResultSet.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package Net::GitHub::V3::ResultSet;
22

3-
our $VERSION = '1.02';
3+
our $VERSION = '1.03';
44
our $AUTHORITY = 'cpan:FAYLAND';
55

66
use Types::Standard qw(Int Str ArrayRef Bool);

lib/Net/GitHub/V3/Users.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Net::GitHub::V3::Users;
22

33
use Moo;
44

5-
our $VERSION = '1.02';
5+
our $VERSION = '1.03';
66
our $AUTHORITY = 'cpan:FAYLAND';
77

88
use URI::Escape;

lib/Net/GitHub/V4.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package Net::GitHub::V4;
22

33
use Moo;
44

5-
our $VERSION = '1.02';
5+
our $VERSION = '1.03';
66
our $AUTHORITY = 'cpan:FAYLAND';
77

88
use URI;

0 commit comments

Comments
 (0)