http://www.perlmonks.org?node_id=372467


in reply to Re: Regrettable module names
in thread Regrettable module names

So you are complaining rather than proposing a tiny patch (to the tiny module) to replace sub{} with sub{$_[0]} ?

- tye        

Replies are listed 'Best First'.
Re^3: Regrettable module names (fix it)
by tilly (Archbishop) on Jul 07, 2004 at 21:10 UTC
    Perhaps you mentioned the reference to overload? The needed changes to make the module do what I want are much bigger than what you said.

    Which wouldn't be a problem except that the changes also have the disadvantage of not being backwards compatible with the current module. (For instance the returned objects should be false rather than true, which could mess someone up who tests that an object is there by checking for truth.) That incompatibility is why I decided to not offer a patch.