projects
/
p5sagit/Devel-REPL.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
265cea4
)
Update version to 1.003010_01 for development
Chris Marshall [Thu, 10 Jun 2010 01:59:34 +0000 (21:59 -0400)]
lib/Devel/REPL.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Devel/REPL.pm
b/lib/Devel/REPL.pm
index
d38f378
..
a77dcaf
100644
(file)
--- a/
lib/Devel/REPL.pm
+++ b/
lib/Devel/REPL.pm
@@
-5,7
+5,7
@@
use Moose;
use namespace::clean -except => [ 'meta' ];
use 5.008001; # backwards compat, doesn't warn like 5.8.1
-our $VERSION = '1.003010';
+our $VERSION = '1.003010_01';
with 'MooseX::Object::Pluggable';