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('category')->format('a');

METHODS

new

Create new Flag object:

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

AUTHOR

Richard Foley perlbug@rfi.net 2000

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 42:

'=item' outside of any '=over'

Around line 68:

You forgot a '=back' before '=head1'