Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/book/acme-metasyntactic-errno

The errno theme for Acme::MetaSyntactic
https://github.com/book/acme-metasyntactic-errno

Last synced: about 1 month ago
JSON representation

The errno theme for Acme::MetaSyntactic

Awesome Lists containing this project

README

        

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

DESCRIPTION
The name of all errors known to Perl via the system F.

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.