http://www.perlmonks.org?node_id=962997


in reply to Re: What is present best practices for lightweight plugins?
in thread What is present best practices for lightweight plugins?

Thanks!

I'll go Module::Pluggable. The code is easy to read and it satisfies the needs without any dependencies at all (good for my use case).