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
|
---
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.34, CPAN::Meta::Converter version 2.150001'
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'
resources:
bugtracker: https://github.com/drmuey/p5-File-Copy-Recursive/issues
repository: https://github.com/drmuey/p5-File-Copy-Recursive.git
version: '0.45'
|