summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes2
-rw-r--r--META.json2
-rw-r--r--Makefile.PL2
-rw-r--r--lib/Net/GitHub.pm2
-rw-r--r--lib/Net/GitHub/V3.pm2
-rw-r--r--lib/Net/GitHub/V3/Events.pm2
-rw-r--r--lib/Net/GitHub/V3/Gists.pm2
-rw-r--r--lib/Net/GitHub/V3/GitData.pm2
-rw-r--r--lib/Net/GitHub/V3/Gitignore.pm2
-rw-r--r--lib/Net/GitHub/V3/Issues.pm2
-rw-r--r--lib/Net/GitHub/V3/OAuth.pm2
-rw-r--r--lib/Net/GitHub/V3/PullRequests.pm2
-rw-r--r--lib/Net/GitHub/V3/Query.pm2
-rw-r--r--lib/Net/GitHub/V3/Repos.pm2
-rw-r--r--lib/Net/GitHub/V3/ResultSet.pm2
-rw-r--r--lib/Net/GitHub/V3/Users.pm2
-rw-r--r--lib/Net/GitHub/V4.pm2
17 files changed, 18 insertions, 16 deletions
diff --git a/Changes b/Changes
index c267c7b..034eabc 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for Net-GitHub
{{$NEXT}}
+
+0.99 2020-03-26 09:33:03 CST
- Use named parameters in API requests #95 (atoomic)
0.98 2020-03-19 09:29:14 CST
diff --git a/META.json b/META.json
index f029f48..512859e 100644
--- a/META.json
+++ b/META.json
@@ -70,7 +70,7 @@
"web" : "https://github.com/fayland/perl-net-github"
}
},
- "version" : "0.98",
+ "version" : "0.99",
"x_contributors" : [
"Alan Berndt <alan@eatabrick.org>",
"Alex Muntada <alexm@alexm.org>",
diff --git a/Makefile.PL b/Makefile.PL
index 02f3e80..60c7e9d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -30,7 +30,7 @@ my %WriteMakefileArgs = (
"TEST_REQUIRES" => {
"Test::More" => 0
},
- "VERSION" => "0.98",
+ "VERSION" => "0.99",
"test" => {
"TESTS" => "t/*.t"
}
diff --git a/lib/Net/GitHub.pm b/lib/Net/GitHub.pm
index 22c95c2..d7ad9c1 100644
--- a/lib/Net/GitHub.pm
+++ b/lib/Net/GitHub.pm
@@ -2,7 +2,7 @@ package Net::GitHub;
use Net::GitHub::V3;
-our $VERSION = '0.98';
+our $VERSION = '0.99';
our $AUTHORITY = 'cpan:FAYLAND';
sub new {
diff --git a/lib/Net/GitHub/V3.pm b/lib/Net/GitHub/V3.pm
index 02c28d8..2937bc7 100644
--- a/lib/Net/GitHub/V3.pm
+++ b/lib/Net/GitHub/V3.pm
@@ -3,7 +3,7 @@ package Net::GitHub::V3;
use Moo;
use Types::Standard qw(InstanceOf);
-our $VERSION = '0.98';
+our $VERSION = '0.99';
our $AUTHORITY = 'cpan:FAYLAND';
with 'Net::GitHub::V3::Query';
diff --git a/lib/Net/GitHub/V3/Events.pm b/lib/Net/GitHub/V3/Events.pm
index 1f06d3b..6c738d7 100644
--- a/lib/Net/GitHub/V3/Events.pm
+++ b/lib/Net/GitHub/V3/Events.pm
@@ -2,7 +2,7 @@ package Net::GitHub::V3::Events;
use Moo;
-our $VERSION = '0.98';
+our $VERSION = '0.99';
our $AUTHORITY = 'cpan:FAYLAND';
use URI::Escape;
diff --git a/lib/Net/GitHub/V3/Gists.pm b/lib/Net/GitHub/V3/Gists.pm
index 54d0b1f..32c1548 100644
--- a/lib/Net/GitHub/V3/Gists.pm
+++ b/lib/Net/GitHub/V3/Gists.pm
@@ -2,7 +2,7 @@ package Net::GitHub::V3::Gists;
use Moo;
-our $VERSION = '0.98';
+our $VERSION = '0.99';
our $AUTHORITY = 'cpan:FAYLAND';
use URI::Escape;
diff --git a/lib/Net/GitHub/V3/GitData.pm b/lib/Net/GitHub/V3/GitData.pm
index da10e48..f2c87b3 100644
--- a/lib/Net/GitHub/V3/GitData.pm
+++ b/lib/Net/GitHub/V3/GitData.pm
@@ -2,7 +2,7 @@ package Net::GitHub::V3::GitData;
use Moo;
-our $VERSION = '0.98';
+our $VERSION = '0.99';
our $AUTHORITY = 'cpan:FAYLAND';
use URI::Escape;
diff --git a/lib/Net/GitHub/V3/Gitignore.pm b/lib/Net/GitHub/V3/Gitignore.pm
index c094343..3fe2a6f 100644
--- a/lib/Net/GitHub/V3/Gitignore.pm
+++ b/lib/Net/GitHub/V3/Gitignore.pm
@@ -2,7 +2,7 @@ package Net::GitHub::V3::Gitignore;
use Moo;
-our $VERSION = '0.98';
+our $VERSION = '0.99';
our $AUTHORITY = 'cpan:FAYLAND';
use URI::Escape;
diff --git a/lib/Net/GitHub/V3/Issues.pm b/lib/Net/GitHub/V3/Issues.pm
index 1f5ddd6..29b3ebf 100644
--- a/lib/Net/GitHub/V3/Issues.pm
+++ b/lib/Net/GitHub/V3/Issues.pm
@@ -2,7 +2,7 @@ package Net::GitHub::V3::Issues;
use Moo;
-our $VERSION = '0.98';
+our $VERSION = '0.99';
our $AUTHORITY = 'cpan:FAYLAND';
use URI::Escape;
diff --git a/lib/Net/GitHub/V3/OAuth.pm b/lib/Net/GitHub/V3/OAuth.pm
index 710f734..d1dc307 100644
--- a/lib/Net/GitHub/V3/OAuth.pm
+++ b/lib/Net/GitHub/V3/OAuth.pm
@@ -2,7 +2,7 @@ package Net::GitHub::V3::OAuth;
use Moo;
-our $VERSION = '0.98';
+our $VERSION = '0.99';
our $AUTHORITY = 'cpan:FAYLAND';
use URI::Escape;
diff --git a/lib/Net/GitHub/V3/PullRequests.pm b/lib/Net/GitHub/V3/PullRequests.pm
index a279967..99f52e8 100644
--- a/lib/Net/GitHub/V3/PullRequests.pm
+++ b/lib/Net/GitHub/V3/PullRequests.pm
@@ -2,7 +2,7 @@ package Net::GitHub::V3::PullRequests;
use Moo;
-our $VERSION = '0.98';
+our $VERSION = '0.99';
our $AUTHORITY = 'cpan:FAYLAND';
use URI;
diff --git a/lib/Net/GitHub/V3/Query.pm b/lib/Net/GitHub/V3/Query.pm
index 5af04eb..15be84f 100644
--- a/lib/Net/GitHub/V3/Query.pm
+++ b/lib/Net/GitHub/V3/Query.pm
@@ -1,6 +1,6 @@
package Net::GitHub::V3::Query;
-our $VERSION = '0.98';
+our $VERSION = '0.99';
our $AUTHORITY = 'cpan:FAYLAND';
use URI;
diff --git a/lib/Net/GitHub/V3/Repos.pm b/lib/Net/GitHub/V3/Repos.pm
index 407db70..b2fdc24 100644
--- a/lib/Net/GitHub/V3/Repos.pm
+++ b/lib/Net/GitHub/V3/Repos.pm
@@ -2,7 +2,7 @@ package Net::GitHub::V3::Repos;
use Moo;
-our $VERSION = '0.98';
+our $VERSION = '0.99';
our $AUTHORITY = 'cpan:FAYLAND';
use Carp;
diff --git a/lib/Net/GitHub/V3/ResultSet.pm b/lib/Net/GitHub/V3/ResultSet.pm
index b7f76d1..88e1894 100644
--- a/lib/Net/GitHub/V3/ResultSet.pm
+++ b/lib/Net/GitHub/V3/ResultSet.pm
@@ -1,6 +1,6 @@
package Net::GitHub::V3::ResultSet;
-our $VERSION = '0.98';
+our $VERSION = '0.99';
our $AUTHORITY = 'cpan:FAYLAND';
use Types::Standard qw(Int Str ArrayRef Bool);
diff --git a/lib/Net/GitHub/V3/Users.pm b/lib/Net/GitHub/V3/Users.pm
index a5ff06c..4c51d2b 100644
--- a/lib/Net/GitHub/V3/Users.pm
+++ b/lib/Net/GitHub/V3/Users.pm
@@ -2,7 +2,7 @@ package Net::GitHub::V3::Users;
use Moo;
-our $VERSION = '0.98';
+our $VERSION = '0.99';
our $AUTHORITY = 'cpan:FAYLAND';
use URI::Escape;
diff --git a/lib/Net/GitHub/V4.pm b/lib/Net/GitHub/V4.pm
index 88b71d2..dc0bfef 100644
--- a/lib/Net/GitHub/V4.pm
+++ b/lib/Net/GitHub/V4.pm
@@ -2,7 +2,7 @@ package Net::GitHub::V4;
use Moo;
-our $VERSION = '0.98';
+our $VERSION = '0.99';
our $AUTHORITY = 'cpan:FAYLAND';
use URI;