From: Graham Knop Date: Thu, 5 Sep 2013 03:44:06 +0000 (-0400) Subject: bump version number X-Git-Tag: v1.003002~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FRole-Tiny.git;a=commitdiff_plain;h=ca590141266a6e36d630a7448b2ec317e45265e0 bump version number --- diff --git a/lib/Role/Tiny.pm b/lib/Role/Tiny.pm index 40c3a88..86941c1 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.003001'; # 1.3.1 +our $VERSION = '1.003002'; # 1.3.2 $VERSION = eval $VERSION; our %INFO;