The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Systemd::Daemon::Stub - Stubs for Systemd::Daemon

VERSION

Version 0.07, released on 2015-11-12 13:35 UTC.

DESCRIPTION

The module defines the same functions as Systemd::Daemon::XS, but these functions do nothing useful, they are just stubs returning error code (negated POSIX::ENOSYS value). Constants are defined to their proper values, though.

The module is not intended to be used directly. Use Systemd::Daemon instead — the latter loads real functions from Systemd::Daemon::XS, and falls back to stubs if real functions are not available.

AUTHOR

Van de Bugger <van.de.bugger@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2015 Van de Bugger

License GPLv3+: The GNU General Public License version 3 or later <http://www.gnu.org/licenses/gpl-3.0.txt>.

This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.