Skip to content

Commit

Permalink
Merge pull request #22 from daleevans/patch-4
Browse files Browse the repository at this point in the history
fix pop3 demo program
  • Loading branch information
steve-m-hay committed Dec 27, 2015
2 parents 495e5b4 + bbb70c1 commit d7c4178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/pop3
Expand Up @@ -9,8 +9,8 @@ use blib;
use Getopt::Long;
use Net::POP3;

my $opt_debug = 0;
my $opt_user = undef;
our $opt_debug = 0;
our $opt_user = undef;

GetOptions(qw(debug user=s));

Expand Down

0 comments on commit d7c4178

Please sign in to comment.