[svn:qpsmtpd] rev 399 - trunk/lib
[email protected] 25 Mar 2005 12:30:38 -0000
| Newsgroups | perl.cvs.qpsmtpd |
|---|---|
| Message-ID | <[email protected]> |
Author: jpeacock
Date: Fri Mar 25 04:30:37 2005
New Revision: 399
Modified:
trunk/lib/Qpsmtpd.pm (contents, props changed)
Log:
1
Modified: trunk/lib/Qpsmtpd.pm
==============================================================================
--- trunk/lib/Qpsmtpd.pm (original)
+++ trunk/lib/Qpsmtpd.pm Fri Mar 25 04:30:37 2005
@@ -190,7 +190,7 @@
my @ret;
for my $plugin_line (@plugins) {
- my ($plugin, @args) = split /\s+/, $plugin_line;
+ my ($plugin, @args) = split ' ', $plugin_line;
if (lc($plugin) eq '$include') {
my $inc = shift @args;