| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
"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)
|
|
|
|
|
| |
"Filter out incorrect perl(main) provides (rh#177960)"
(Paul Nasrat, 2007-02-22)
|
|
|
|
|
| |
"perl.{req,prov} whitespace, backslash and paren cleanups."
(Ville Skyttä, 2010-01-24)
|
|
|
|
|
| |
"skip over =for ... perlpod construct (RhBug:477516)"
(Ville Skyttä, 2010-02-15)
|
|
|
|
|
| |
"skip new-fangled head[34] while gerenerating deps (#118243)"
(jbj, 2004-04-08)
|
|
|
|
| |
(Ville Skyttä, 2010-02-25)
|
| |
|
|
|
|
| |
(Ville Skyttä, 2011-04-24)
|
|
|
|
|
|
| |
their name, and a fully qualified VERSION (eg $l1_cache::VERSION = ...)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|