Added some docs to placate Test::Pod::Coverage.

This commit is contained in:
Dave Cross 2010-02-17 13:31:24 +00:00
parent 50449ee81e
commit a45ae6f113

View file

@ -128,13 +128,18 @@ Parses the given spec file. This is called as part of the initialisation
carried out by the C<new> method, so there is generally no need to call it
yourself.
=head2 $spec->name, $spec->version, $spec->release, $spec->summary, $spec->license, $spec->group, $spec->url, $spec->source, $spec->buildroot, $spec->buildarch, $spec->buildrequires, $spec->requires
=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.
=head2 Parse::RPM::Spec->meta
Moose-provided class method for introspection. Generally not needed
by users.
=head2 EXPORT
None.