forked from redhotpenguin/perl-Archive-Zip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST
100 lines (100 loc) · 1.98 KB
/
MANIFEST
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Changes
examples/calcSizes.pl
examples/copy.pl
examples/extract.pl
examples/mailZip.pl
examples/mfh.pl
examples/readScalar.pl
examples/selfex.pl
examples/unzipAll.pl
examples/updateTree.pl
examples/updateZip.pl
examples/writeScalar.pl
examples/writeScalar2.pl
examples/zip.pl
examples/zipcheck.pl
examples/zipGrep.pl
examples/zipinfo.pl
examples/ziprecent.pl
examples/ziptest.pl
lib/Archive/Zip.pm
lib/Archive/Zip/Archive.pm
lib/Archive/Zip/BufferedFileHandle.pm
lib/Archive/Zip/DirectoryMember.pm
lib/Archive/Zip/FAQ.pod
lib/Archive/Zip/FileMember.pm
lib/Archive/Zip/Member.pm
lib/Archive/Zip/MemberRead.pm
lib/Archive/Zip/MockFileHandle.pm
lib/Archive/Zip/NewFileMember.pm
lib/Archive/Zip/StringMember.pm
lib/Archive/Zip/Tree.pm
lib/Archive/Zip/ZipFileMember.pm
Makefile.PL
MANIFEST This list of files
MANIFEST.SKIP
README.md
script/crc32
t/01_init.t
t/02_main.t
t/03_ex.t
t/04_readmember.t
t/05_tree.t
t/06_update.t
t/07_filenames_of_0.t
t/08_readmember_record_sep.t
t/09_output_record_sep.t
t/10_chmod.t
t/11_explorer.t
t/12_bug_47223.t
t/13_bug_46303.t
t/14_leading_separator.t
t/15_decrypt.t
t/16_decrypt.t
t/17_101092.t
t/18_bug_92205.t
t/19_bug_101240.t
t/20_bug_github11.t
t/21_zip64.t
t/22_deflated_dir.t
t/23_closed_handle.t
t/24_unicode_win32.t
t/25_traversal.t
t/26_bzip2.t
t/27_symlinks.t
t/28_zip64_unsupported.t
t/common.pm
t/data/bad_github11.zip
t/data/bzip.zip
t/data/chmod.zip
t/data/crypcomp.zip
t/data/crypt.zip
t/data/def.zip
t/data/defstr.zip
t/data/dotdot-from-unexistant-path.zip
t/data/empty.zip
t/data/emptydef.zip
t/data/emptydefstr.zip
t/data/emptystore.zip
t/data/emptystorestr.zip
t/data/emptyzip.zip
t/data/expected.jpg
t/data/good_github11.zip
t/data/jar.zip
t/data/link-dir.zip
t/data/link-samename.zip
t/data/linux.zip
t/data/mkzip.pl
t/data/perl.zip
t/data/simple.zip
t/data/store.zip
t/data/storestr.zip
t/data/streamed.zip
t/data/symlink.zip
t/data/winzip.zip
t/data/zip64-azeocd.zip
t/data/zip64-azheaders.zip
t/data/zip64-infozip.zip
t/data/zip64-iocz.zip
t/data/zip64.zip
t/README.md