On Jul 9, 2004, at 2:23 PM, Stas Bekman wrote:

I don't know how M::B does the version checking, but EU::MM does file parsing, searching for the $VERSION line, so the version number must be hardcoded there, unless you do something like:

$VERSION = do { require Apache2; require mod_perl.pm; $mod_perl::VERSION }

Module::Build uses the same approach. I think that the efforts were synchronized here.


David


-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to