Perlbug::Object::Status - bug status handler


Perlbug documentation  | view source Contained in the Perlbug distribution.

Index


NAME

Top

Perlbug::Object::Status - bug status handler

DESCRIPTION

Top

Perlbug bug status class.

For inherited methods, see Perlbug::Object

SYNOPSIS

Top

	use Perlbug::Object::Status;

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

	print $o_Status->selector;




METHODS

Top

new

Create new Status object:

	my $o_Status = Perlbug::Object::status->new();

AUTHOR

Top

Richard Foley perlbug@rfi.net 2001


Perlbug documentation  | view source Contained in the Perlbug distribution.