X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FInstance.pm;h=0e9baac7dce6548f3b2b23111747bf16d498f668;hb=9df136d0ec3963a967e8ac7fdfacffa3e0d50cd9;hp=dde645e2c816fc5c0182fd9e3a2695efe7b05420;hpb=98aae381810712cc4d2c58e1dd8b401abf7c4d6c;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Instance.pm b/lib/Moose/Meta/Instance.pm index dde645e..0e9baac 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"; @@ -18,9 +19,22 @@ __END__ Moose::Meta::Instance - The Moose Instance metaclass +=head1 SYNOPSIS + + # nothing to see here + =head1 DESCRIPTION -=head1 METHODS +This class provides the low level data storage abstractions for attributes. + +Using this API generally violates attribute encapsulation and is not +reccomended, instead look at L, +L, etc, as well as L +for the reccomended way to fiddle with attribute values in a generic way, +independant of how/whether accessors have been defined. Accessors can be found +using L. + +See the L docs for details on the instance protocol. =head1 BUGS @@ -36,7 +50,7 @@ Yuval Kogman Enothingmuch@woobling.comE =head1 COPYRIGHT AND LICENSE -Copyright 2006 by Infinity Interactive, Inc. +Copyright 2006-2008 by Infinity Interactive, Inc. L