Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/book/acme-metasyntactic-errno
- Owner: book
- Created: 2012-06-21T08:40:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-13T09:17:42.000Z (over 11 years ago)
- Last Synced: 2024-10-03T12:37:01.851Z (4 months 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 themeDESCRIPTION
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.htmlINSTALL
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build installAlternatively, to install with ExtUtils::MakeMaker, you can use the following commands:
perl Makefile.PL
make
make test
make installCOPYRIGHT
Copyright (C) 2005-2012 Philippe Bruhat (BooK)
LICENCEThis library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.