NAME

Perlbug::Object::Patch - Patch class

DESCRIPTION

Perlbug patch class.

For inherited methods, see Perlbug::Object

SYNOPSIS

use Perlbug::Object::Patch;

my $o_patch = Perlbug::Object::Patch->new($o_perlbug);

print $o_patch->read('19990127.003')->format('a');

METHODS

new

Create new Patch object:

my $o_patch = Perlbug::Object::Patch->new();

AUTHOR

Richard Foley perlbug@rfi.net 2000