r68984 - in /trunk/libnet-github-perl: Changes META.yml Makefile.PL debian/changelog debian/control lib/Net/GitHub.pm

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Fri Feb 18 10:07:40 UTC 2011


Author: angelabad-guest
Date: Fri Feb 18 10:07:24 2011
New Revision: 68984

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68984
Log:
* New upstream release
* debian/control: Add libwww-perl to Depends and Build-Depends-Indep

Modified:
    trunk/libnet-github-perl/Changes
    trunk/libnet-github-perl/META.yml
    trunk/libnet-github-perl/Makefile.PL
    trunk/libnet-github-perl/debian/changelog
    trunk/libnet-github-perl/debian/control
    trunk/libnet-github-perl/lib/Net/GitHub.pm

Modified: trunk/libnet-github-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-github-perl/Changes?rev=68984&op=diff
==============================================================================
--- trunk/libnet-github-perl/Changes (original)
+++ trunk/libnet-github-perl/Changes Fri Feb 18 10:07:24 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: trunk/libnet-github-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-github-perl/META.yml?rev=68984&op=diff
==============================================================================
--- trunk/libnet-github-perl/META.yml (original)
+++ trunk/libnet-github-perl/META.yml Fri Feb 18 10:07:24 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: trunk/libnet-github-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-github-perl/Makefile.PL?rev=68984&op=diff
==============================================================================
--- trunk/libnet-github-perl/Makefile.PL (original)
+++ trunk/libnet-github-perl/Makefile.PL Fri Feb 18 10:07:24 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: trunk/libnet-github-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-github-perl/debian/changelog?rev=68984&op=diff
==============================================================================
--- trunk/libnet-github-perl/debian/changelog (original)
+++ trunk/libnet-github-perl/debian/changelog Fri Feb 18 10:07:24 2011
@@ -1,3 +1,10 @@
+libnet-github-perl (0.27-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control: Add libwww-perl to Depends and Build-Depends-Indep
+
+ -- Angel Abad <angelabad at gmail.com>  Fri, 18 Feb 2011 10:59:20 +0100
+
 libnet-github-perl (0.26-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libnet-github-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-github-perl/debian/control?rev=68984&op=diff
==============================================================================
--- trunk/libnet-github-perl/debian/control (original)
+++ trunk/libnet-github-perl/debian/control Fri Feb 18 10:07:24 2011
@@ -11,6 +11,7 @@
  libtest-pod-perl,
  liburi-perl,
  libwww-mechanize-gzip-perl,
+ libwww-perl,
  perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Christine Spang <christine at debian.org>,
@@ -29,7 +30,8 @@
  libhtml-tree-perl,
  libjson-any-perl,
  liburi-perl,
- libwww-mechanize-gzip-perl
+ libwww-mechanize-gzip-perl,
+ libwww-perl
 Description: Perl interface for GitHub
  GitHub, http://github.com/, is a service for hosting Git source code
  repositories and managing projects using Git. The Net::GitHub module

Modified: trunk/libnet-github-perl/lib/Net/GitHub.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-github-perl/lib/Net/GitHub.pm?rev=68984&op=diff
==============================================================================
--- trunk/libnet-github-perl/lib/Net/GitHub.pm (original)
+++ trunk/libnet-github-perl/lib/Net/GitHub.pm Fri Feb 18 10:07:24 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