cvs commit: qpsmtpd/lib Qpsmtpd.pm

[email protected] (Ask Bjoern Hansen)
Newsgroups perl.cvs.qpsmtpd
Message-ID <[email protected]>
cvsuser     03/04/15 10:50:45

  Modified:    lib      Qpsmtpd.pm
  Log:
  remove $plugin defined twice warning
  
  Revision  Changes    Path
  1.19      +1 -1      qpsmtpd/lib/Qpsmtpd.pm
  
  Index: Qpsmtpd.pm
  ===================================================================
  RCS file: /cvs/public/qpsmtpd/lib/Qpsmtpd.pm,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -w -r1.18 -r1.19
  --- Qpsmtpd.pm	25 Mar 2003 12:50:07 -0000	1.18
  +++ Qpsmtpd.pm	15 Apr 2003 17:50:45 -0000	1.19
  @@ -99,7 +99,7 @@
   
     for my $plugin (@plugins) {
       $self->log(7, "Loading $plugin");
  -    my ($plugin, @args) = split /\s+/, $plugin;
  +    ($plugin, my @args) = split /\s+/, $plugin;
   
       my $plugin_name = $plugin;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.