From: Matt S Trout Date: Fri, 19 Oct 2012 13:55:30 +0000 (+0000) Subject: bump version (to 1.2 due to addition of DOES feature) X-Git-Tag: v1.002000~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=923067bbbc8d0fcc1ecb5d2aa77a288f7026c607;p=gitmo%2FRole-Tiny.git bump version (to 1.2 due to addition of DOES feature) --- diff --git a/lib/Role/Tiny.pm b/lib/Role/Tiny.pm index 07ea94a..9ebe242 100644 --- 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.001005'; # 1.1.5 +our $VERSION = '1.002000'; # 1.2.0 $VERSION = eval $VERSION; our %INFO;