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

« back to all changes in this revision

Viewing changes to lib/Pithub/Search.pm

  • Committer: Package Import Robot
  • Author(s): gregor herrmann, Salvatore Bonaccorso, gregor herrmann
  • Date: 2013-02-18 18:34:49 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130218183449-8q01hcsvuk14jpka
Tags: 0.01017-1
* Team upload.

[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs

[ gregor herrmann ]
* New upstream release.
* Set Standards-Version to 3.9.4 (no changes).
* debian/control: remove version from perl build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
package Pithub::Search;
2
2
{
3
 
  $Pithub::Search::VERSION = '0.01016';
 
3
  $Pithub::Search::VERSION = '0.01017';
4
4
}
5
5
 
6
6
# ABSTRACT: Github v3 Search API
66
66
 
67
67
=head1 VERSION
68
68
 
69
 
version 0.01016
 
69
version 0.01017
70
70
 
71
71
=head1 METHODS
72
72