NAME
Net::Google::PicasaWeb::Feed - base class for feed entries
DESCRIPTION
Provides some common functions for feed-based objects.
METHODS
from_feed
my $feed = $class->from_feed($service, $entry);
This method creates the feed object from the service object and an XML::Twig::Elt representing the element returned descring that object.
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.