r68979 - in /branches/upstream/libnet-github-perl/current: Changes META.yml Makefile.PL lib/Net/GitHub.pm

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Fri Feb 18 09:34:06 UTC 2011


Author: angelabad-guest
Date: Fri Feb 18 09:33:47 2011
New Revision: 68979

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68979
Log:
[svn-upgrade] new version libnet-github-perl (0.27)

Modified:
    branches/upstream/libnet-github-perl/current/Changes
    branches/upstream/libnet-github-perl/current/META.yml
    branches/upstream/libnet-github-perl/current/Makefile.PL
    branches/upstream/libnet-github-perl/current/lib/Net/GitHub.pm

Modified: branches/upstream/libnet-github-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnet-github-perl/current/Changes?rev=68979&op=diff
==============================================================================
--- branches/upstream/libnet-github-perl/current/Changes (original)
+++ branches/upstream/libnet-github-perl/current/Changes Fri Feb 18 09:33:47 2011
@@ -1,4 +1,7 @@
 Revision history for Net-GitHub
+
+0.27    2011.02.17
+        requires HTTP::Request::Common; (RT 65787 by JQUELIN)
 
 0.26    2011.01.20
         fix Makefile.PL

Modified: branches/upstream/libnet-github-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnet-github-perl/current/META.yml?rev=68979&op=diff
==============================================================================
--- branches/upstream/libnet-github-perl/current/META.yml (original)
+++ branches/upstream/libnet-github-perl/current/META.yml Fri Feb 18 09:33:47 2011
@@ -26,6 +26,7 @@
   Any::Moose: 0
   Crypt::SSLeay: 0
   HTML::TreeBuilder: 0
+  HTTP::Request::Common: 0
   JSON::Any: 0
   MIME::Base64: 0
   URI::Escape: 0
@@ -33,4 +34,4 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: http://github.com/fayland/perl-net-github/tree/master
-version: 0.26
+version: 0.27

Modified: branches/upstream/libnet-github-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnet-github-perl/current/Makefile.PL?rev=68979&op=diff
==============================================================================
--- branches/upstream/libnet-github-perl/current/Makefile.PL (original)
+++ branches/upstream/libnet-github-perl/current/Makefile.PL Fri Feb 18 09:33:47 2011
@@ -14,6 +14,7 @@
 requires 'WWW::Mechanize::GZip';
 requires 'JSON::Any';
 requires 'HTML::TreeBuilder';
+requires 'HTTP::Request::Common';
 
 build_requires 'Test::More';
 test_requires 'Test::MockModule';

Modified: branches/upstream/libnet-github-perl/current/lib/Net/GitHub.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnet-github-perl/current/lib/Net/GitHub.pm?rev=68979&op=diff
==============================================================================
--- branches/upstream/libnet-github-perl/current/lib/Net/GitHub.pm (original)
+++ branches/upstream/libnet-github-perl/current/lib/Net/GitHub.pm Fri Feb 18 09:33:47 2011
@@ -2,7 +2,7 @@
 
 use Any::Moose;
 
-our $VERSION = '0.26';
+our $VERSION = '0.27';
 our $AUTHORITY = 'cpan:FAYLAND';
 
 sub new {




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