Skip to content

Commit

Permalink
more v5.18 removal
Browse files Browse the repository at this point in the history
  • Loading branch information
toddbruner committed Nov 6, 2018
1 parent 29d2c53 commit 31b2648
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion demo/autoclient.pl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use JSON;
use strict;
use warnings;
use v5.18;
use v5.16;


my %users = (
Expand Down
2 changes: 1 addition & 1 deletion demo/demo2.pl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use JSON;
use strict;
use warnings;
use v5.18;
use v5.16;

my $env = Scot::Env->new({
config_file => '/opt/scot/etc/scot.cfg.pl',
Expand Down
2 changes: 1 addition & 1 deletion docker-configs/game/game.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use strict;
use warnings;
use v5.18;
use v5.16;

use lib '../../Scot-Internal-Modules/lib';
# use lib '/opt/scot/lib';
Expand Down
2 changes: 1 addition & 1 deletion docker-configs/mail/alert.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use strict;
use warnings;
use v5.18;
use v5.16;

use lib '../../Scot-Internal-Modules/lib';
use lib '../lib';
Expand Down
2 changes: 1 addition & 1 deletion docker-configs/reflair/reflair.pl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use lib '../../lib';
use lib '../../Scot-Internal-Modules/lib';
use lib '/opt/scot/lib';
use v5.18;
use v5.16;
use Scot::App::Responder::Reflair;
use Data::Dumper;

Expand Down
2 changes: 1 addition & 1 deletion lib/Scot/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ via Scot::Role::Configurable
=cut

use lib '../../lib';
use v5.18;
use v5.16;
use strict;
use warnings;

Expand Down

0 comments on commit 31b2648

Please sign in to comment.