From: John Napiorkowski Date: Sat, 7 Mar 2009 03:26:17 +0000 (+0000) Subject: commited merge from truck to fix version string X-Git-Tag: 0.10^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Ftags%2F0.10;p=gitmo%2FMooseX-Types.git commited merge from truck to fix version string --- diff --git a/lib/MooseX/Types.pm b/lib/MooseX/Types.pm index 4a39855..c7f51b6 100644 --- a/lib/MooseX/Types.pm +++ b/lib/MooseX/Types.pm @@ -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