summaryrefslogtreecommitdiff
path: root/fml/lib
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-05-11 09:52:45 +0000
committerfukachan <fukachan>2002-05-11 09:52:45 +0000
commit64ea191dcf5a56e23a31aba1700acf01fa91e5e8 (patch)
tree3192f2a6eaba63b7a9fe13820d951e1616d1cfef /fml/lib
parent329cd0b839cf9db8eecfff3634249d09bf45ac8d (diff)
downloadfml8-64ea191dcf5a56e23a31aba1700acf01fa91e5e8.tar.gz
fml8-64ea191dcf5a56e23a31aba1700acf01fa91e5e8.tar.bz2
fml8-64ea191dcf5a56e23a31aba1700acf01fa91e5e8.zip
nuke \s*$
Diffstat (limited to 'fml/lib')
-rw-r--r--fml/lib/Mail/Message.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/Mail/Message.pm b/fml/lib/Mail/Message.pm
index a0c05297..6fd276d7 100644
--- a/fml/lib/Mail/Message.pm
+++ b/fml/lib/Mail/Message.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: Message.pm,v 1.61 2002/05/11 09:35:21 fukachan Exp $
+# $FML: Message.pm,v 1.62 2002/05/11 09:46:29 fukachan Exp $
#
package Mail::Message;
@@ -799,7 +799,7 @@ sub find
}
}
}
- elsif (defined $args->{ data_type_regexp } &&
+ elsif (defined $args->{ data_type_regexp } &&
$args->{ data_type_regexp }) {
my $regexp = $args->{ data_type_regexp };
my $mp = $self;