projects
/
gitmo/Role-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fa89d58
)
bump version (to 1.2 due to addition of DOES feature)
Matt S Trout [Fri, 19 Oct 2012 13:55:30 +0000 (13:55 +0000)]
lib/Role/Tiny.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Role/Tiny.pm
b/lib/Role/Tiny.pm
index
07ea94a
..
9ebe242
100644
(file)
--- a/
lib/Role/Tiny.pm
+++ b/
lib/Role/Tiny.pm
@@
-6,7
+6,7
@@
sub _getstash { \%{"$_[0]::"} }
use strict;
use warnings FATAL => 'all';
-our $VERSION = '1.001005'; # 1.1.5
+our $VERSION = '1.002000'; # 1.2.0
$VERSION = eval $VERSION;
our %INFO;