Skip to content

Commit

Permalink
Remove exported subs
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jan 15, 2018
1 parent 8c58de6 commit d2b9a55
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Lotto.pm
Expand Up @@ -4,10 +4,6 @@ use strict;
use warnings;
use 5.010;

require Exporter;
our @ISA = qw[Exporter];
our @EXPORT = qw[lotto parse_config parse_args];

our $config;

sub play {
Expand Down

0 comments on commit d2b9a55

Please sign in to comment.