projects
/
gitmo/Role-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
259ce3a
)
bump version to 1.1.0 for release
Matt S Trout [Fri, 27 Apr 2012 03:45:27 +0000 (
03:45
+0000)]
lib/Role/Tiny.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Role/Tiny.pm
b/lib/Role/Tiny.pm
index
d9f3882
..
3df82f2
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.000_901'; # 1.0.901
+our $VERSION = '1.001000'; # 1.1.0
$VERSION = eval $VERSION;
our %INFO;