forked from lokku/File-CleanupTask
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA.json
More file actions
68 lines (68 loc) · 1.73 KB
/
META.json
File metadata and controls
68 lines (68 loc) · 1.73 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
{
"abstract" : "Delete/Backup files on a task-based configuration",
"author" : [
"Savio Dimatteo <savio@lokku.com>"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.4, CPAN::Meta::Converter version 2.120630",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "File-CleanupTask",
"prereqs" : {
"build" : {
"requires" : {
"Config::Simple" : "0",
"Cwd" : "0",
"File::Basename" : "0",
"File::Find::Rule" : "0",
"File::Path" : "0",
"File::Spec" : "0",
"File::Temp" : "0",
"File::Touch" : "0",
"Test::CheckManifest" : "0",
"Test::File" : "1.33",
"Test::More" : "0",
"Test::Pod" : "0",
"Test::Pod::Coverage" : "0"
}
},
"configure" : {
"requires" : {
"Module::Build" : "0.38"
}
},
"runtime" : {
"requires" : {
"Config::Simple" : "0",
"File::Basename" : "0",
"File::Copy" : "0",
"File::Find" : "0",
"File::Path" : "0",
"File::Spec" : "0",
"File::Which" : "0",
"Getopt::Long" : "0",
"IPC::Run3" : "0",
"Sort::Key" : "0",
"perl" : "5.006"
}
}
},
"provides" : {
"File::CleanupTask" : {
"file" : "lib/File/CleanupTask.pm",
"version" : "0.08"
}
},
"release_status" : "stable",
"resources" : {
"license" : [
"http://dev.perl.org/licenses/"
]
},
"version" : "0.08"
}