about summary refs log tree commit
path: root/demos/smtp.self
diff options
context:
space:
mode:
Diffstat (limited to 'demos/smtp.self')
-rwxr-xr-xdemos/smtp.self6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/smtp.self b/demos/smtp.self
index 8a87274..8917c25 100755
--- a/demos/smtp.self
+++ b/demos/smtp.self
@@ -43,9 +43,9 @@ Send the message to C<USERNAME>
 
 =cut
 
-my $opt_debug = undef;
-my $opt_user = undef;
-my $opt_help = undef;
+our $opt_debug = undef;
+our $opt_user = undef;
+our $opt_help = undef;
 GetOptions(qw(debug user=s help));
 
 exec("pod2text $0")