The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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