CssAnimations: keys on scalar is forbidden under perl 5.24 (#4419)

master
Rob Emery 2017-08-19 16:10:44 +01:00 committed by PJ Hampton
parent bbcf0c41dd
commit b7de67c5bd
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ my $animations = LoadFile(share('data.yml'));
sub build_response() {
my $demo_count = keys $animations;
my $demo_count = keys %{$animations};
my @result = ();