Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove unnecessary object duplication
`load_from_json` returns a list of newly created MIME::Type objects, so there is no need to loop through all of them again, convert them to hashes, then allocate duplicate MIME::Type objects. <3<3
- Loading branch information