Use Clone backend for Hash::Merge, not Storable
Need to avoid Storable backend, since it can't deal with regexps:
https://rt.perl.org/Public/Bug/Display.html?id=50608
This should fix the Docker builds.
This commit is contained in:
parent
089151c116
commit
00c92076d9
4 changed files with 7 additions and 1 deletions
|
|
@ -29,6 +29,7 @@
|
|||
"runtime" : {
|
||||
"requires" : {
|
||||
"Carp" : "0",
|
||||
"Clone" : "0",
|
||||
"Hash::Merge" : "0",
|
||||
"IO::File" : "0",
|
||||
"perl" : "5.006"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue