projects
/
p5sagit/Devel-REPL.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
aca3478
)
bump version for next release
Karen Etheridge [Tue, 26 Mar 2013 16:51:25 +0000 (09:51 -0700)]
lib/Devel/REPL.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Devel/REPL.pm
b/lib/Devel/REPL.pm
index
516330e
..
3e166ef
100644
(file)
--- a/
lib/Devel/REPL.pm
+++ b/
lib/Devel/REPL.pm
@@
-5,7
+5,7
@@
use Moose;
use namespace::autoclean;
use 5.008001; # backwards compat, doesn't warn like 5.8.1
-our $VERSION = '1.003015';
+our $VERSION = '1.003016';
with 'MooseX::Object::Pluggable';