From a45ae6f113db99d6390920e09e149a76912a7d7e Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Wed, 17 Feb 2010 13:31:24 +0000 Subject: [PATCH] Added some docs to placate Test::Pod::Coverage. --- lib/Parse/RPM/Spec.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/Parse/RPM/Spec.pm b/lib/Parse/RPM/Spec.pm index cbf601a..1cef63d 100644 --- a/lib/Parse/RPM/Spec.pm +++ b/lib/Parse/RPM/Spec.pm @@ -128,13 +128,18 @@ Parses the given spec file. This is called as part of the initialisation carried out by the C 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 and C 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.