aboutsummaryrefslogtreecommitdiffstats
path: root/perl.prov
Commit message (Collapse)AuthorAgeFilesLines
* 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