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

« back to all changes in this revision

Viewing changes to lib/Pithub/Repos/Collaborators.pm

  • Committer: Package Import Robot
  • Author(s): Dominique Dumont
  • Date: 2013-10-13 18:21:20 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20131013182120-n5sl3972w82padi3
Tags: 0.01020-1
* Imported Upstream version 0.01020
  + Add Pithub::Repos::Stats->contributors

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
package Pithub::Repos::Collaborators;
2
2
{
3
 
  $Pithub::Repos::Collaborators::VERSION = '0.01019';
 
3
  $Pithub::Repos::Collaborators::VERSION = '0.01020';
4
4
}
5
5
 
6
6
# ABSTRACT: Github v3 Repo Collaborators API
59
59
1;
60
60
 
61
61
__END__
 
62
 
62
63
=pod
63
64
 
64
65
=head1 NAME
67
68
 
68
69
=head1 VERSION
69
70
 
70
 
version 0.01019
 
71
version 0.01020
71
72
 
72
73
=head1 METHODS
73
74
 
173
174
the same terms as the Perl 5 programming language system itself.
174
175
 
175
176
=cut
176