Codebase list libarchive-tar-wrapper-perl / c29745c
Updated Changes for release Alceu Rodrigues de Freitas Junior 5 years ago
1 changed file(s) with 7 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 ######################################################################
11 Revision history for Perl extension Archive::Tar::Wrapper
2
3 0.36 (2019/04/11):
4 Bug fixes since tests on Windows were failing after latests changes.
5 Refactored code due unexpected way bsdtar on Windows and tar on OpenBSD behave.
6 Refactored the tests due the bugs found.
7 Small fixes on Pod, specially the section for MS Windows users.
8 Added the missing tests to the MANIFEST.
29
310 0.35 (2019/04/05):
411 Added _rem_dots method, a improved way to remove '.' and '..' from readdir(), supposed to be faster than previous implementation with sort() and shift().