Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leont/sys-sendfile
Zero-copy data transfer
https://github.com/leont/sys-sendfile
Last synced: 2 months ago
JSON representation
Zero-copy data transfer
- Host: GitHub
- URL: https://github.com/leont/sys-sendfile
- Owner: Leont
- Created: 2009-03-25T09:55:18.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T17:45:15.000Z (3 months ago)
- Last Synced: 2024-10-24T20:44:42.235Z (2 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/~leont/Sys-Sendfile/
- Size: 44.9 KB
- Stars: 9
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
# Sys::Sendfile
## NOTE: Build.PL
Please note that the `Build.PL` file found in this repo is a template
and is not intended to be used directly. You should use `Dist::Zilla`
to manage the building of this software instead (see below).## Dist::Zilla usage
The distribution is managed with `Dist::Zilla`
(https://metacpan.org/release/Dist-Zilla). This means than many of
the usual files you might expect are not in the repository, but are
generated at release time (e.g. `Build.PL`).`Dist::Zilla` is a very powerful authoring tool, but requires a number
of author-specific plugins. If you would like to use it for
contributing, install it from CPAN, then run one of the following
commands, depending on your CPAN client:$ cpan `dzil authordeps --missing`
or
$ dzil authordeps --missing | cpanm
You should then also install any additional requirements not needed by
the `dzil` build but may be needed by tests or other development:$ cpan `dzil listdeps --author --missing`
or
$ dzil listdeps --author --missing | cpanm
Once installed, here are some dzil commands you might try:
$ dzil build
$ dzil test
$ dzil test --release
$ dzil xtest
$ dzil listdeps --json
$ dzil build --notgzYou can learn more about Dist::Zilla at http://dzil.org/.