X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FInstance.pm;h=516189c960a61a4dd0f81eaefd484c0a8eb20c62;hb=3654c4117b2e7f05359779ff5306bed598ae7923;hp=a9e3c6e8deefb8f5c56eabc3be349e1dec553cae;hpb=a94188ac85b86f501de86f25496e821e31d74cac;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Instance.pm b/lib/Moose/Meta/Instance.pm index a9e3c6e..516189c 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.56'; +our $VERSION = '0.59'; +$VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; use base "Class::MOP::Instance"; @@ -28,7 +29,7 @@ Moose::Meta::Instance - The Moose Instance metaclass 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, +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