NAME

Perlbug::Object::Category - bug category handler

DESCRIPTION

Perlbug bug category class.

For inherited methods, see Perlbug::Object

SYNOPSIS

use Perlbug::Object::Category;

my $o_Category = Perlbug::Object::Status->new();

print $o_Category->selector;

METHODS

new

Create new Category object:

my $o_Category = Perlbug::Object::Category->new();

AUTHOR

Richard Foley perlbug@rfi.net 2001