diff --git a/Changes b/Changes index 94c9a3f..eea26f9 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,13 @@ 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 diff --git a/lib/Plugin/Simple.pm b/lib/Plugin/Simple.pm index 793d004..dbe0ac6 100644 --- a/lib/Plugin/Simple.pm +++ b/lib/Plugin/Simple.pm @@ -7,7 +7,7 @@ use Carp qw(croak); use Module::List qw(list_modules); use Module::Load; -our $VERSION = '0.05'; +our $VERSION = '0.06'; my $self;