On Jan 3, 2008 11:09 AM, Ovid <[EMAIL PROTECTED]> wrote:
> For smaller projects, you have fewer interactions.  For large projects,
> globally altered behavior is playing russian roulette without counting
> the bullets.

At least Sub::Uplevel documentation makes a point of warning in
several places about the dangers using it and how it overrides
CORE::GLOBAL::caller.  Contextual::Return is quite a bit more vague
about it.

The other general area of concern I would have for global vs local
behavior alteration is attributes.  E.g. combining custom attributes
handling with anything that is based on Attribute::Handlers.

David

Reply via email to