X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FInstance.pm;h=8fc98f7678acf9635fca2d9ee29980a32a3f4a61;hb=92d8204181e20d7b6a0144fca0a99095a7788ff4;hp=43993e4e704f648da078f693b2eb0b7ecb9125b0;hpb=0191cf39f9b2989a3420292319c37c0834b26ba5;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Instance.pm b/lib/Moose/Meta/Instance.pm index 43993e4..8fc98f7 100644 --- a/lib/Moose/Meta/Instance.pm +++ b/lib/Moose/Meta/Instance.pm @@ -4,7 +4,7 @@ package Moose::Meta::Instance; use strict; use warnings; -our $VERSION = '0.72'; +our $VERSION = '0.87'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -37,9 +37,13 @@ APIs in turn call the methods in this class as appropriate. At present, this is an empty subclass of L, so you should see that class for all API details. +=head1 INHERITANCE + +C is a subclass of L. + =head1 BUGS -All complex software has bugs lurking in it, and this module is no +All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT.