-
Notifications
You must be signed in to change notification settings - Fork 12
/
META.yml
43 lines (43 loc) · 1.04 KB
/
META.yml
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
---
abstract: 'Perl extension for recursively copying files and directories'
author:
- 'Daniel Muey <http://drmuey.com/cpan_contact.pl>'
build_requires:
ExtUtils::MakeMaker: '0'
File::Temp: '0'
Path::Tiny: '0'
Test::Deep: '0'
Test::Fatal: '0'
Test::File: '0'
Test::More: '0.88'
Test::Warnings: '0'
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150005'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: File-Copy-Recursive
no_index:
directory:
- t
- inc
requires:
Cwd: '0'
File::Copy: '0'
File::Glob: '0'
File::Spec: '0'
File::Temp: '0'
Path::Tiny: '0'
Test::Deep: '0'
Test::Exception: '0'
Test::File: '0'
Test::More: '0'
Test::Warn: '0'
version: '0.45'
resources:
bugtracker: https://github.com/drmuey/p5-File-Copy-Recursive/issues
repository: https://github.com/drmuey/p5-File-Copy-Recursive.git
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'