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

« back to all changes in this revision

Viewing changes to lib/Pithub/Result.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::Result;
2
 
{
3
 
  $Pithub::Result::VERSION = '0.01021';
4
 
}
5
 
 
 
2
$Pithub::Result::VERSION = '0.01024';
6
3
# ABSTRACT: Github v3 result object
7
4
 
8
5
use Moo;
291
288
 
292
289
=head1 VERSION
293
290
 
294
 
version 0.01021
 
291
version 0.01024
295
292
 
296
293
=head1 DESCRIPTION
297
294