-
Notifications
You must be signed in to change notification settings - Fork 2
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
2 changed files
with
32 additions
and
36 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 |
---|---|---|
@@ -1,30 +1,30 @@ | ||
[![Linux](https://github.com/pmqs/Compress-Raw-Lzma/actions/workflows/linux.yml/badge.svg)](https://github.com/pmqs/Compress-Raw-Lzma/actions/workflows/linux.yml) | ||
[![MacOS](https://github.com/pmqs/Compress-Raw-Lzma/actions/workflows/macos.yml/badge.svg)](https://github.com/pmqs/Compress-Raw-Lzma/actions/workflows/macos.yml) | ||
[![Windows](https://github.com/pmqs/Compress-Raw-Lzma/actions/workflows/windows.yml/badge.svg)](https://github.com/pmqs/Compress-Raw-Lzma/actions/workflows/windows.yml) | ||
[![Build Status](https://ci.appveyor.com/api/projects/status/github/pmqs/Compress-Raw-Lzma?svg=true)](https://ci.appveyor.com/project/pmqs/Compress-Raw-Lzma) | ||
|
||
# Compress-Raw-Lzma | ||
**Upstream Testing** | ||
|
||
[![Linux + upstream lzma](https://github.com/pmqs/Compress-Raw-Lzma/actions/workflows/linux-upstream-gh-xz.yml/badge.svg)](https://github.com/pmqs/Compress-Raw-Lzma/actions/workflows/linux-upstream-gh-xz.yml) | ||
[![MacOS + upstream lzma](https://github.com/pmqs/Compress-Raw-Lzma/actions/workflows/macos-upstream-gh-xz.yml/badge.svg)](https://github.com/pmqs/Compress-Raw-Lzma/actions/workflows/macos-upstream-gh-xz.yml) | ||
|
||
This module provides a **Perl** interface to allow reading and writing of `lzma`, `lzip` | ||
and `xz` files/buffers. | ||
# Compress::Raw::Lzma - Perl Interface to the Lzma library | ||
|
||
For prerequisites and installation instruction, see the **README** file. | ||
This module provides a low-level Perl interface o allow reading and writing of `lzma`, `lzip` and `xz` files/buffers. | ||
|
||
For a detailed list of the avilable options see | ||
For details of building and installing this module see the file [README](../README) | ||
|
||
Below is a | ||
API Documentation is in [Lzma.pod](Lzma.pod). | ||
|
||
This module is also available on [metacpan](https://metacpan.org/) at [Compress::Raw::Lzma](https://metacpan.org/pod/Compress::Raw::Lzma) | ||
|
||
General feedback/questions/bug reports should be reported in the [issues](https://github.com/pmqs/Compress-Raw-Lzma/issues) page. | ||
|
||
# SUPPORT | ||
|
||
General feedback/questions/bug reports should be sent to | ||
https://github.com/pmqs/Compress-Raw-Lzma/issues | ||
|
||
|
||
# COPYRIGHT | ||
|
||
Copyright (c) 2009-2023 Paul Marquess. All rights reserved. | ||
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]> | ||
Paul Marquess <[email protected]> |
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