X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Types-Structured.git;a=blobdiff_plain;f=lib%2FMooseX%2FTypes%2FStructured.pm;h=90cf51c637d70c12b11ce39a2be2305ee112b612;hp=848cc3f2413cd13e04ee8e472a05783cdad76cca;hb=04d9901075bbbe90055f836251e4395b7f0bfd77;hpb=107df03f2098e51e912e6435235eeb71d5820a95 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