From: Matt S Trout Date: Thu, 12 Apr 2012 21:19:28 +0000 (+0000) Subject: new stupid mistake, new dev release X-Git-Tag: v1.000_901~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d55a3fb583df0fe8e860630840c753bfd635abd7;p=gitmo%2FRole-Tiny.git new stupid mistake, new dev release --- diff --git a/lib/Role/Tiny.pm b/lib/Role/Tiny.pm index aa99611..0a38650 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.000_900'; # 1.0.900 +our $VERSION = '1.000_901'; # 1.0.901 $VERSION = eval $VERSION; our %INFO;