Bug #21073 introduced the plugin_methods table, but the methods being added include all inherited and imported methods alongside those implemented by the plugin in question... we should limit to those implemented directly by the plugin.
Created attachment 90848 [details] [review] Bug 23171: Only record actual plugin methods
Grr, this doesn't work as Class::Inspector doesn't differentiate between imported routines and local routines (only inherited ones are taken account of). See https://github.com/plicease/Class-Inspector/issues/1 for further details.