Rework the `_process_options` stuff from before to use a `_process_clone_options`. rfc/simplify-attribute-cloning
authorChris Prather <chris@prather.org>
Sun, 9 Oct 2011 20:12:46 +0000 (16:12 -0400)
committerChris Prather <chris@prather.org>
Sun, 16 Oct 2011 04:20:53 +0000 (00:20 -0400)
commit34fda380728b5e31aa7220448e6757f961a7c4df
tree33c25ddfff59b375788b5e105ff3382566179a0e
parent69aa2ae7bb4f329d5323042709bd6643ce3f923a
Rework the `_process_options` stuff from before to use a `_process_clone_options`.

`_process_clone_options` is called during clone, and is passed the clone
options as well as the original options before handing them over to `new` for
re-creating the instance.

This commit also reverts commit ec46933637117a964d12b7efac5501aa38e96c74.
lib/Moose/Meta/Attribute.pm