Perlbug::Object::Patch - Patch class


Perlbug documentation  | view source Contained in the Perlbug distribution.

Index


NAME

Top

Perlbug::Object::Patch - Patch class

DESCRIPTION

Top

Perlbug patch class.

For inherited methods, see Perlbug::Object

SYNOPSIS

Top

	use Perlbug::Object::Patch;

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

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




METHODS

Top

new

Create new Patch object:

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

AUTHOR

Top

Richard Foley perlbug@rfi.net 2000


Perlbug documentation  | view source Contained in the Perlbug distribution.