aboutsummaryrefslogtreecommitdiffstats
path: root/fripost-adduser
diff options
context:
space:
mode:
authorStefan Kangas <skangas@skangas.se>2011-03-11 20:38:08 +0100
committerStefan Kangas <skangas@skangas.se>2011-03-11 20:38:08 +0100
commit8eef6a6db97b74084bb56013af015a62f1c8c5d7 (patch)
treeab875d9e04cf40640bcb5fa4662aa65027027724 /fripost-adduser
parent78a6f62123c618a7122292d651d4b5fba94c9339 (diff)
Fix bugs
Diffstat (limited to 'fripost-adduser')
-rwxr-xr-xfripost-adduser2
1 files changed, 1 insertions, 1 deletions
diff --git a/fripost-adduser b/fripost-adduser
index 50ac9e6..86da15d 100755
--- a/fripost-adduser
+++ b/fripost-adduser
@@ -104,7 +104,7 @@ my $msg = MIME::Lite->new(
$msg->send();
say "Sent welcome message: ";
-say $msg->as_text;
+say $msg->as_string;
=head1 AUTHOR