|
NAMENet::Amazon::Attribute::ReviewSet - A set of customer reviews SYNOPSIS use Net::Amazon::Attribute::ReviewSet;
my $rev = Net::Amazon::Attribute::Review->new(
average_customer_rating => $avg,
total_reviews => $total,
);
DESCRIPTION"Net::Amazon::Attribute::ReviewSet" holds a list of customer reviews, each of type "Net::Amazon::Attribute::Review". METHODS
AUTHORMike Schilli, <m@perlmeister.com> COPYRIGHT AND LICENSECopyright 2003 by Mike Schilli <m@perlmeister.com> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|