From 7ab69d4acbdabd3af0f8c27801527750505c1a11 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 6 Nov 2019 02:07:17 +0100 Subject: Dpkg: Say class instead of object when appropriate These were referring to the type and not the instance, which makes using the incorrect nomenclature confusing. --- scripts/Dpkg/Deps/Simple.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scripts/Dpkg/Deps/Simple.pm') diff --git a/scripts/Dpkg/Deps/Simple.pm b/scripts/Dpkg/Deps/Simple.pm index efe635cec..aa23e7da2 100644 --- a/scripts/Dpkg/Deps/Simple.pm +++ b/scripts/Dpkg/Deps/Simple.pm @@ -29,7 +29,8 @@ Dpkg::Deps::Simple - represents a single dependency statement =head1 DESCRIPTION -This object has several interesting properties: +This class represents a single dependency statement. +It has several interesting properties: =over 4 @@ -576,7 +577,7 @@ sub get_evaluation { =item $dep->simplify_deps($facts, @assumed_deps) Simplifies the dependency as much as possible given the list of facts (see -object Dpkg::Deps::KnownFacts) and a list of other dependencies that are +class Dpkg::Deps::KnownFacts) and a list of other dependencies that are known to be true. =cut -- cgit v1.2.3