aboutsummaryrefslogtreecommitdiff
path: root/SBO-Lib/lib/SBO/Lib/Pkgs.pm
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2017-02-04 18:52:14 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2017-02-04 18:52:14 +0100
commit7ebf9770eecae77b5e698155e413da55fc8c7d3b (patch)
treec8c6b32ebef150c67f2df1e0c68ccf8437be213a /SBO-Lib/lib/SBO/Lib/Pkgs.pm
parentf0e454694f8408f04ebc88edbb6b8c6874d8901e (diff)
downloadsbotools2-7ebf9770eecae77b5e698155e413da55fc8c7d3b.tar.xz
SBO::Lib::Pkgs: update doc for get_installed_packages
Diffstat (limited to 'SBO-Lib/lib/SBO/Lib/Pkgs.pm')
-rw-r--r--SBO-Lib/lib/SBO/Lib/Pkgs.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/SBO-Lib/lib/SBO/Lib/Pkgs.pm b/SBO-Lib/lib/SBO/Lib/Pkgs.pm
index 1190e1d..dff3d27 100644
--- a/SBO-Lib/lib/SBO/Lib/Pkgs.pm
+++ b/SBO-Lib/lib/SBO/Lib/Pkgs.pm
@@ -128,8 +128,8 @@ C<get_installed_packages()> returns an array reference to a list of packages in
C</var/log/packages> that match the specified C<$type>. The available types are
C<STD> for non-SBo packages, C<SBO> for SBo packages, and C<ALL> for both.
-The returned array reference will hold a list of hashes representing both names
-and versions of the returned packages.
+The returned array reference will hold a list of hash references representing
+both names, versions, and full installed package name of the returned packages.
=cut