ACL-Regex
view release on metacpan or search on metacpan
lib/ACL/Regex.pm view on Meta::CPAN
=head1 DESCRIPTION
ACL::Regex allows you to parse a series of actions, key/value pairs through
an object containing a series of regular expressions.
=head2 OBJECT ORIENTED INTERFACE
The module is written with an object oriented interface. There is no function
interface to choose from. To streamline many of the initial operations of the
object, many of the initialization methods return the object reference, allowing
the programmer to chain the commands together.
=over 4
=item B<generate_required>
This method pulls in a I<:file> containing a series of required keys.
=item B<sanitize_acl>
This method re-sorts the keys in alphabetical order.
( run in 0.653 second using v1.01-cache-2.11-cpan-d8267643d1d )