NAME
Net::Google::PicasaWeb::Comment - represents a single Picasa Web comment
SYNOPSIS
my @comments = $service->list_comments;
for my $comment (@comments) {
print "Title: ", $comment->title, "\n";
print "Content: ", $photo->content, "\n";
}
DESCRIPTION
Represents an individual Picasa Web comment.
ATTRIBUTES
title
This is the name of the person that made the comment.
content
This is the comment that was made.
author_name
This is the author of the comment.
author_uri
This is the URL to get to the author's public albums on Picasa Web.
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.