NAME
gist.pl - GitHub Gist creator
VERSION
Version 0.05
SYNOPSIS
gist.pl [OPTIONS]
OPTIONS
- -l Specifies the username.
- -t User's GitHub API token, used for login.
- -f File to upload.
- -e File extension, used for syntax highlighting (optional).
CONFIGURATION
Username and api token variables could be set via the GITHUB_USER and GITHUB_TOKEN environment variables. These settings are overwritten by the ones passed via command-line.
TOKEN
API token can be found on the Account Settings page. Visit the url: https://github.com/account
AUTHOR
Alessandro Ghedini, <alexbio at cpan.org>
BUGS
Please report any bugs or feature requests to bug-www-github-gist at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-GitHub-Gist. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc WWW::GitHub::Gist
You can also look for information at:
- Git repository
- * RT: CPAN's request tracker
- * AnnoCPAN: Annotated CPAN documentation
- * CPAN Ratings
- * Search CPAN
ACKNOWLEDGEMENTS
Gist.GitHub.com APIs are incomplete so many features are not accessible.
LICENSE AND COPYRIGHT
Copyright 2010 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.
4 POD Errors
The following errors were encountered while parsing the POD:
- Around line 111:
Expected text after =item, not a bullet
- Around line 115:
Expected text after =item, not a bullet
- Around line 119:
Expected text after =item, not a bullet
- Around line 123:
Expected text after =item, not a bullet