| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|