9 0.0009
Guillermo Roditi [Tue, 25 Nov 2008 18:26:30 +0000 (18:26 +0000)]
Changes
lib/MooseX/Object/Pluggable.pm

diff --git a/Changes b/Changes
index 7f55114..a4fb554 100644 (file)
--- 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
 
index b073838..51b5fdd 100644 (file)
@@ -5,7 +5,7 @@ use Moose::Role;
 use Class::MOP;
 use Module::Pluggable::Object;
 
-our $VERSION = '0.0008';
+our $VERSION = '0.0009';
 
 =head1 NAME