| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
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
------------------------------------------------------------------------
|
| |
|
|
|
|
| |
(sigh)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
new macro %perl_convert_version
cf http://lists.mandriva.com/maintainers/2009-06/msg00050.php
|
|
|
|
|
| |
Don't take them into account when computing perl provides.
|
|
|
|
|
| |
if they don't, the perl interpreter won't look them up in @INC)
|
|
- more scripts
- version is 0.1 (in way)
- use spec-helper at time
|