From: Matt S Trout Date: Tue, 10 Apr 2012 19:33:50 +0000 (+0000) Subject: bump version expecting devrel X-Git-Tag: v1.000_900~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=424256bb175371ed085d2b9b4932872f706c6561;p=gitmo%2FRole-Tiny.git bump version expecting devrel --- diff --git a/lib/Role/Tiny.pm b/lib/Role/Tiny.pm index 7138437..4560637 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.000001'; # 1.0.1 +our $VERSION = '1.000_900'; # 1.0.900 $VERSION = eval $VERSION; our %INFO;