commit 7ebf9770eecae77b5e698155e413da55fc8c7d3b parent f0e454694f8408f04ebc88edbb6b8c6874d8901e Author: Andreas Guldstrand <andreas.guldstrand@gmail.com> Date: Sat, 4 Feb 2017 18:52:14 +0100 SBO::Lib::Pkgs: update doc for get_installed_packages Diffstat:
| M | SBO-Lib/lib/SBO/Lib/Pkgs.pm | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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