Perlbug::Object::Category - bug category handler


Perlbug documentation  | view source Contained in the Perlbug distribution.

Index


NAME

Top

Perlbug::Object::Category - bug category handler

DESCRIPTION

Top

Perlbug bug category class.

For inherited methods, see Perlbug::Object

SYNOPSIS

Top

	use Perlbug::Object::Category;

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

	print $o_Category->selector;




METHODS

Top

new

Create new Category object:

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

AUTHOR

Top

Richard Foley perlbug@rfi.net 2001


Perlbug documentation  | view source Contained in the Perlbug distribution.