Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drop URPM::Query as: | Thierry Vignaud | 2012-06-08 | 1 | -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 breakage | Thierry Vignaud | 2012-06-08 | 1 | -0/+2 |
| | |||||
* | comment that URPM::Query is totally unused by anything in the distro | Thierry Vignaud | 2012-03-16 | 1 | -0/+3 |
| | |||||
* | remove some perl_checker hints, better managed in fake packages | Thierry Vignaud | 2012-01-30 | 1 | -1/+0 |
| | |||||
* | reduce even more perl_checker SNR by also checking against URPM's perl | Thierry Vignaud | 2011-09-21 | 1 | -0/+1 |
| | | | | methods instead of only the XS ones | ||||
* | add perl_checker hints | Thierry Vignaud | 2011-09-20 | 1 | -0/+2 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2011-09-20 | 1 | -4/+4 |
| | |||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-02-04 | 1 | -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 Thauvin | 2010-07-30 | 1 | -0/+1 |
| | | | | - fix some warnings | ||||
* | Make perl_checker a bit more happy | Rafael Garcia-Suarez | 2004-08-02 | 1 | -8/+7 |
| | |||||
* | - fix tag2id on old mdk, ensure all test are ok on 9.1 | Olivier Thauvin | 2004-04-27 | 1 | -1/+1 |
| | |||||
* | - add $pkg->queryformat() function | Olivier Thauvin | 2004-04-25 | 1 | -1/+1 |
| | | | | | - $ûrpm->list_rpm_tag show all tag, value for unparsable tag is 'undef' in hash | ||||
* | - remove unusefull function | Olivier Thauvin | 2004-04-22 | 1 | -17/+2 |
| | | | | | - start to add parsing test | ||||
* | - add list_rpm_tag function | Olivier Thauvin | 2004-04-21 | 1 | -160/+4 |
| | |||||
* | - add query_pkg function | Olivier Thauvin | 2004-04-18 | 1 | -0/+20 |
| | | | | | - transmit %options to parse_rpm in parse_rpms_build_headers | ||||
* | - add Query.pm (starting to code) | Olivier Thauvin | 2004-04-17 | 1 | -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} |