Skip to content

Commit

Permalink
Maybe fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe committed Jul 29, 2017
1 parent 6b6a211 commit da0e82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Virtualmin/Config/Plugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Time::HiRes qw( sleep );

# Plugin base class, just runs stuff with spinner and status
use Virtualmin::Config;
use Term::ANSIColor qw(:constants colorstrip);
use Term::ANSIColor 2.01 qw(:constants colorstrip);
use Term::Spinner::Color;

# TODO I don't like this, but can't figure out how to put it into
Expand Down

0 comments on commit da0e82c

Please sign in to comment.