| Perlbug documentation | view source | Contained in the Perlbug distribution. |
Perlbug::Object::Category - bug category handler
Perlbug bug category class.
For inherited methods, see Perlbug::Object
use Perlbug::Object::Category; my $o_Category = Perlbug::Object::Status->new(); print $o_Category->selector;
Create new Category object:
my $o_Category = Perlbug::Object::Category->new();
Richard Foley perlbug@rfi.net 2001
| Perlbug documentation | view source | Contained in the Perlbug distribution. |