[libnet-github-perl] 01/05: Imported Upstream version 0.55

Angel Abad angel at moszumanska.debian.org
Sat Dec 28 10:59:49 UTC 2013


This is an automated email from the git hooks/post-receive script.

angel pushed a commit to annotated tag debian/0.55-1
in repository libnet-github-perl.

commit 16c8754758249fdfc195f450118e2fa960a478ce
Author: Angel Abad <angelabad at gmail.com>
Date:   Sat Dec 28 11:48:26 2013 +0100

    Imported Upstream version 0.55
---
 Changes           | 5 ++++-
 META.yml          | 3 +--
 Makefile.PL       | 2 +-
 lib/Net/GitHub.pm | 2 +-
 4 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/Changes b/Changes
index 5e2c6e3..7b6dd29 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,9 @@
 Revision history for Net-GitHub
 
-0.54    2013.09.25
+0.55    2013-12-19
+        - remove JSON::XS requirements in Makefile.PL (no code changes)
+
+0.54    2013-09-25
         - $user->contributions (mikegrb)(Rev Michael Greb)
 
 0.53    2013.09.01
diff --git a/META.yml b/META.yml
index c66e3a5..7dbf8b1 100644
--- a/META.yml
+++ b/META.yml
@@ -29,7 +29,6 @@ requires:
   HTML::TreeBuilder: 0
   HTTP::Request::Common: 0
   JSON::Any: 0
-  JSON::XS: 0
   MIME::Base64: 0
   URI: 0
   URI::Escape: 0
@@ -37,4 +36,4 @@ requires:
 resources:
   license: http://dev.perl.org/licenses/
   repository: https://github.com/fayland/perl-net-github
-version: 0.54
+version: 0.55
diff --git a/Makefile.PL b/Makefile.PL
index 68543e0..57d8e49 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -14,7 +14,7 @@ requires 'Any::Moose';
 requires 'Crypt::SSLeay';
 requires 'WWW::Mechanize::GZip';
 requires 'JSON::Any';
-requires 'JSON::XS'; # avoid "Couldn't find a JSON package. Need XS, JSON, or DWIW"
+# requires 'JSON::XS'; # avoid "Couldn't find a JSON package. Need XS, JSON, or DWIW"
 requires 'HTML::TreeBuilder';
 requires 'HTTP::Request::Common';
 
diff --git a/lib/Net/GitHub.pm b/lib/Net/GitHub.pm
index 9329af4..2dff447 100644
--- a/lib/Net/GitHub.pm
+++ b/lib/Net/GitHub.pm
@@ -3,7 +3,7 @@ package Net::GitHub;
 use Any::Moose;
 use Net::GitHub::V3;
 
-our $VERSION = '0.54';
+our $VERSION = '0.55';
 our $AUTHORITY = 'cpan:FAYLAND';
 
 sub new {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-github-perl.git



More information about the Pkg-perl-cvs-commits mailing list