https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6422
Kevin A. McGrail <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard| |needs 2 +1 votes to commit --- Comment #10 from Kevin A. McGrail <[email protected]> --- (In reply to Mark Martinec from comment #8) > The file Mail/SpamAssassin/Plugin.pm still contains $VERSION='bogus', > although I suppose this can be fixed later with 3.4.1. I'd prefer to fix it now for the packaging tomorrow. We are on RTC so +1 to commit this: Index: lib/Mail/SpamAssassin/Plugin.pm =================================================================== --- lib/Mail/SpamAssassin/Plugin.pm (revision 1564626) +++ lib/Mail/SpamAssassin/Plugin.pm (working copy) @@ -107,7 +107,8 @@ }; @ISA = qw(); -$VERSION = 'bogus'; +#Removed $VERSION per BUG 6422 +#$VERSION = 'bogus'; ########################################################################### -- You are receiving this mail because: You are the assignee for the bug.
