The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Perlbug::Object::Flag - Flag class

DESCRIPTION

Perlbug bug class.

For inherited methods, see Perlbug::Object

SYNOPSIS

        use Perlbug::Object::Flag;

        my $o_flag = Perlbug::Object::Flag->new();

        print $o_flag->read('group')->format('a');

METHODS

new

Create new Flag object:

        my $o_flag = Perlbug::Object::Flag->new();

AUTHOR

Richard Foley perlbug@rfi.net 2000