Constants
NAME
Universal::Errno::Constants - Errno codes
SYNOPSIS
use Universal::Errno::Constants;
say EAGAIN.Int;
say E2BIG.Int;
DESCRIPTION
Universal::Errno::Contants maps errno constants in C to the appropriate number for your platform.
This module should be compatible with windows, macos, linux, netbsd, freebsd, openbsd, and dragonflybsd. Each platform will receive a slightly different enumeration.
Based on C headers found on official sites and unofficial mirrors of source trees.
AUTHOR
Travis Gibson <[email protected]>
COPYRIGHT AND LICENSE
Copyright 2021 Travis Gibson
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.