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

« back to all changes in this revision

Viewing changes to lib/Pithub/GitData/Blobs.pm

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2014-05-23 14:29:35 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: package-import@ubuntu.com-20140523142935-d8krvrlqd2h1q5r8
Tags: upstream-0.01025
ImportĀ upstreamĀ versionĀ 0.01025

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
package Pithub::GitData::Blobs;
2
 
$Pithub::GitData::Blobs::VERSION = '0.01024';
 
2
$Pithub::GitData::Blobs::VERSION = '0.01025';
 
3
BEGIN {
 
4
  $Pithub::GitData::Blobs::AUTHORITY = 'cpan:PLU';
 
5
}
 
6
 
3
7
# ABSTRACT: Github v3 Git Data Blobs API
4
8
 
5
9
use Moo;
44
48
 
45
49
=head1 VERSION
46
50
 
47
 
version 0.01024
 
51
version 0.01025
48
52
 
49
53
=head1 DESCRIPTION
50
54