Bump to 11.97
[perl-DBI-Shell.git] / dist.ini
blob3e750cd56f06d58b5abb2126cf964949c863a63f
1 name = DBI-Shell
2 author = Tim Bunce <timb@cpan.org>
3 author = Jochen Wiedmann <jwied@cpan.org>
4 author = Adam Marks
5 author = Thomas A. Lowery <tlowery@cpan.org>
6 license = Perl_5
7 copyright_holder = Tim Bunce <timb@cpan.org>, Jochen Wiedmann, Adam Marks, Thomas A. Lowery <tlowery@cpan.org>
8 version = 11.97
10 [@Basic]
12 [Metadata]
13 x_contributors = Tim Bunce <timb@cpan.org>
14 x_contributors = Andreas König <andk@cpan.org>
15 x_contributors = Kent Fredric <kentnl@cpan.org>
16 x_contributors = Rafael Kitover <rkitover@cpan.org>
17 x_contributors = Dave Lambley <dlambley@cpan.org>
18 x_contributors = Mike Pomraning <mjp@cpan.org>
20 [InstallGuide]
21 [CPANFile]
22 [MetaJSON]
24 [OurPkgVersion]
25 underscore_eval_version = 1
26 no_critic = 1
28 [Repository]
29 web = https://repo.or.cz/perl-DBI-Shell.git
30 repository = https://repo.or.cz/perl-DBI-Shell.git
32 [Prereqs]
33 perl = 5.006
34 Carp = 0
35 Data::Dumper = 0
36 DBI = 0
37 Exporter = 0
38 File::HomeDir = 0.50
39 File::Spec = 0
40 IO::Interactive = 0
41 IO::Tee = 0
42 Text::Abbrev = 0
43 Text::CSV_XS = 0
44 Term::ReadLine = 0
45 Text::Reform = 0
47 [Prereqs / TestRequires]
48 Test::More = 0
49 Getopt::Long = 2.17
51 [Prereqs / Recommends]
52 ; Recommended for entering passwords
53 Term::ReadKey = 0
54 ; Gives you line editing
55 Term::Readline::Perl5 = 0
57 Benchmark = 0
58 File::Basename = 0
59 File::Find = 0
60 IO::File = 0
61 Text::ParseWords = 0
62 Text::Wrap = 0