Revision history for Archive-Ar-Libarchive
0.12 2014-06-10 10:02:28 -0400
- borrow new test t/50empty.t from Archive::Ar
- Alien::Libarchive 0.19 compatability
0.11 2014-02-14 12:05:42 -0500
- use archive_read_next_header if archive_read_next_header2 is not available
(should help with older versions of libarchive)
0.10 2014-02-12 07:35:15 -0500
- support for libarchive 2.5.x (MidnightBSD 0.3)
0.09 2014-02-03 17:08:18 -0500
- more robust check for static libarchive
0.08 2014-02-02 04:35:04 -0500
- only link static (libarchive.a)
if Alien::Libarchive was built from source
0.07 2014-01-29 19:32:39 -0500
- link against libarchive.a
instead of libarchive.so
0.06 2014-01-29 09:15:42 -0500
- remove accidental debug diagnostic
0.05 2013-12-31 12:31:50 -0500
- support for MS Visual Studio C++ on MSWin32
0.04 2013-12-24 17:05:15 -0500
- Fix method links
0.03 2013-12-24 16:18:17 -0500
- First CPAN release
0.02 2013-12-24 15:58:08 -0500
- support for libarchive 2.x
- support for Strawberry / MSWin32
0.01 2013-12-23 15:37:33 -0500
- initial version