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

« back to all changes in this revision

Viewing changes to lib/Pithub/GitData.pm

  • Committer: Package Import Robot
  • Author(s): Dominique Dumont, gregor herrmann, Dominique Dumont
  • Date: 2014-04-25 22:05:01 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20140425220501-df979lds6kwid2nr
Tags: 0.01024-1
[ gregor herrmann ]
* Strip trailing slash from metacpan URLs.

[ Dominique Dumont ]
* Imported Upstream version 0.01024
  - Add Pithub::Repos::Releases::Assets (Johannes Plunien)
  - Add Pithub::Repos::Releases (Johannes Plunien)
* copyright: updated years

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
package Pithub::GitData;
2
 
{
3
 
  $Pithub::GitData::VERSION = '0.01021';
4
 
}
5
 
 
 
2
$Pithub::GitData::VERSION = '0.01024';
6
3
# ABSTRACT: Github v3 Git Data API
7
4
 
8
5
use Moo;
53
50
 
54
51
=head1 VERSION
55
52
 
56
 
version 0.01021
 
53
version 0.01024
57
54
 
58
55
=head1 METHODS
59
56