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

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 45:

'=item' outside of any '=over'

Around line 70:

You forgot a '=back' before '=head1'