diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-02-04 18:52:14 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-02-04 18:52:14 +0100 |
commit | 7ebf9770eecae77b5e698155e413da55fc8c7d3b (patch) | |
tree | c8c6b32ebef150c67f2df1e0c68ccf8437be213a /SBO-Lib/lib/SBO/Lib | |
parent | f0e454694f8408f04ebc88edbb6b8c6874d8901e (diff) | |
download | sbotools2-7ebf9770eecae77b5e698155e413da55fc8c7d3b.tar.xz |
SBO::Lib::Pkgs: update doc for get_installed_packages
Diffstat (limited to 'SBO-Lib/lib/SBO/Lib')
-rw-r--r-- | SBO-Lib/lib/SBO/Lib/Pkgs.pm | 4 |
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 |