aboutsummaryrefslogtreecommitdiffstats
path: root/perl.prov
Commit message (Collapse)AuthorAgeFilesLines
* reduce diff with upstream: sync commentsThierry Vignaud2014-09-091-6/+20
|
* sync with upstream rpm.org:Thierry Vignaud2012-07-251-1/+5
| | | | | | | | | "Fix perl version provide for packages defined in multiple blocks (#rhbz214496) Successive definitions of the same package shouldn't stomp on previously found $VERSION, this is how perl itself behaves. Patch from James Ralston." (Panu Matilainen, 2007-08-28)
* sync with upstream rpm.org:Thierry Vignaud2012-07-251-3/+7
| | | | | "Filter out incorrect perl(main) provides (rh#177960)" (Paul Nasrat, 2007-02-22)
* sync with upstream rpm.org:Thierry Vignaud2012-07-251-16/+16
| | | | | "perl.{req,prov} whitespace, backslash and paren cleanups." (Ville Skyttä, 2010-01-24)
* sync with upstream rpm.org:Thierry Vignaud2012-07-251-1/+1
| | | | | "skip over =for ... perlpod construct (RhBug:477516)" (Ville Skyttä, 2010-02-15)
* sync with upstream rpm.org:Thierry Vignaud2012-07-251-1/+1
| | | | | "skip new-fangled head[34] while gerenerating deps (#118243)" (jbj, 2004-04-08)
* sync with upstream rpm.org: "Make perl.{req,prov} warn about unreadable files"Thierry Vignaud2012-07-251-1/+5
| | | | (Ville Skyttä, 2010-02-25)
* sync with upstream rpm.org: "Comment spelling fix" (panu, 2011-04-24)Thierry Vignaud2012-07-251-1/+1
|
* sync with upstream rpm.org: "Remove unneeded regex grouping"Thierry Vignaud2012-07-251-2/+2
| | | | (Ville Skyttä, 2011-04-24)
* make v1.118 work with perl modules having a number followed by a _ in1.119Jerome Quelin2011-03-021-1/+1
| | | | | | their name, and a fully qualified VERSION (eg $l1_cache::VERSION = ...)
* 1.118 - support for _ in perl module version1.118Jerome Quelin2011-02-261-1/+1
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-01-061-3/+3
| | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r231 | boklm | 2011-01-06 17:30:05 +0000 (Thu, 06 Jan 2011) | 1 line import rpm-setup version cleaned by blino ------------------------------------------------------------------------
* extract perl module version when $Full::Package::VERSION is set1.106Jérôme Quelin2010-07-161-1/+2
|
* skip plain, regular comments. how comes this has not been spotted earlier? ↵Jérôme Quelin2010-03-121-1/+1
| | | | (sigh)
* 1990s called, they want their $VERSION backJérôme Quelin2009-12-081-1/+1
| | | | | | | | | | | | | | seriously, the code was only catching version such as: $VERSION = ... $VERSION = ... however, now version are often declared with our or my, with potentially some code before (eg, to load modules on the same line) this will allow perl.prov to assign a version to (almost) all perl(Foo::Bar) provides.
* making sure automatic provides & requires for perl package are using theJérôme Quelin2009-07-071-1/+2
| | | | | | new macro %perl_convert_version cf http://lists.mandriva.com/maintainers/2009-06/msg00050.php
* Some packages, like DB, might be temporarily redefined into a perl module.Rafael Garcia-Suarez2006-09-081-3/+6
| | | | | Don't take them into account when computing perl provides.
* Don't search perl files for provides if they don't end with .pm (becauseRafael Garcia-Suarez2006-03-161-0/+2
| | | | | if they don't, the perl interpreter won't look them up in @INC)
* - remove Makefile.in from cvs0.1Olivier Thauvin2005-04-291-0/+180
- more scripts - version is 0.1 (in way) - use spec-helper at time