===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
librdf-acl-perl-0.104/Makefile.PL-3-
librdf-acl-perl-0.104/Makefile.PL:4:my $EUMM = eval( $ExtUtils::MakeMaker::VERSION );
librdf-acl-perl-0.104/Makefile.PL-5-
##############################################
librdf-acl-perl-0.104/README-42-  Constructors
librdf-acl-perl-0.104/README:43:    `$acl->new($input, %args)`
librdf-acl-perl-0.104/README-44-        Creates a new access control list based on RDF data defined in $input.
##############################################
librdf-acl-perl-0.104/README-51-
librdf-acl-perl-0.104/README:52:    `$acl->new_remote($endpoint)`
librdf-acl-perl-0.104/README-53-        Creates a new access control list based on RDF data accessed via a
##############################################
librdf-acl-perl-0.104/README-56-  Public Methods
librdf-acl-perl-0.104/README:57:    `$acl->check($webid, $item, $level, @data)`
librdf-acl-perl-0.104/README-58-        Checks an agent's authorisation to access an item.
##############################################
librdf-acl-perl-0.104/README-83-
librdf-acl-perl-0.104/README:84:    `$acl->why($webid, $item, $level, @data)`
librdf-acl-perl-0.104/README-85-        Investigates an agent's authorisation to access an item.
##############################################
librdf-acl-perl-0.104/README-96-
librdf-acl-perl-0.104/README:97:    `$acl->allow(%args)`
librdf-acl-perl-0.104/README-98-        Adds an authorisation to the ACL. The ACL must be mutable.
##############################################
librdf-acl-perl-0.104/README-143-
librdf-acl-perl-0.104/README:144:    `$acl->deny($authid)`
librdf-acl-perl-0.104/README-145-        Completely removes all traces of an authorisation from the ACL.
##############################################
librdf-acl-perl-0.104/README-161-
librdf-acl-perl-0.104/README:162:    `$acl->created($item, $container)`
librdf-acl-perl-0.104/README-163-        Finds all authorisations which are the default for new items within
##############################################
librdf-acl-perl-0.104/README-167-
librdf-acl-perl-0.104/README:168:    `$acl->i_am($webid)`
librdf-acl-perl-0.104/README-169-        Tells the ACL object to "act like" the agent with the given WebID.
##############################################
librdf-acl-perl-0.104/README-178-
librdf-acl-perl-0.104/README:179:    `$acl->who_am_i`
librdf-acl-perl-0.104/README-180-        Returns the WebID of the agent that ACL is acting like (if any).
librdf-acl-perl-0.104/README-181-
librdf-acl-perl-0.104/README:182:    `$acl->save($format, $filename)`
librdf-acl-perl-0.104/README-183-        Serialises a local (not remote) ACL.
##############################################
librdf-acl-perl-0.104/README-193-
librdf-acl-perl-0.104/README:194:    `$acl->is_remote`
librdf-acl-perl-0.104/README-195-        Returns true if the ACL is remote; false if local.
librdf-acl-perl-0.104/README-196-
librdf-acl-perl-0.104/README:197:    `$acl->is_mutable`
librdf-acl-perl-0.104/README-198-        Can this ACL be modified?
librdf-acl-perl-0.104/README-199-
librdf-acl-perl-0.104/README:200:    `$acl->model`
librdf-acl-perl-0.104/README-201-        The graph model against which authorisation checks are made.
##############################################
librdf-acl-perl-0.104/README-204-
librdf-acl-perl-0.104/README:205:    `$acl->endpoint`
librdf-acl-perl-0.104/README-206-        The endpoint URI for remote (non-local) ACL queries.