From: Guillermo Roditi Date: Tue, 25 Nov 2008 18:26:30 +0000 (+0000) Subject: 9 X-Git-Tag: 0.0009^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8a6fd40d5f5df6a1627ca7078ee6b9e83e181e63;p=gitmo%2FMooseX-Object-Pluggable.git 9 --- diff --git a/Changes b/Changes index 7f55114..a4fb554 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,5 @@ Revision history for MooseX-Object-Pluggable -0.0009 +0.0009 Nov 25, 2008 Avoid throwing an error when load_plugins is called on already-loaded plugins diff --git a/lib/MooseX/Object/Pluggable.pm b/lib/MooseX/Object/Pluggable.pm index b073838..51b5fdd 100644 --- a/lib/MooseX/Object/Pluggable.pm +++ b/lib/MooseX/Object/Pluggable.pm @@ -5,7 +5,7 @@ use Moose::Role; use Class::MOP; use Module::Pluggable::Object; -our $VERSION = '0.0008'; +our $VERSION = '0.0009'; =head1 NAME