| TV-Anytime documentation | view source | Contained in the TV-Anytime distribution. |
TV::Anytime::Genre - Represent a genre
my $name = $genre->name; my $value = $genre->value;
The TV::Anytime::Genre represents a genre.
Return the name of the genre:
my $name = $genre->name;
Returns the value of the genre:
my $value = $genre->value;
Please report any bugs or feature requests to
bug-TV-Anytime@rt.cpan.org, or through the web interface at
http://rt.cpan.org.
Leon Brocard acme@astray.com
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.
| TV-Anytime documentation | view source | Contained in the TV-Anytime distribution. |