wok diff ocsinventory-agent/stuff/Tazpkg.pm @ rev 21274

updated libplist again (1.4.0 -> 2.0.0)
author Hans-G?nter Theisgen
date Fri Apr 12 17:17:08 2019 +0100 (2019-04-12)
parents 894c779750dc
children
line diff
     1.1 --- a/ocsinventory-agent/stuff/Tazpkg.pm	Mon Jul 13 10:52:36 2009 +0200
     1.2 +++ b/ocsinventory-agent/stuff/Tazpkg.pm	Fri Apr 12 17:17:08 2019 +0100
     1.3 @@ -15,7 +15,7 @@
     1.4  		next if (/packages installed/);
     1.5  		
     1.6  		if (/^(\S+)\[24G\s+(\S+)\[42G\s+(\S+)/) {
     1.7 -		  $inventory->addSoftwares({
     1.8 +		  $inventory->addSoftware({
     1.9  		  'NAME'    	=> $1,
    1.10  		  'VERSION'     => $2,
    1.11  		  'COMMENTS'	=> $3