X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FInstance.pm;h=d05f7275d7bf797fef5337ae482790ff9741ebb1;hb=e1d6f0a3c8cee0350b97695a2307af7004a1eb97;hp=d51694f690775f9fece66e526745daeb3a4ff6b4;hpb=b77fdbed20f583feab7a3990da4ebc04898217fc;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Instance.pm b/lib/Moose/Meta/Instance.pm index d51694f..d05f727 100644 --- a/lib/Moose/Meta/Instance.pm +++ b/lib/Moose/Meta/Instance.pm @@ -4,7 +4,9 @@ package Moose::Meta::Instance; use strict; use warnings; -our $VERSION = '0.01'; +our $VERSION = '0.61'; +$VERSION = eval $VERSION; +our $AUTHORITY = 'cpan:STEVAN'; use base "Class::MOP::Instance"; @@ -18,12 +20,22 @@ __END__ Moose::Meta::Instance - The Moose Instance metaclass +=head1 SYNOPSIS + + # nothing to see here + =head1 DESCRIPTION -This is a stub mostly, but I know I will want to use it later on. +This class provides the low level data storage abstractions for attributes. + +Using this API generally violates attribute encapsulation and is not +recommended, instead look at L, +L, etc, as well as L +for the recommended way to fiddle with attribute values in a generic way, +independent of how/whether accessors have been defined. Accessors can be found +using L. -See the L docs for details on the instance -protocol. +See the L docs for details on the instance protocol. =head1 BUGS @@ -39,7 +51,7 @@ Yuval Kogman Enothingmuch@woobling.comE =head1 COPYRIGHT AND LICENSE -Copyright 2006, 2007 by Infinity Interactive, Inc. +Copyright 2006-2008 by Infinity Interactive, Inc. L