The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WWW::GitHub::Gist - Perl interface to Gist.GitHub.com

VERSION

Version 0.04

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

http://github.com/AlexBio/WWW-GitHub-Gist

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-GitHub-Gist

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/WWW-GitHub-Gist

* CPAN Ratings

http://cpanratings.perl.org/d/WWW-GitHub-Gist

* Search CPAN

http://search.cpan.org/dist/WWW-GitHub-Gist/

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