projects
/
gitmo/Role-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
245a1d7
)
bump version
Graham Knop [Mon, 15 Jul 2013 03:13:11 +0000 (23:13 -0400)]
lib/Role/Tiny.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Role/Tiny.pm
b/lib/Role/Tiny.pm
index
7bfe4be
..
7af3ab6
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.002005'; # 1.2.5
+our $VERSION = '1.003000'; # 1.3.0
$VERSION = eval $VERSION;
our %INFO;