Mark Fowler wrote:
> May I suggest that we die at this point? And throw a Error::AccessDenyed
> object or something?
Dieing's probably a bad idea. The idea was for it to set an error stack
so that even if you were using this module you would do stuff like
my $do = new DO;
$do->something();
warn ACL::last_error()."\n" if ACL::error();
which would print out something like "Access to DO::something denied for
user x";
- Re: Access Control Lists and Functions David Cantrell
- Re: Access Control Lists and Functions Simon Wistow
- Re: Access Control Lists and Functions Andy Wardley
- Re: Access Control Lists and Functions Greg McCarroll
- Re: Access Control Lists and Functions Tony Bowden
- Re: Access Control Lists and Function... Greg McCarroll
- Re: Access Control Lists and Functions Simon Wistow
- Re: Access Control Lists and Functions Robin Houston
- Re: Access Control Lists and Functions Simon Wistow
- Re: Access Control Lists and Functions Mark Fowler
- RE: Access Control Lists and Functions Matthew Jones
- Re: Access Control Lists and Functions Greg McCarroll
- Re: Access Control Lists and Functions Leon Brocard
- Re: Access Control Lists and Functions Robin Houston
- Re: Access Control Lists and Functions Philip Newton
- Re: Access Control Lists and Functions Robin Houston
- Re: Access Control Lists and Functions Philip Newton
