summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/User
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-04-07 05:35:07 +0000
committerfukachan <fukachan>2002-04-07 05:35:07 +0000
commit8925acf5aa740175feceea4d78ccdb3440826a74 (patch)
tree50b80b36f24ef14c901db6b604f13003cd642441 /fml/lib/FML/Command/User
parent1b0b6ade9222e5e0885a5959595d4dd7fede8a16 (diff)
downloadfml8-8925acf5aa740175feceea4d78ccdb3440826a74.tar.gz
fml8-8925acf5aa740175feceea4d78ccdb3440826a74.tar.bz2
fml8-8925acf5aa740175feceea4d78ccdb3440826a74.zip
remove \s*$
Diffstat (limited to 'fml/lib/FML/Command/User')
-rw-r--r--fml/lib/FML/Command/User/unsubscribe.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/User/unsubscribe.pm b/fml/lib/FML/Command/User/unsubscribe.pm
index 839afb00..bc1f4130 100644
--- a/fml/lib/FML/Command/User/unsubscribe.pm
+++ b/fml/lib/FML/Command/User/unsubscribe.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: unsubscribe.pm,v 1.9 2002/02/18 14:14:53 fukachan Exp $
+# $FML: unsubscribe.pm,v 1.10 2002/04/06 14:46:13 fukachan Exp $
#
package FML::Command::User::unsubscribe;
@@ -86,7 +86,7 @@ sub process
# try confirmation before unsubscribe
else {
Log("unsubscriber request, try confirmation");
- eval q{
+ eval q{
use FML::Confirm;
};
if ($@) {