projects
/
gitmo/Role-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c49b0f7
)
bump version
Dagfinn Ilmari Mannsåker [Mon, 29 Oct 2012 15:12:23 +0000 (15:12 +0000)]
lib/Role/Tiny.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Role/Tiny.pm
b/lib/Role/Tiny.pm
index
253d80a
..
285151c
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.002002'; # 1.2.2
+our $VERSION = '1.002003'; # 1.2.3
$VERSION = eval $VERSION;
our %INFO;