Net::GitHub::V2::PullRequest man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

Net::GitHub::V2::PullRUsersContributed Perl DocNet::GitHub::V2::PullRequest(3)

NAME
       Net::GitHub::V2::PullRequest - GitHub Pull Request API

SYNOPSIS
	   use Net::GitHub::V2::PullRequest;

	   my $pulls = Net::GitHub::V2::PullRequest->new(
	       owner => 'fayland', repo => 'perl-net-github'
	   );

DESCRIPTION
       <http://develop.github.com/p/pulls.html>

       For those (authentication required) below, you must set login and token
       (in <https://github.com/account>

	   my $pulls = Net::GitHub::V2::PullRequest->new(
	       owner => 'fayland', repo => 'perl-net-github',
	       login => 'fayland', token => '54b5197d7f92f52abc5c7149b313cf51', # faked
	   );

METHODS
       pull_request
	       my $pull = $pulls->pull_request(
		   base	 => 'master',
		   head	 => 'someone:master',
		   title => 'fix',
		   body	 => 'fix this bug',
	       );

	   Create a pull request (authentication required). The request will
	   be made on "<owner>/<base>" to pull in changes in "head". "base"
	   defaults to "master", and "head" defaults to "<login>:master".

AUTHOR
       Fayland Lam, "<fayland at gmail.com>"

       Jesse Luehrs "doy at tozt dot net"

COPYRIGHT & LICENSE
       Copyright 2011 Fayland Lam, Jesse Luehrs all rights reserved.

       This program is free software; you can redistribute it and/or modify it
       under the same terms as Perl itself.

perl v5.14.2			  2012-03-22   Net::GitHub::V2::PullRequest(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net