X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FSpec.pm;h=249067e9e8a26640dec67775ac15fb3b9f1ad931;hp=a128a289278e08ff9db930cfc4af9480efa12eb8;hb=034587d897c53d4df84085a9229334bd2d51f1c6;hpb=06a970ab9fb60a4cac5e3f1774cf9a2914c94cc1 diff --git a/lib/Mouse/Spec.pm b/lib/Mouse/Spec.pm index a128a28..249067e 100644 --- a/lib/Mouse/Spec.pm +++ b/lib/Mouse/Spec.pm @@ -2,7 +2,7 @@ package Mouse::Spec; use strict; use warnings; -our $VERSION = '0.38'; +our $VERSION = '0.40'; our $MouseVersion = $VERSION; our $MooseVersion = '0.90'; @@ -19,7 +19,7 @@ Mouse::Spec - To what extent Mouse is compatible with Moose =head1 VERSION -This document describes Mouse version 0.38 +This document describes Mouse version 0.40 =head1 SYNOPSIS @@ -41,7 +41,7 @@ This document describes Mouse version 0.38 Any MOP has no attributes, so C<< $metaclass->meta->make_immutable() >> does not yet work as you expect. -=head3 C +=head3 Mouse::Meta::Instance Meta instance mechanism is not implemented. @@ -49,7 +49,7 @@ Meta instance mechanism is not implemented. Role exclusion, C, is not implemented. -=head3 C<-traits> and C<-metaclass> in Mouse::Exporter +=head3 -traits and -metaclass in Mouse::Exporter C<< use Mouse -traits => ... >> and C<< use Mouse -metaclass => ... >> are not yet implemented. @@ -130,5 +130,11 @@ L - Providing an alternate base object clas L +L + +L + +L + =cut