mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-03-03 14:52:21 +02:00
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.