NAME
Inferno::RegMgr::Lookup - Search services in OS Inferno's registry(4)
VERSION
This document describes Inferno::RegMgr::Lookup version v1.0.0
SYNOPSIS
See Inferno::RegMgr for usage example.
DESCRIPTION
This module designed as task plugin for Inferno::RegMgr and can't be used without Inferno::RegMgr.
To search for services with some attributes set needed attributes while creating new() Inferno::RegMgr::Lookup object, then attach() it to Inferno::RegMgr. You only need to keep reference to Inferno::RegMgr::Lookup object if you will need to interrupt this search before receiving results using detach().
This module will automatically detach() itself from Inferno::RegMgr before calling user callback with search results.
INTERFACE
- new()
-
Create and return Inferno::RegMgr::Lookup object.
Accept HASHREF with options:
attr OPTIONAL hash with wanted service attrs cb REQUIRED user callback (CODEREF or CLASS name or OBJECT) method OPTIONAL user callback method (if {cb} is CLASS/OBJECT)
If there will be no option attr or it value will be empty hash - all services will be returned.
If some attribute value will be '*' then all services which has that attribute with any value will be returned.
After receiving search results user callback will be called with parameters (keys in hash are found service names and values are attributes of these services):
(\%services)
DIAGNOSTICS
None.
SUPPORT
Bugs / Feature Requests
Please report any bugs or feature requests through the issue tracker at https://github.com/powerman/perl-Inferno-RegMgr/issues. You will be notified automatically of any progress on your issue.
Source Code
This is open source software. The code repository is available for public review and contribution under the terms of the license. Feel free to fork the repository and submit pull requests.
https://github.com/powerman/perl-Inferno-RegMgr
git clone https://github.com/powerman/perl-Inferno-RegMgr.git
Resources
MetaCPAN Search
CPAN Ratings
AnnoCPAN: Annotated CPAN documentation
CPAN Testers Matrix
CPANTS: A CPAN Testing Service (Kwalitee)
AUTHOR
Alex Efros <powerman@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2009-2010 by Alex Efros <powerman@cpan.org>.
This is free software, licensed under:
The MIT (X11) License