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

« back to all changes in this revision

Viewing changes to lib/Pithub/Orgs.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::Orgs;
2
 
{
3
 
  $Pithub::Orgs::VERSION = '0.01021';
4
 
}
5
 
 
 
2
$Pithub::Orgs::VERSION = '0.01024';
6
3
# ABSTRACT: Github v3 Orgs API
7
4
 
8
5
use Moo;
75
72
 
76
73
=head1 VERSION
77
74
 
78
 
version 0.01021
 
75
version 0.01024
79
76
 
80
77
=head1 METHODS
81
78