projects
/
gitmo/Role-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9103764
)
bump version for release
Dagfinn Ilmari Mannsåker [Wed, 18 Jul 2012 11:29:28 +0000 (12:29 +0100)]
lib/Role/Tiny.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Role/Tiny.pm
b/lib/Role/Tiny.pm
index
fc4eb6e
..
6620964
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.001004'; # 1.1.4
+our $VERSION = '1.001005'; # 1.1.5
$VERSION = eval $VERSION;
our %INFO;