ingydotnet / inline-module-pm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a 'inline' metadata hash normalizer method

ingydotnet opened this issue · comments

All the plugins take in the same hash info and need to normalilze it to:

{
    module => [ … ],
    stub => [ … ],
    ilsm => [ … ],
}

This should be done in one place, and all plugins call it.