NAME

Perlbug::Object::Parent - Bug class

DESCRIPTION

Perlbug bug parent class.

For inherited methods, see Perlbug::Object

SYNOPSIS

use Perlbug::Object::Parent;

print Perlbug::Object::Parent->new()->read('19990127.003')->format('a');

METHODS

new

Create new Parent object:

my $o_pa = Perlbug::Object::Parent->new();

Object references are returned with most methods, so you can 'chain' the calls:

print $o_pa ->read('198700502.007')->format('h'); 

AUTHOR

Richard Foley perlbug@rfi.net 2000 2001

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 46:

'=item' outside of any '=over'

Around line 73:

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