in reply to Win file permissions: Win32::FileSecurity vs. Win32::OLE

Yes. You fix Win32::FileSecurity and then everyone benefits from this long-standing oversite because you post the patch to RT (navigate to the distribution that the module is in and then select "view bug reports"...)

- tye        

  • Comment on Re: Win file permissions: Win32::FileSecurity vs. Win32::OLE (fix it)

Replies are listed 'Best First'.
Re^2: Win file permissions: Win32::FileSecurity vs. Win32::OLE (fix it)
by MaxKlokan (Monk) on Dec 08, 2006 at 10:14 UTC

    You are right, that's a possible solution and generally speaking I would agree with your answer. However, if I knew how to do that, then I wouldn't be posting the question here and I would be working on it already.

    I'll keep looking for alternatives and post my findings, if any.

      However, if I knew how to do that, then I wouldn't be posting the question here and I would be working on it already

      At http://aspn.activestate.com/ASPN/Mail/ you'll see there's a libwin-32 mailing list. It's all but dead ... but there's possibly still a few people subscribed to that list (eg Jan Dubois) willing and able to help with the problem.

      Alternatively a simple bug report, without any proposed solution, to either rt.cpan.org (as tye suggested) or a Bugzilla report (see http://bugs.activestate.com/help.cgi) might prove fruitful. Jan Dubois is closely associated with fixing bugs in both ActiveState and the libwin package - but it's probably more appropriate to file your report with rt.cpan.org as it's really a libwin bug (rather than an ActiveState bug).

      Cheers,
      Rob

      You are capable of writing working code to do this using Win32::OLE. The complexity of fixing this module to add support for one more enum value is likely much less than that. Perhaps you should try rather than declaring defeat.

      - tye