public
Description: upload documents to google docs
Clone URL: git://github.com/typester/www-google-docs-upload.git
name age message
file .shipit Sun May 11 20:02:27 -0700 2008 Checking in changes prior to tagging of version... [typester]
file Changes Sun May 11 20:43:45 -0700 2008 Checking in changes prior to tagging of version... [typester]
file LICENSE Wed May 07 09:17:57 -0700 2008 initial commit [typester]
file MANIFEST Sun May 11 20:02:27 -0700 2008 Checking in changes prior to tagging of version... [typester]
file MANIFEST.SKIP Wed May 07 09:17:57 -0700 2008 initial commit [typester]
file Makefile.PL Sun May 11 20:02:27 -0700 2008 Checking in changes prior to tagging of version... [typester]
file README Sun May 11 18:28:04 -0700 2008 upgraded document [typester]
directory example/ Sun May 11 20:42:48 -0700 2008 filename渡したときはSTDIN読まないように修正 [typester]
directory lib/ Sun May 11 20:43:45 -0700 2008 Checking in changes prior to tagging of version... [typester]
directory t/ Wed May 07 09:17:57 -0700 2008 initial commit [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.