NAME
WWW::GitHub::Gist - Perl interface to the GitHub's pastebin service
VERSION
version 0.13
SYNOPSIS
use WWW::GitHub::Gist;
# WWW::GitHub::Gist::v2 by default
my $gist = WWW::GitHub::Gist -> new(...);
See WWW::GitHub::Gist::v2 for more information.
DESCRIPTION
WWW::GitHub::Gist provides an object-oriented interface for Perl to the gist.github.com API. Gist is a pastebin service operated by GitHub.
You can use either the v2 of the API (default), or the v3.
SEE ALSO
AUTHOR
Alessandro Ghedini <alexbio@cpan.org>
LICENSE AND COPYRIGHT
Copyright 2011 Alessandro Ghedini.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.