Changes for version 0.06 - 2014-02-05
- correctly escape @_ in callback generation
- fewer bogus warnings on MSWin32
- build/test fixes for netbsd / openbsd
- support older libarchives that don't have archive_read/write_free (use archive_read/write_finish instead)
Documentation
Constants reference for libarchive perl bindings
libarchive function reference
Modules
Perl bindings to libarchive via XS
libarchive callback functions
Libarchive private package
Examples
- example/archive.tar
- example/archive.tar.gz
- example/basic_write.pl
- example/complete_extractor.pl
- example/constructing_objects_on_disk.pl
- example/hello.txt.gz.uu
- example/list_contents_of_archive_stored_in_file.pl
- example/list_contents_of_archive_stored_in_memory.pl
- example/list_contents_of_archive_with_custom_read_functions.pl
- example/universal_decompressor.pl