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


in reply to Re^2: Regrettable module names (fix it)
in thread Regrettable module names

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.

  • Comment on Re^3: Regrettable module names (fix it)