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
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 45:
'=item' outside of any '=over'
- Around line 70:
You forgot a '=back' before '=head1'