X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FSpec.pm;h=506e4e83d5434a501f05c8caf36d1150a8344781;hp=ffd701071157cffe13ffce3773c6b9c169eb252c;hb=6a97bbdad44391f2a587165cb81fcf8aedc642ac;hpb=9b9e4b6566015d6d6e2aa6c745644174efa74623 diff --git a/lib/Mouse/Spec.pm b/lib/Mouse/Spec.pm index ffd7010..506e4e8 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_04'; 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_04 =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