~ubuntu-branches/ubuntu/utopic/spamassassin/utopic-proposed

« back to all changes in this revision

Viewing changes to lib/Mail/SpamAssassin/Plugin/AutoLearnThreshold.pm

  • Committer: Bazaar Package Importer
  • Author(s): Noah Meyerhans
  • Date: 2010-01-26 22:53:12 UTC
  • mfrom: (1.1.13 upstream) (5.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100126225312-wkftb10idc1kz2aq
Tags: 3.3.0-1
* New upstream version.
* Switch to dpkg-source 3.0 (quilt) format

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
use strict;
57
57
use warnings;
58
58
use bytes;
 
59
use re 'taint';
59
60
 
60
61
use vars qw(@ISA);
61
62
@ISA = qw(Mail::SpamAssassin::Plugin);
75
76
 
76
77
sub set_config {
77
78
  my($self, $conf) = @_;
78
 
  my @cmds = ();
 
79
  my @cmds;
79
80
 
80
81
=head1 USER OPTIONS
81
82