NAME
TV::Anytime::Genre - Represent a genre
SYNOPSIS
my $name = $genre->name;
my $value = $genre->value;
DESCRIPTION
The TV::Anytime::Genre represents a genre.
METHODS
name
Return the name of the genre:
my $name = $genre->name;
value
Returns the value of the genre:
my $value = $genre->value;
SEE ALSO
BUGS
Please report any bugs or feature requests to bug-TV-Anytime@rt.cpan.org
, or through the web interface at http://rt.cpan.org.
AUTHOR
Leon Brocard acme@astray.com
LICENCE AND COPYRIGHT
Copyright (c) 2005, Leon Brocard acme@astray.com
. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.