X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=examples%2FAttributesWithHistory.pod;h=54fcdc4f425881fae9c5f59aeada250900801cbd;hb=1be561756ae40c4237d55ed010b5121762d473b0;hp=5e33d0d6848d7ad45e5dc5502bc90642f99300d6;hpb=ba38bf08d30369c19a2c25997a0243c0d30be3d5;p=gitmo%2FClass-MOP.git diff --git a/examples/AttributesWithHistory.pod b/examples/AttributesWithHistory.pod index 5e33d0d..54fcdc4 100644 --- a/examples/AttributesWithHistory.pod +++ b/examples/AttributesWithHistory.pod @@ -31,7 +31,7 @@ AttributesWithHistory->meta->add_after_method_modifier('install_accessors' => su my ($self) = @_; # and now add the history accessor $self->associated_class->add_method( - $self->process_accessors('history_accessor' => $self->history_accessor()) + $self->_process_accessors('history_accessor' => $self->history_accessor()) ) if $self->has_history_accessor(); }); @@ -126,7 +126,7 @@ Yuval Kogman Enothingmuch@woobling.comE =head1 COPYRIGHT AND LICENSE -Copyright 2006 by Infinity Interactive, Inc. +Copyright 2006-2008 by Infinity Interactive, Inc. L