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.

Universal::Errno v1.0.0

Errno wrapper for Linux, Unix, and Windows

Authors

  • Travis Gibson

License

Artistic-2.0

Dependencies

ifNativeLibs:ver<0.0.5+>

Test Dependencies

Provides

  • Universal::Errno
  • Universal::Errno::Constants
  • Universal::Errno::Unix
  • Universal::Errno::Windows

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.