Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | extract perl module version when $Full::Package::VERSION is set1.106 | Jérôme Quelin | 2010-07-16 | 1 | -1/+2 |
| | |||||
* | skip plain, regular comments. how comes this has not been spotted earlier? ↵ | Jérôme Quelin | 2010-03-12 | 1 | -1/+1 |
| | | | | (sigh) | ||||
* | 1990s called, they want their $VERSION back | Jérôme Quelin | 2009-12-08 | 1 | -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 the | Jérôme Quelin | 2009-07-07 | 1 | -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-Suarez | 2006-09-08 | 1 | -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 (because | Rafael Garcia-Suarez | 2006-03-16 | 1 | -0/+2 |
| | | | | | if they don't, the perl interpreter won't look them up in @INC) | ||||
* | - remove Makefile.in from cvs0.1 | Olivier Thauvin | 2005-04-29 | 1 | -0/+180 |
- more scripts - version is 0.1 (in way) - use spec-helper at time |