From: john napiorkowski Date: Tue, 21 Apr 2009 17:26:21 +0000 (-0400) Subject: fixed type on $VERSION string X-Git-Tag: 0.12^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Ftags%2F0.12;p=gitmo%2FMooseX-Types-Structured.git fixed type on $VERSION string --- diff --git a/lib/MooseX/Types/Structured.pm b/lib/MooseX/Types/Structured.pm index 848cc3f..90cf51c 100644 --- a/lib/MooseX/Types/Structured.pm +++ b/lib/MooseX/Types/Structured.pm @@ -8,7 +8,7 @@ use MooseX::Types -declare => [qw(Dict Tuple Optional)]; use Sub::Exporter -setup => { exports => [ qw(Dict Tuple Optional slurpy) ] }; use Devel::PartialDump; -our $VERSION = '0.122'; +our $VERSION = '0.12'; our $AUTHORITY = 'cpan:JJNAPIORK'; =head1 NAME