NAME
Perlbug::Object::Status - bug status handler
DESCRIPTION
Perlbug bug status class.
For inherited methods, see Perlbug::Object
SYNOPSIS
use Perlbug::Object::Status;
my $o_Status = Perlbug::Object::Status->new();
print $o_Status->selector;
METHODS
- new
-
Create new Status object:
my $o_Status = Perlbug::Object::status->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 71:
You forgot a '=back' before '=head1'