commited merge from truck to fix version string
[gitmo/MooseX-Types.git] / lib / MooseX / Types.pm
index 4a39855..c7f51b6 100644 (file)
@@ -17,7 +17,7 @@ use Carp::Clan                      qw( ^MooseX::Types );
 use namespace::clean -except => [qw( meta )];
 
 use 5.008;
-our $VERSION = 0.10;
+our $VERSION = '0.10';
 my $UndefMsg = q{Action for type '%s' not yet defined in library '%s'};
 
 =head1 SYNOPSIS