reject, there is a new ticket
Klaas-Jan Stol via RT wrote:
On Fri Dec 21 07:31:46 2007, pmichaud wrote:
Kevin Tew started investigating this ticket, and he discovered
that :method subs are already being placed as entries in the
namespace by default, which is the behavior I was looking for.
Kevin Tew started investigating this ticket, and he discovered
that :method subs are already being placed as entries in the
namespace by default, which is the behavior I was looking for.
So, the issue turns out to be a non-issue (for me at least),
unless we decide to make it one.
Apologies fo
Patrick R. Michaud wrote:
Optional string parameter to C<:namespace> : Anytime there's a
namespace or class parameter, I think we have to consider the
possibility of a keyed argument, since the general case is
that namespaces are given by keys, not strings.
Ah, you're reading :namespace as s
On Thu, Dec 20, 2007 at 09:20:22AM +0200, Allison Randal wrote:
> Patrick R. Michaud wrote:
> >
> >Of course, in the previous object model I think there was only
> >one place to look, and find_method did the searching.
>
> In the previous model, there was no distinction between subroutines and
>
Patrick R. Michaud wrote:
Of course, in the previous object model I think there was only
one place to look, and find_method did the searching.
In the previous model, there was no distinction between subroutines and
methods. Any method could be called as a subroutine, and any subroutine
coul
On Tue, Dec 18, 2007 at 03:52:39PM +0200, Allison Randal wrote:
> Patrick R.Michaud (via RT) wrote:
> >
> >This ticket is asking for some convenient mechanism to have
> >a :method be automatically entered as a sub in the namespace.
> >This used to be the situation prior to the pdd15oo merge,
> >and
Patrick R.Michaud (via RT) wrote:
This ticket is asking for some convenient mechanism to have
a :method be automatically entered as a sub in the namespace.
This used to be the situation prior to the pdd15oo merge,
and I've come across some instances in perl6 and PGE where this
is really needed.