bump version
Matt S Trout [Sat, 5 May 2012 19:31:07 +0000 (19:31 +0000)]
lib/Role/Tiny.pm

index 5ff4a9f..cc93081 100644 (file)
@@ -6,7 +6,7 @@ sub _getstash { \%{"$_[0]::"} }
 use strict;
 use warnings FATAL => 'all';
 
-our $VERSION = '1.001001'; # 1.1.1
+our $VERSION = '1.001002'; # 1.1.2
 $VERSION = eval $VERSION;
 
 our %INFO;