X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FSpec.pm;h=c8098005923d0d8ca4b5fbea562f180cc221f42c;hp=ffd701071157cffe13ffce3773c6b9c169eb252c;hb=065f79e7cd03765f26c6ea276aaf9b3c5897886a;hpb=9b9e4b6566015d6d6e2aa6c745644174efa74623 diff --git a/lib/Mouse/Spec.pm b/lib/Mouse/Spec.pm index ffd7010..c809800 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.39'; +our $VERSION = '0.40_02'; 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.39 +This document describes Mouse version 0.40_02 =head1 SYNOPSIS @@ -41,7 +41,7 @@ This document describes Mouse version 0.39 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