~ubuntu-branches/ubuntu/utopic/libpithub-perl/utopic

« back to all changes in this revision

Viewing changes to lib/Pithub/Issues/Labels.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::Issues::Labels;
2
2
{
3
 
  $Pithub::Issues::Labels::VERSION = '0.01017';
 
3
  $Pithub::Issues::Labels::VERSION = '0.01018';
4
4
}
5
5
 
6
6
# ABSTRACT: Github v3 Issue Labels API
139
139
 
140
140
=head1 VERSION
141
141
 
142
 
version 0.01017
 
142
version 0.01018
143
143
 
144
144
=head1 METHODS
145
145