NAME
WWW::GitHub::Gist - Perl interface to GitHub's Gist pastebin service
VERSION
version 0.12
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 is an object-oriented interface to the pastebin service of GitHub gist.github.com.
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.