NAME
Inferno::RegMgr::Service - Register your service in OS Inferno's registry(4)
VERSION
This document describes Inferno::RegMgr::Service 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 register your service set service name and attributes while creating new() Inferno::RegMgr::Service object, then attach() it to Inferno::RegMgr. You may wanna keep reference to Inferno::RegMgr::Service object to update() service attributes and/or unregister service using detach().
INTERFACE
- new()
-
Create and return Inferno::RegMgr::Service object.
Accept HASHREF with options:
name REQUIRED service name attr OPTIONAL hash with service attrs
- update()
-
Update service attributes.
Accept HASHREF with attributes which should be added/changed.
Return nothing.
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