https://github.com/book/acme-metasyntactic-errno
The errno theme for Acme::MetaSyntactic
https://github.com/book/acme-metasyntactic-errno
Last synced: over 1 year ago
JSON representation
The errno theme for Acme::MetaSyntactic
- Host: GitHub
- URL: https://github.com/book/acme-metasyntactic-errno
- Owner: book
- Created: 2012-06-21T08:40:49.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-05-13T09:17:42.000Z (about 13 years ago)
- Last Synced: 2025-02-05T01:45:24.580Z (over 1 year ago)
- Language: Perl
- Size: 102 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
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.