summaryrefslogtreecommitdiff
path: root/dist.ini
blob: c70eeb3bde8ab5cbb2a454caefc9cae79f7b1e90 (plain)
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
name                = File-Flat
author              = Adam Kennedy <adamk@cpan.org>
copyright_holder    = Adam Kennedy
copyright_year      = 2002
license             = Perl_5

[@Author::ETHER]
:version = 0.119
authority = cpan:ADAMK
installer = MakeMaker
-remove = Test::EOL
-remove = Test::NoTabs
-remove = PodCoverageTests

[Encoding]
encoding = bytes
filename = t/ff_binary

[Prereqs]
prefork = 0.02
File::Copy::Recursive = 0.35
File::Remove = 0.38
File::Temp = 0.17
File::Spec = 0.85

[Prereqs / TestRequires]
Test::More = 0.47
Test::ClassAPI = 1.04

[DynamicPrereqs]
-body = # Because many filesystem modules are buggier
-body = # on Windows, we're going to push for more aggressive
-body = # dependencies to get the most current bug fixes.
-body = requires('File::Spec', '3.24') if is_os('MSWin32') or is_os('cygwin');