This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.shipit | Sun May 11 20:02:27 -0700 2008 | [typester] |
| |
Changes | Sun May 11 20:43:45 -0700 2008 | [typester] |
| |
LICENSE | Wed May 07 09:17:57 -0700 2008 | [typester] |
| |
MANIFEST | Sun May 11 20:02:27 -0700 2008 | [typester] |
| |
MANIFEST.SKIP | Wed May 07 09:17:57 -0700 2008 | [typester] |
| |
Makefile.PL | Sun May 11 20:02:27 -0700 2008 | [typester] |
| |
README | Sun May 11 18:28:04 -0700 2008 | [typester] |
| |
example/ | Sun May 11 20:42:48 -0700 2008 | [typester] |
| |
lib/ | Sun May 11 20:43:45 -0700 2008 | [typester] |
| |
t/ | Wed May 07 09:17:57 -0700 2008 | [typester] |
README
NAME
WWW::Google::Docs::Upload - Upload documents to Google Docs
SYNOPSIS
use WWW::Google::Docs::Upload;
my $docs = WWW::Google::Docs::Upload->new(
email => 'your email',
passwd => 'your password'
);
$docs->upload('/path/to/yourfile.doc');
DESCRIPTION
This module helps you to upload your local document files to Google
Docs.
METHODS
upload($filename, \%option)
Upload document file (named $filename) to Google Docs.
\%option is hashref and allowed key is:
name
Filename what you want to call (if different than the filename)
AUTHOR
Daisuke Murase <typester@cpan.org>
COPYRIGHT
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included
with this module.




