r67590 - in /trunk/libnet-github-perl: Changes MANIFEST META.yml debian/changelog debian/control debian/copyright debian/libnet-github-perl.examples lib/Net/GitHub.pm lib/Net/GitHub/V2.pm lib/Net/GitHub/V2/PullRequest.pm

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Thu Jan 20 22:09:06 UTC 2011


Author: angelabad-guest
Date: Thu Jan 20 22:08:47 2011
New Revision: 67590

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67590
Log:
* New upstream release
* debian/libnet-github-perl.examples: Add example files

Added:
    trunk/libnet-github-perl/debian/libnet-github-perl.examples
    trunk/libnet-github-perl/lib/Net/GitHub/V2/PullRequest.pm
      - copied unchanged from r67577, branches/upstream/libnet-github-perl/current/lib/Net/GitHub/V2/PullRequest.pm
Modified:
    trunk/libnet-github-perl/Changes
    trunk/libnet-github-perl/MANIFEST
    trunk/libnet-github-perl/META.yml
    trunk/libnet-github-perl/debian/changelog
    trunk/libnet-github-perl/debian/control
    trunk/libnet-github-perl/debian/copyright
    trunk/libnet-github-perl/lib/Net/GitHub.pm
    trunk/libnet-github-perl/lib/Net/GitHub/V2.pm

Modified: trunk/libnet-github-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-github-perl/Changes?rev=67590&op=diff
==============================================================================
--- trunk/libnet-github-perl/Changes (original)
+++ trunk/libnet-github-perl/Changes Thu Jan 20 22:08:47 2011
@@ -1,4 +1,10 @@
 Revision history for Net-GitHub
+
+0.26    2011.01.20
+        fix Makefile.PL
+
+0.25    2011.01.19
+        partial implementation of Pull Request API (doy)
 
 0.24    2011.01.01
         Organizations API (fayland)

Modified: trunk/libnet-github-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-github-perl/MANIFEST?rev=67590&op=diff
==============================================================================
--- trunk/libnet-github-perl/MANIFEST (original)
+++ trunk/libnet-github-perl/MANIFEST Thu Jan 20 22:08:47 2011
@@ -30,6 +30,7 @@
 lib/Net/GitHub/V2/NoRepo.pm
 lib/Net/GitHub/V2/Object.pm
 lib/Net/GitHub/V2/Organizations.pm
+lib/Net/GitHub/V2/PullRequest.pm
 lib/Net/GitHub/V2/Repositories.pm
 lib/Net/GitHub/V2/Users.pm
 Makefile.PL

Modified: trunk/libnet-github-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-github-perl/META.yml?rev=67590&op=diff
==============================================================================
--- trunk/libnet-github-perl/META.yml (original)
+++ trunk/libnet-github-perl/META.yml Thu Jan 20 22:08:47 2011
@@ -33,4 +33,4 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: http://github.com/fayland/perl-net-github/tree/master
-version: 0.24
+version: 0.26

Modified: trunk/libnet-github-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-github-perl/debian/changelog?rev=67590&op=diff
==============================================================================
--- trunk/libnet-github-perl/debian/changelog (original)
+++ trunk/libnet-github-perl/debian/changelog Thu Jan 20 22:08:47 2011
@@ -1,3 +1,10 @@
+libnet-github-perl (0.26-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/libnet-github-perl.examples: Add example files
+
+ -- Angel Abad <angelabad at gmail.com>  Thu, 20 Jan 2011 23:08:06 +0100
+
 libnet-github-perl (0.24-1) unstable; urgency=low
 
   * Team upload.

Modified: trunk/libnet-github-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-github-perl/debian/control?rev=67590&op=diff
==============================================================================
--- trunk/libnet-github-perl/debian/control (original)
+++ trunk/libnet-github-perl/debian/control Thu Jan 20 22:08:47 2011
@@ -2,9 +2,16 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.2.13)
-Build-Depends-Indep: libany-moose-perl, libcrypt-ssleay-perl, libfile-slurp-perl,
- libhtml-tree-perl, libjson-any-perl, libtest-mockmodule-perl, libtest-pod-perl,
- liburi-perl, libwww-mechanize-gzip-perl, perl
+Build-Depends-Indep: libany-moose-perl,
+ libcrypt-ssleay-perl,
+ libfile-slurp-perl,
+ libhtml-tree-perl,
+ libjson-any-perl,
+ libtest-mockmodule-perl,
+ libtest-pod-perl,
+ liburi-perl,
+ libwww-mechanize-gzip-perl,
+ perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Christine Spang <christine at debian.org>,
  Angel Abad <angelabad at gmail.com>,
@@ -16,8 +23,12 @@
 
 Package: libnet-github-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libany-moose-perl,
- libcrypt-ssleay-perl, libhtml-tree-perl, libjson-any-perl, liburi-perl,
+Depends: ${misc:Depends}, ${perl:Depends},
+ libany-moose-perl,
+ libcrypt-ssleay-perl,
+ libhtml-tree-perl,
+ libjson-any-perl,
+ liburi-perl,
  libwww-mechanize-gzip-perl
 Description: Perl interface for GitHub
  GitHub, http://github.com/, is a service for hosting Git source code

Modified: trunk/libnet-github-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-github-perl/debian/copyright?rev=67590&op=diff
==============================================================================
--- trunk/libnet-github-perl/debian/copyright (original)
+++ trunk/libnet-github-perl/debian/copyright Thu Jan 20 22:08:47 2011
@@ -4,7 +4,7 @@
 Name: Net-GitHub
 
 Files: *
-Copyright: 2009-2010, Fayland Lam <fayland at gmail.com>
+Copyright: 2009-2011, Fayland Lam <fayland at gmail.com>
 License: Artistic or GPL-1+
 
 Files: inc/Module/*
@@ -15,8 +15,9 @@
 
 Files: debian/*
 Copyright: 2009, Christine Spang <christine at debian.org>
- 2010, Angel Abad <angelabad at gmail.com>
- 2010, Ansgar Burchardt <ansgar at debian.org>
+ 2010-2011, Angel Abad <angelabad at gmail.com>
+ 2010, Ansgar Burchardt <ansgar at 43-1.org>
+ 2011, Salvatore Bonaccorso <carnil at debian.org>
 License: Artistic or GPL-1+
 
 License: Artistic
@@ -32,5 +33,5 @@
  the Free Software Foundation; either version 1, or (at your option)
  any later version.
  .
- On Debian systems, the complete text of version 1 of the General
+ On Debian systems, the complete text of version 1 of the GNU General
  Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libnet-github-perl/debian/libnet-github-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-github-perl/debian/libnet-github-perl.examples?rev=67590&op=file
==============================================================================
--- trunk/libnet-github-perl/debian/libnet-github-perl.examples (added)
+++ trunk/libnet-github-perl/debian/libnet-github-perl.examples Thu Jan 20 22:08:47 2011
@@ -1,0 +1,1 @@
+examples/*

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=67590&op=diff
==============================================================================
--- trunk/libnet-github-perl/lib/Net/GitHub.pm (original)
+++ trunk/libnet-github-perl/lib/Net/GitHub.pm Thu Jan 20 22:08:47 2011
@@ -2,7 +2,7 @@
 
 use Any::Moose;
 
-our $VERSION = '0.24';
+our $VERSION = '0.26';
 our $AUTHORITY = 'cpan:FAYLAND';
 
 sub new {

Modified: trunk/libnet-github-perl/lib/Net/GitHub/V2.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-github-perl/lib/Net/GitHub/V2.pm?rev=67590&op=diff
==============================================================================
--- trunk/libnet-github-perl/lib/Net/GitHub/V2.pm (original)
+++ trunk/libnet-github-perl/lib/Net/GitHub/V2.pm Thu Jan 20 22:08:47 2011
@@ -12,6 +12,7 @@
 use Net::GitHub::V2::Object;
 use Net::GitHub::V2::Network;
 use Net::GitHub::V2::Organizations;
+use Net::GitHub::V2::PullRequest;
 
 with 'Net::GitHub::V2::HasRepo';
 
@@ -91,6 +92,16 @@
     },
 );
 
+has 'pull_request' => (
+    is => 'rw',
+    isa => 'Net::GitHub::V2::PullRequest',
+    lazy => 1,
+    default => sub {
+        my $self = shift;
+        return Net::GitHub::V2::PullRequest->new( $self->args_to_pass );
+    },
+);
+
 no Any::Moose;
 __PACKAGE__->meta->make_immutable;
 
@@ -184,6 +195,12 @@
 
 L<Net::GitHub::V2::Organizations>    
 
+=head2 pull_request
+
+    my $pull = $github->pull_request->pull_request();
+
+L<Net::GitHub::V2::PullRequest>
+
 =head1 SEE ALSO
 
 L<Any::Moose>




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