From: Karen Etheridge Date: Sat, 27 Oct 2012 21:57:49 +0000 (-0700) Subject: bump version X-Git-Tag: v1.002002~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2f539785a5b54fc86cc2b6678ed3c28b13147224;p=gitmo%2FRole-Tiny.git bump version --- diff --git a/lib/Role/Tiny.pm b/lib/Role/Tiny.pm index 0cec861..4d7922b 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.002001'; # 1.2.1 +our $VERSION = '1.002002'; # 1.2.2 $VERSION = eval $VERSION; our %INFO;