From: phaylon Date: Wed, 8 Aug 2007 18:44:09 +0000 (+0000) Subject: Bumped version to 0.03 X-Git-Tag: 0.06~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=21a1dfe2cf6e66d5d599f77f17e67e7b8e2f656f;hp=249888e76248caa1bc4491d13a3c567910e2b577;p=gitmo%2FMooseX-Types.git Bumped version to 0.03 --- diff --git a/lib/MooseX/Types.pm b/lib/MooseX/Types.pm index 44b1996..edb8ebe 100644 --- a/lib/MooseX/Types.pm +++ b/lib/MooseX/Types.pm @@ -20,7 +20,7 @@ use Moose; use namespace::clean -except => [qw( meta )]; -our $VERSION = 0.02; +our $VERSION = 0.03; my $UndefMsg = q{Action for type '%s' not yet defined in library '%s'}; @@ -146,7 +146,7 @@ library which can export all types that come with Moose. You will have to define coercions for your types or your library won't export a L coercion helper for it. -Note that you currently cannot define types containint C<::>, since +Note that you currently cannot define types containing C<::>, since exporting would be a problem. =head1 LIBRARY USAGE