Le Jeudi 17 Juillet 2003 14:52, Thierry Vignaud a �crit :
> Olivier Thauvin <[EMAIL PROTECTED]> writes:
> > Some perl script contains 'use file.pl;'
> > Those requirement are not automatically provides.
> > So why not automatically filter in perl-findrequires script
> > ^perl(.*\.pl)$ ?
>
> because sometimes we rely on .pl files from other packages ...

And how to know what provides we have to put on a package ?
Take look to requirement to webmin !
Then, a better way is to provides all .pl files find in package:

provides perl(getopt.pl) is containt getopt.pl
requires perl(getopt.pl) is find:  m/use.*/(.*\.pl).*$/; print perl($1);

-- 
Linux pour Mac !? Enfin le moyen de transformer
une pomme en v�ritable ordinateur. - JL.
Olivier Thauvin - http://nanardon.homelinux.org/


Reply via email to