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

NAME

Net::Google::PicasaWeb::Base - base class

DESCRIPTION

This defines some common tools available to many of the classes included with Net::Google::PicasaWeb.

ATTRIBUTES

These are common attributes shared by subclasses.

service

This is a link back to the parent Net::Google::PicasaWeb class responsible for communicating with the Picasa Web API.

twig

This is the XML::Twig::Elt the class was last updated with. This may be used to get more detailed information out of the elements in case there are features of it you want, but this library does not yet provide.

Note: There is no guarantee that future versions of this library will be based upon XML::Twig. As such, you should avoid depending on this if you can.

AUTHOR

Andrew Sterling Hanenkamp, <hanenkamp at cpan.org>

COPYRIGHT & LICENSE

Copyright 2008 Andrew Sterling Hanenkamp

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