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

« back to all changes in this revision

Viewing changes to lib/Pithub/Users/Followers.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::Users::Followers;
2
 
$Pithub::Users::Followers::VERSION = '0.01024';
 
2
$Pithub::Users::Followers::VERSION = '0.01025';
 
3
BEGIN {
 
4
  $Pithub::Users::Followers::AUTHORITY = 'cpan:PLU';
 
5
}
 
6
 
3
7
# ABSTRACT: Github v3 User Followers API
4
8
 
5
9
use Moo;
87
91
 
88
92
=head1 VERSION
89
93
 
90
 
version 0.01024
 
94
version 0.01025
91
95
 
92
96
=head1 METHODS
93
97