Skip to content

Commit

Permalink
Add Support Details
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Oct 20, 2019
1 parent f5894ab commit 37e04fb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

Compress-Raw-Bzip2

Version 2.087
Version 2.087

10 August 2019
10 August 2019

Copyright (c) 2005-2019 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it
Expand Down Expand Up @@ -131,6 +131,13 @@ I've had a report that when building Compress-Raw-Bzip2 under HP-UX that it
is necessary to have first built the bzip2 library with the -fpic
option.

SUPPORT
-------

General feedback/questions/bug reports should be sent to
https://github.com/pmqs/Compress-Raw-Bzip2/issues (preferred) or
https://rt.cpan.org/Public/Dist/Display.html?Name=Compress-Raw-Bzip2.

FEEDBACK
--------

Expand Down
7 changes: 7 additions & 0 deletions lib/Compress/Raw/Bzip2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,13 @@ The following bzip2 constants are exported by this module
BZ_OUTBUFF_FULL
BZ_CONFIG_ERROR
=head1 SUPPORT
General feedback/questions/bug reports should be sent to
L<https://github.com/pmqs/
Compress-Raw-Bzip2/issues> (preferred) or
L<https://rt.cpan.org/Public/Dist/Display.html?Name=Compress-Raw-Bzip2>.
=head1 SEE ALSO
L<Compress::Zlib>, L<IO::Compress::Gzip>, L<IO::Uncompress::Gunzip>, L<IO::Compress::Deflate>, L<IO::Uncompress::Inflate>, L<IO::Compress::RawDeflate>, L<IO::Uncompress::RawInflate>, L<IO::Compress::Bzip2>, L<IO::Uncompress::Bunzip2>, L<IO::Compress::Lzma>, L<IO::Uncompress::UnLzma>, L<IO::Compress::Xz>, L<IO::Uncompress::UnXz>, L<IO::Compress::Lzip>, L<IO::Uncompress::UnLzip>, L<IO::Compress::Lzop>, L<IO::Uncompress::UnLzop>, L<IO::Compress::Lzf>, L<IO::Uncompress::UnLzf>, L<IO::Compress::Zstd>, L<IO::Uncompress::UnZstd>, L<IO::Uncompress::AnyInflate>, L<IO::Uncompress::AnyUncompress>
Expand Down

0 comments on commit 37e04fb

Please sign in to comment.