NAME
    Acme::MetaSyntactic::errno - The errno theme

DESCRIPTION
    The name of all errors known to Perl via the system F<errno.h>.

    The official POSIX error list is available at
    http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/errno.h.html

INSTALL

To install this module, run the following commands:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install

Alternatively, to install with ExtUtils::MakeMaker, you can use the following commands:

    perl Makefile.PL
    make
    make test
    make install

COPYRIGHT

Copyright (C) 2005-2012 Philippe Bruhat (BooK)
 
LICENCE

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