projects
/
gitmo/MooseX-Object-Pluggable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c25d8f1
)
9
0.0009
Guillermo Roditi [Tue, 25 Nov 2008 18:26:30 +0000 (18:26 +0000)]
Changes
patch
|
blob
|
blame
|
history
lib/MooseX/Object/Pluggable.pm
patch
|
blob
|
blame
|
history
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
diff --git
a/lib/MooseX/Object/Pluggable.pm
b/lib/MooseX/Object/Pluggable.pm
index
b073838
..
51b5fdd
100644
(file)
--- 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