X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FInstance.pm;h=e8d8a38d98ef3e6d9df250c2c94ee120ad744a80;hb=d71ba374b66efd4eeca044f17fabc1b65f0d0221;hp=1946275dabc70813baf81318536083788c897c21;hpb=ac1ef2f95ce114cbcd37422afcd3cf2a99b2b99c;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Instance.pm b/lib/Moose/Meta/Instance.pm index 1946275..e8d8a38 100644 --- a/lib/Moose/Meta/Instance.pm +++ b/lib/Moose/Meta/Instance.pm @@ -4,7 +4,8 @@ package Moose::Meta::Instance; use strict; use warnings; -our $VERSION = '0.01'; +our $VERSION = '0.01'; +our $AUTHORITY = 'cpan:STEVAN'; use base "Class::MOP::Instance"; @@ -20,7 +21,10 @@ Moose::Meta::Instance - The Moose Instance metaclass =head1 DESCRIPTION -=head1 METHODS +This is a stub mostly, but I know I will want to use it later on. + +See the L docs for details on the instance +protocol. =head1 BUGS @@ -32,9 +36,11 @@ to cpan-RT. Stevan Little Estevan@iinteractive.comE +Yuval Kogman Enothingmuch@woobling.comE + =head1 COPYRIGHT AND LICENSE -Copyright 2006 by Infinity Interactive, Inc. +Copyright 2006-2008 by Infinity Interactive, Inc. L