Fuse::PDF::ErrnoHacks - Workaround for missing POSIX.pm errno values


Back to Top


NAME

Fuse::PDF::ErrnoHacks - Workaround for missing POSIX.pm errno values

Back to Top


SYNOPSIS

In each package that needs ENOATTR:

   use Fuse::PDF::ErrnoHacks;

That's it.

Back to Top


DESCRIPTION

For reasons I do not understand, use POSIX ':errno_h' is missing some values on (at least) Mac OS X 10.4. This module detects the missing constant and tries to read from /usr/include/sys/errno.h directly. If it can't find the constant there either, it substitutes EIO instead.

Back to Top


GENERATED CONSTANTS

ENOATTR()

Back to Top


LICENSE

Copyright 2007 Chris Dolan, cdolan@cpan.org

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Back to Top


SEE ALSO

POSIX

Back to Top


AUTHOR

Chris Dolan, cdolan@cpan.org

Back to Top

 Fuse::PDF::ErrnoHacks - Workaround for missing POSIX.pm errno values