fixed type on $VERSION string 0.12
john napiorkowski [Tue, 21 Apr 2009 17:26:21 +0000 (13:26 -0400)]
lib/MooseX/Types/Structured.pm

index 848cc3f..90cf51c 100644 (file)
@@ -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