mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-01-30 05:39:12 +02:00
3a309256fa
Somewhere between perl 5.14 and 5.20, constructs like this: perl -e '$a = {}; keys $a' started to throw warnings: keys on reference is experimental at -e line 1. Fix by adding a bunch of %{} and @{} casts.