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

« back to all changes in this revision

Viewing changes to lib/Pithub/Gists.pm

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2013-03-23 14:10:18 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130323141018-sglo8xreovmg7y9q
Tags: 0.01018-1
* Team upload.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
package Pithub::Gists;
2
2
{
3
 
  $Pithub::Gists::VERSION = '0.01017';
 
3
  $Pithub::Gists::VERSION = '0.01018';
4
4
}
5
5
 
6
6
# ABSTRACT: Github v3 Gists API
146
146
 
147
147
=head1 VERSION
148
148
 
149
 
version 0.01017
 
149
version 0.01018
150
150
 
151
151
=head1 METHODS
152
152