The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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