diff options
Diffstat (limited to 'ext/Compress-Raw-Bzip2/README')
-rw-r--r-- | ext/Compress-Raw-Bzip2/README | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/ext/Compress-Raw-Bzip2/README b/ext/Compress-Raw-Bzip2/README index 158b897002..7f6bcb72e3 100644 --- a/ext/Compress-Raw-Bzip2/README +++ b/ext/Compress-Raw-Bzip2/README @@ -1,11 +1,11 @@ Compress-Raw-Bzip2 - Version 2.015 + Version 2.019 - 2nd September 2008 + 4th May 2009 - Copyright (c) 2005-2008 Paul Marquess. All rights reserved. + Copyright (c) 2005-2009 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. @@ -16,6 +16,11 @@ Full source for the bzip2 library is available at http://www.bzip.org/ + Note that the files bzip2.c, bzip2recover.c, bzlib.c & decompress.c + have been modified to allow them to build with a C++ compiler. + The file bzip2-src/bzip2-cpp.patch contains the patch + that was used to modify the original source. + DESCRIPTION ----------- @@ -159,7 +164,7 @@ To help me help you, I need all of the following information: If you haven't installed Compress-Raw-Bzip2 then search Compress::Raw::Bzip2.pm for a line like this: - $VERSION = "2.015" ; + $VERSION = "2.019" ; c. The version of bzip2 you have used. If you have successfully installed Compress-Raw-Bzip2, this one-liner |