aboutsummaryrefslogtreecommitdiffstats
path: root/URPM/Query.pm
Commit message (Collapse)AuthorAgeFilesLines
* Make perl_checker a bit more happyRafael Garcia-Suarez2004-08-021-8/+7
|
* - fix tag2id on old mdk, ensure all test are ok on 9.1Olivier Thauvin2004-04-271-1/+1
|
* - add $pkg->queryformat() functionOlivier Thauvin2004-04-251-1/+1
| | | | | - $ûrpm->list_rpm_tag show all tag, value for unparsable tag is 'undef' in hash
* - remove unusefull functionOlivier Thauvin2004-04-221-17/+2
| | | | | - start to add parsing test
* - add list_rpm_tag functionOlivier Thauvin2004-04-211-160/+4
|
* - add query_pkg functionOlivier Thauvin2004-04-181-0/+20
| | | | | - transmit %options to parse_rpm in parse_rpms_build_headers
* - add Query.pm (starting to code)Olivier Thauvin2004-04-171-0/+191
- add fuzzy_parse function, transparency parse hdlist, synthesis, rpms or dir (dir/*.rpm) - add parse_rpms function to have same behaviours than parse_{hdlists,synthesis}