https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6326
--- Comment #3 from Mark Martinec <[email protected]> 2010-03-08 11:41:25 UTC --- > I guess in this case this is not an issue of Razor not being compiled but of > it's odd module structure. In DependencyInfo the version is checked by > Razor2::Client::Agent(->VERSION) while the version info is stored in > Razor2::Client::Version(->VERSION). > - module => 'Razor2::Client::Agent', > + module => 'Razor2::Client::Version', I get the same result on both, so it doesn't matter which one to check: perl -le 'use Razor2::Client::Agent; print Razor2::Client::Agent->VERSION' 2.84 perl -le 'use Razor2::Client::Version; print Razor2::Client::Version->VERSION' 2.84 Since Michael is using the same version of Razor (from FreeBSD ports), this doesn't seem to be an explanation. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
