ACL-Lite
    
    
  
  
  
view release on metacpan or search on metacpan
  permissions
    Returns permissions as hash reference:
        $perms = $acl->permissions;
    Returns permissions as list:
        @perms = $acl->permissions;
CAVEATS
    Please anticipate API changes in this early state of development.
AUTHOR
    Stefan Hornburg (Racke), `racke@linuxia.de'
BUGS
    Please report any bugs or feature requests to `bug-acl-lite at
    rt.cpan.org', or through the web interface at
    http://rt.cpan.org/NoAuth/ReportBug.html?Queue=ACL-Lite. I will be
    notified, and then you'll automatically be notified of progress on your
    bug as I make changes.
SUPPORT
    You can find documentation for this module with the perldoc command.
        perldoc ACL::Lite
    You can also look for information at:
    * RT: CPAN's request tracker (report bugs here)
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=ACL-Lite
lib/ACL/Lite.pm view on Meta::CPAN
    if (wantarray) {
        return keys %{$self->{permissions}};
    }
    return $self->{permissions};
}
=head1 CAVEATS
Please anticipate API changes in this early state of development.
=head1 AUTHOR
Stefan Hornburg (Racke), C<racke@linuxia.de>
=head1 BUGS
Please report any bugs or feature requests to C<bug-acl-lite at rt.cpan.org>, or through
the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=ACL-Lite>.  I will be notified, and then you'll
automatically be notified of progress on your bug as I make changes.
=head1 SUPPORT
You can find documentation for this module with the perldoc command.
    perldoc ACL::Lite
You can also look for information at:
( run in 0.386 second using v1.01-cache-2.11-cpan-c333fce770f )