-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathMANIFEST
More file actions
101 lines (101 loc) · 1.81 KB
/
MANIFEST
File metadata and controls
101 lines (101 loc) · 1.81 KB
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
101
Changes
eg/examples.pl
lib/Test/MockFile.pm
lib/Test/MockFile/DirHandle.pm
lib/Test/MockFile/FileHandle.pm
lib/Test/MockFile/Plugin.pm
lib/Test/MockFile/Plugin/FileTemp.pm
lib/Test/MockFile/Plugins.pm
Makefile.PL
MANIFEST This list of files
README
t/00-load.t
t/autodie_all_functions.t
t/autodie_compat.t
t/autodie_compat_reverse.t
t/autodie_eisdir.t
t/autodie_filesys.t
t/autodie_sysopen.t
t/autodie_sysopen_reverse.t
t/autovivify.t
t/blocks.t
t/chmod-chown-passthrough.t
t/chmod-filetemp.t
t/chmod.t
t/chown-chmod-nostrict.t
t/chown.t
t/creation_timestamps.t
t/cwd_abs_path.t
t/detect-common-mistakes.t
t/dir_interface.t
t/dir_mtime.t
t/enoent_on_nonexistent.t
t/fh-ref-leak.t
t/file_access_hooks.t
t/file_from_disk.t
t/file_passthrough.t
t/filehandle_cleanup.t
t/filehandle_weakref.t
t/fileno.t
t/flock.t
t/glob_real_files.t
t/globbing.t
t/goto_is_available.t
t/handle-corruption.t
t/import.t
t/io_file_compat.t
t/lib/Test/TMF.pm
t/manifest.t
t/mkdir.t
t/mock_stat.t
t/multi_handle.t
t/new_dir_interface.t
t/open-noclose.t
t/open.t
t/open_broken_symlink_create.t
t/open_dir_symlink.t
t/open_edge_cases.t
t/open_return_undef.t
t/open_strict.t
t/open_two_arg_special_chars.t
t/opendir.t
t/path.t
t/perms.t
t/plugin-filetemp.t
t/plugin.t
t/pod-coverage.t
t/pod.t
t/portability_errno.t
t/print_separators.t
t/read_write_helpers.t
t/read_write_perms.t
t/readline.t
t/readline_modes.t
t/readlink.t
t/relative_paths.t
t/rename.t
t/rmdir.t
t/runtime-bareword-filehandles.t
t/seek.t
t/stat-x.t
t/stat_defaults.t
t/stat_timestamps.t
t/strict-rules.t
t/strict-rules_file-temp-example.t
t/strict-rules_scalar.t
t/symlink.t
t/symlink_follow_ops.t
t/symlink_link.t
t/sysopen.t
t/sysopen_strict.t
t/sysreadwrite_edge_cases.t
t/Test-MockFile_file.t
t/touch.t
t/trace.t
t/truncate.t
t/unlink.t
t/utime.t
t/utime_strict.t
t/warnstrict.t
t/write_tell.t
t/writeline.t