From: Matt S Trout Date: Fri, 1 Feb 2013 19:00:54 +0000 (+0000) Subject: bump version X-Git-Tag: v1.002005~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b6d9324bf5cf073c46caf27252eeea6a3841aecf;p=gitmo%2FRole-Tiny.git bump version --- diff --git a/lib/Role/Tiny.pm b/lib/Role/Tiny.pm index 6f6a97d..de6a09e 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.002004'; # 1.2.4 +our $VERSION = '1.002005'; # 1.2.5 $VERSION = eval $VERSION; our %INFO;