Fixed docs to reflect previous fix.
This commit is contained in:
parent
ac8a2f3c00
commit
8c24ee285b
1 changed files with 3 additions and 3 deletions
|
@ -131,9 +131,9 @@ yourself.
|
|||
=head2 $spec->file, $spec->name, $spec->version, $spec->epoch, $spec->release, $spec->summary, $spec->license, $spec->group, $spec->url, $spec->source, $spec->buildroot, $spec->buildarch, $spec->buildrequires, $spec->requires
|
||||
|
||||
Attribute accessors for the spec file object. Each one returns a piece of
|
||||
information from the spec file header. The C<buildrequires> and C<requires>
|
||||
methods are slightly different. Because these keys can have multiple values,
|
||||
they return a reference to an array of values.
|
||||
information from the spec file header. The C<source>, C<buildrequires>
|
||||
and C<requires> methods are slightly different. Because these keys can have
|
||||
multiple values, they return a reference to an array of values.
|
||||
|
||||
=head2 Parse::RPM::Spec->meta
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue