Skip to content

Commit

Permalink
bumped ver to 0.06
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Bertrand committed Mar 22, 2016
1 parent 8c0c9da commit ff115cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion lib/Plugin/Simple.pm
Expand Up @@ -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;

Expand Down

0 comments on commit ff115cc

Please sign in to comment.