convert to Dist::Zilla
[p5sagit/Devel-REPL.git] / dist.ini
CommitLineData
dd8f3018 1name = Devel-REPL
2author = Matt S Trout - mst (at) shadowcatsystems.co.uk (L<http://www.shadowcatsystems.co.uk/>)
3copyright_holder = Matt S Trout - mst (at) shadowcatsystems.co.uk (L<http://www.shadowcatsystems.co.uk/>)
4license = Perl_5
5copyright_year = 2007
6
7[@Author::ETHER]
8:version = 0.021
9-remove = PodWeaver
10-remove = AutoPrereqs
11server = p5sagit
12Authority.authority = cpan:PHAYLON
13Test::MinimumVersion.max_target_perl = 5.008001
14
15[ExecDir]
16dir = script
17
18[Prereqs / RuntimeRequires]
19; core
20File::Spec = 0
21Term::ReadLine = 0
22; rest
23Moose = 0.93
24MooseX::Object::Pluggable = 0.0009
25MooseX::Getopt = 0.18
26namespace::autoclean = 0
27File::HomeDir = 0
28Task::Weaken = 0
29B::Concise = 0
30Term::ANSIColor = 0
31Devel::Peek = 0
32Module::Runtime = 0
33
34[Prereqs / TestRequires]
35Test::More = 0.88
36Test::Warnings = 0
37
38[Prereqs / RuntimeRecommends]
39PPI::XS = 0.902
40
41
42[OptionalFeature / Completion]
43:version = 0.005
44-description = Completion plugin - extensible tab completion
45-always_recommend = 1
46-default = 1
47PPI = 0
48
49
50[OptionalFeature / DDS]
51-description = DDS plugin - better format results with Data::Dump::Streamer
52-always_recommend = 1
53-default = 1
54Data::Dump::Streamer = 0
55
56[OptionalFeature / DDC]
57-description = DDC plugin - even better format results with Data::Dumper::Concise
58-always_recommend = 1
59-default = 1
60Data::Dumper::Concise = 0
61
62[OptionalFeature / INC_completion]
63-description = INC completion driver - tab complete module names in use and require
64-always_recommend = 1
65-default = 1
66File::Next = 0
67
68[OptionalFeature / Interrupt]
69-description = Interrupt plugin - traps SIGINT to kill long-running lines
70-always_recommend = 1
71; if we were munging Makefile.PL, we would make -default = 1 if $^O !~ /Win32/
72-default = 0
73Sys::SigAction = 0
74
75[OptionalFeature / Keywords_completion]
76-description = Keywords completion driver - tab complete Perl keywords and operators
77-always_recommend = 1
78-default = 1
79B::Keywords = 0
80
81[OptionalFeature / LexEnv]
82-description = LexEnv plugin - variables declared with "my" persist between statements
83-always_recommend = 1
84-default = 1
85Lexical::Persistence = 0
86
87[OptionalFeature / MultiLine]
88-description = MultiLine::PPI plugin - continue reading lines until all blocks are closed
89-always_recommend = 1
90-default = 1
91PPI = 0
92
93[OptionalFeature / Nopaste]
94-description = Nopaste plugin - upload a session\'s input and output to a Pastebin
95-always_recommend = 1
96-default = 0
97App::Nopaste = 0
98
99[OptionalFeature / PPI]
100-description = PPI plugin - PPI dumping of Perl code
101-always_recommend = 1
102-default = 1
103PPI = 0
104
105[OptionalFeature / Refresh]
106-description = Refresh plugin - automatically reload libraries with Module::Refresh
107-always_recommend = 1
108-default = 0
109Module::Refresh = 0