aboutsummaryrefslogtreecommitdiffstats
path: root/URPM/Query.pm
Commit message (Collapse)AuthorAgeFilesLines
* drop URPM::Query as:Thierry Vignaud2012-06-081-47/+0
| | | | | 1) it's unused by anything in the distro 2) it's broken since 2008-12-09 as list_rpm_tag() die
* explain further breakageThierry Vignaud2012-06-081-0/+2
|
* comment that URPM::Query is totally unused by anything in the distroThierry Vignaud2012-03-161-0/+3
|
* remove some perl_checker hints, better managed in fake packagesThierry Vignaud2012-01-301-1/+0
|
* reduce even more perl_checker SNR by also checking against URPM's perlThierry Vignaud2011-09-211-0/+1
| | | | methods instead of only the XS ones
* add perl_checker hintsThierry Vignaud2011-09-201-0/+2
|
* perl_checker cleanupsThierry Vignaud2011-09-201-4/+4
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-041-1/+1
| | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r419 | dmorgan | 2011-02-04 13:41:50 +0000 (Fri, 04 Feb 2011) | 1 line Import cleaned perl-URPM ------------------------------------------------------------------------
* - enable 'use warnings'Olivier Thauvin2010-07-301-0/+1
| | | | - fix some warnings
* 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}