https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6326
Daniel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Daniel <[email protected]> 2010-03-08 09:00:33 UTC --- I guess in this case this is not an issue of Razor not beeing 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). I'm not sure if it has any other impact than beeing reported by MakeMaker but you can avoid the error with this fix: @@ -131,7 +131,7 @@ the domain country codes of each relay in the path of an email.', }, { - module => 'Razor2::Client::Agent', + module => 'Razor2::Client::Version', alt_name => 'Razor2', version => '2.61', desc => 'Used to check message signatures against Vipul\'s Razor collaborative -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
