Revision history for Plugin-Simple

0.05    2016-03-22
        - removed _cache()
        - removed _config()
        - updated POD to reflect 'default' option
        - fixed bug where default plugin wasn't being loaded before can() was 
          being tested


0.04    2016-03-21
        - in scalar context, plugins() will return the first plugin found
        - we now use Module::Load to do the dirty work, as ExtUtils::Installed
          relies on .packlist files, which not all modules provide
        - changed certain tests to use local modules instead of skipping
        - added github links into Makefile.PL (thanks Mohammad Anwar (MANWAR))

0.03    2016-03-21
        - fixed github links
        - cleaned up POD errors

0.02    2016-03-21
        - added 'can => [sub1, sub2]' param to plugin()
        - ability to load plugins from a file
        - test coverage 100%

0.01    2016-03-21
        First version, released on an unsuspecting world.