The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::YouTube::GData - Handle basic communication with Google services

VERSION

Version 0.01

SYNOPSIS

WWW::YouTube::GData handles the basic communication details with Google services.

This module should normally only be used by modules subclassing GData.

FUNCTIONS

new

Typical constructor. You can optionally pass in a hash of data to set values. Unknown data/value pairs will be silently ignored.

PRIVATE FUNCTIONS

_ua

Private method that creates and holds a LWP user agent.

Does not accept any parameters.

AUTHOR

Eric R. Meyers, <Eric.R.Meyers@gmail.com>

BUGS

Please report any bugs or feature requests to bug-net-google-gdata at rt.cpan.org, or through the web interface at htp://rt.cpan.org/NoAuth/ReportBug.html?Queue=WWW-YouTube-GData. 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::YouTube::GData

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2008 Eric R. Meyers <Eric.R.Meyers@gmail.com>, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.