in reply to On what to add and omit from a CPAN module

Seen that before. There is an Active Directory related module that does not provide for exporting object handles, just the object names.

Since the next thing I always did with the name was bind to the object to get a handle, I went in and cut out the middle man.

  • Comment on Re: On what to add and omit from a CPAN module