tokuhirom / Module-Build-Pluggable

Other
6 stars 2 forks source link

Resources are merged incorrectly for meta_merge because of two level deep #7

Open KES777 opened 7 years ago

KES777 commented 7 years ago

Cross link

Leon says:

This is not a bug in Module::Build, but in Module::Build::Pluggable. It's using the meta_merge accessor as if it is a non-accessor method (when you call it, you replace the current meta_merge value).