dbsrgits / dbix-class-schema-loader

Official GitHub remote for git.shadowcat.co.uk DBIx-Class-Schema-Loader.git
http://dbix-class.org/
11 stars 34 forks source link

Fix use of merge() to work with newer Hash::Merge #16

Closed vanstyn closed 6 years ago

vanstyn commented 6 years ago

Fix provided by @ribasushi -- recent versions of Hash::Merge involved breaking changes due to different default clone behavior. Update call to merge() to set explicit options to get back to the original behavior (and still work with older versions of Hash::Merge)