-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
63 changed files
with
31,247 additions
and
8,537 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
task: | ||
name: FreeBSD | ||
freebsd_instance: | ||
matrix: | ||
# image: freebsd-11-4-release-amd64 | ||
# image: freebsd-12-2-release-amd64 | ||
image: freebsd-13-2-release-amd64 | ||
# image: freebsd-14-0-release-amd64 | ||
install_script: | ||
- pkg info | ||
- pkg install -y gcc perl5 | ||
- perl -V | ||
- pkg install -y p5-App-cpanminus | ||
- cpanm --installdeps . | ||
build_script: | ||
- perl Makefile.PL | ||
test_script: | ||
- make test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
[![Linux](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/linux.yml/badge.svg)](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/linux.yml) | ||
[![MacOS](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/macos.yml/badge.svg)](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/macos.yml) | ||
[![Windows](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/windows.yml/badge.svg)](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/windows.yml) | ||
[![Alpine 32-bit](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/alpine-32bit.yml/badge.svg)](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/alpine-32bit.yml) | ||
[![Linux 32-bit](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/linux-32bit.yml/badge.svg)](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/linux-32bit.yml) | ||
[![FreeBSD](https://api.cirrus-ci.com/github/pmqs/Compress-Raw-Zlib.svg?task=FreeBSD)](https://cirrus-ci.com/github/pmqs/Compress-Raw-Zlib?task=FreeBSD) | ||
[![Build Status](https://ci.appveyor.com/api/projects/status/github/pmqs/Compress-Raw-Zlib?svg=true)](https://ci.appveyor.com/project/pmqs/Compress-Raw-Zlib) | ||
|
||
**Upstream Testing** | ||
|
||
[![Linux + upstream zlib](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/linux-upstream-zlib.yml/badge.svg)](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/linux-upstream-zlib.yml) | ||
[![Linux + upstream zlib-ng](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/linux-upstream-zlib-ng.yml/badge.svg)](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/linux-upstream-zlib-ng.yml) | ||
[![MacOS + upstream zlib](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/macos-upstream-zlib.yml/badge.svg)](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/macos-upstream-zlib.yml) | ||
[![MacOS + upstream zlib-ng](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/macos-upstream-zlib-ng.yml/badge.svg)](https://github.com/pmqs/Compress-Raw-Zlib/actions/workflows/macos-upstream-zlib-ng.yml) | ||
|
||
# Compress::Raw::Zlib - Perl Interface to the Zlib library | ||
|
||
This module provides a low-level Perl interface to the [zlib](http://www.zlib.net/) and [zlib-ng](https://github.com/zlib-ng/zlib-ng) compression libraries. | ||
|
||
For details of building and installing this module see the file [README](../README) | ||
|
||
API Documentation is in [Zlib.pod](Zlib.pod). | ||
|
||
This module is also available on [metacpan](https://metacpan.org/) at [Compress::Raw::Zlib](https://metacpan.org/pod/Compress::Raw::Zlib) | ||
|
||
General feedback/questions/bug reports should be reported in the [issues](https://github.com/pmqs/Compress-Raw-Zlib/issues) page. | ||
|
||
|
||
Copyright (c) 2009-2024 Paul Marquess. All rights reserved. | ||
|
||
This program is free software; you can redistribute it | ||
and/or modify it under the same terms as Perl itself. | ||
|
||
|
||
Paul Marquess <[email protected]> |
Oops, something went wrong.