The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

TV::Anytime

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.