projects
/
gitmo/Role-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
06b06c8
)
bump version
Matt S Trout [Tue, 19 Jun 2012 14:05:02 +0000 (14:05 +0000)]
lib/Role/Tiny.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Role/Tiny.pm
b/lib/Role/Tiny.pm
index
d19f3a5
..
3a040fd
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.001002'; # 1.1.2
+our $VERSION = '1.001003'; # 1.1.3
$VERSION = eval $VERSION;
our %INFO;