in reply to Re: use NEXT;
in thread use NEXT;

<quote>The use of base is discouraged. </quote>

By whom is it discouraged?

Replies are listed 'Best First'.
Re^3: use NEXT;
by Corion (Patriarch) on Apr 05, 2008 at 21:41 UTC

    If you want to have a module that does what base.pm claims, look at my module, parent.pm. It was originally written as a replacement for base.pm, but the Backwards Compatibility Police prevented the outright replacement of base.pm. Hence, parent.pm. I have a (German) talk on the problems of base.pm, which I'll maybe give at the next YAPC::Europe in Copenhagen.

Re^3: use NEXT;
by FunkyMonk (Bishop) on Apr 05, 2008 at 21:18 UTC
Re^3: use NEXT;
by ikegami (Patriarch) on Apr 05, 2008 at 22:15 UTC
    By the documentation for the module itself, in a forthcoming release. The use of to-be-core parent is encouraged.
      Thank for all!