X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FInstance.pm;h=6945d6fec3f3785a81b135d9919b185fdcbab6df;hb=e1737edc1aeb23724d9da1fec93ed82e900d8e00;hp=78552b97a12d8e6ed5bef694c4aa4f2ae7eb1b1e;hpb=03e7dbecf3e631d5fb5884b16e3eafe4c14624c3;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Instance.pm b/lib/Moose/Meta/Instance.pm index 78552b9..6945d6f 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.53'; +our $VERSION = '0.62_02'; +$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