changed version string to string so that the 0.10 does not get converted to a 0.1
John Napiorkowski [Sat, 7 Mar 2009 02:57:14 +0000 (02:57 +0000)]
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