~ubuntu-branches/ubuntu/saucy/libpithub-perl/saucy-proposed

« back to all changes in this revision

Viewing changes to lib/Pithub/PullRequests.pm

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2013-03-23 14:10:18 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130323141018-sglo8xreovmg7y9q
Tags: 0.01018-1
* Team upload.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
package Pithub::PullRequests;
2
2
{
3
 
  $Pithub::PullRequests::VERSION = '0.01017';
 
3
  $Pithub::PullRequests::VERSION = '0.01018';
4
4
}
5
5
 
6
6
# ABSTRACT: Github v3 Pull Requests API
122
122
 
123
123
=head1 VERSION
124
124
 
125
 
version 0.01017
 
125
version 0.01018
126
126
 
127
127
=head1 METHODS
128
128