projects
/
gitmo/MooseX-Object-Pluggable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
acf6ced
)
i messed up the v number on the last one
0011
v0.0011
Guillermo Roditi [Mon, 27 Apr 2009 19:30:48 +0000 (15:30 -0400)]
Changes
patch
|
blob
|
blame
|
history
lib/MooseX/Object/Pluggable.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
62a03cd
..
6b893bf
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-1,4
+1,7
@@
Revision history for MooseX-Object-Pluggable
+0.0011 Apr 27, 2009
+ Version number FAIL on last release
+
0.0010 Apr 27, 2009
Change how _original_class_name works so it sucks less.
diff --git
a/lib/MooseX/Object/Pluggable.pm
b/lib/MooseX/Object/Pluggable.pm
index
857239a
..
30956e1
100644
(file)
--- a/
lib/MooseX/Object/Pluggable.pm
+++ b/
lib/MooseX/Object/Pluggable.pm
@@
-6,7
+6,7
@@
use Class::MOP;
use Scalar::Util 'blessed';
use Module::Pluggable::Object;
-our $VERSION = '0.00010';
+our $VERSION = '0.0011';
=head1 NAME