From 8c24ee285b03f0a119c01d9cf1edce09f0b840d5 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Sun, 11 Jul 2010 18:13:11 +0100 Subject: [PATCH] Fixed docs to reflect previous fix. --- lib/Parse/RPM/Spec.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Parse/RPM/Spec.pm b/lib/Parse/RPM/Spec.pm index 30abc17..64a7f73 100644 --- a/lib/Parse/RPM/Spec.pm +++ b/lib/Parse/RPM/Spec.pm @@ -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 and C -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, 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