convert to Dist::Zilla
[p5sagit/Devel-REPL.git] / dist.ini
1 name    = Devel-REPL
2 author  = Matt S Trout - mst (at) shadowcatsystems.co.uk (L<http://www.shadowcatsystems.co.uk/>)
3 copyright_holder = Matt S Trout - mst (at) shadowcatsystems.co.uk (L<http://www.shadowcatsystems.co.uk/>)
4 license = Perl_5
5 copyright_year = 2007
6
7 [@Author::ETHER]
8 :version = 0.021
9 -remove = PodWeaver
10 -remove = AutoPrereqs
11 server = p5sagit
12 Authority.authority = cpan:PHAYLON
13 Test::MinimumVersion.max_target_perl = 5.008001
14
15 [ExecDir]
16 dir = script
17
18 [Prereqs / RuntimeRequires]
19 ; core
20 File::Spec = 0
21 Term::ReadLine = 0
22 ; rest
23 Moose = 0.93
24 MooseX::Object::Pluggable = 0.0009
25 MooseX::Getopt = 0.18
26 namespace::autoclean = 0
27 File::HomeDir = 0
28 Task::Weaken = 0
29 B::Concise = 0
30 Term::ANSIColor = 0
31 Devel::Peek = 0
32 Module::Runtime = 0
33
34 [Prereqs / TestRequires]
35 Test::More = 0.88
36 Test::Warnings = 0
37
38 [Prereqs / RuntimeRecommends]
39 PPI::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
47 PPI = 0
48
49
50 [OptionalFeature / DDS]
51 -description = DDS plugin - better format results with Data::Dump::Streamer
52 -always_recommend = 1
53 -default = 1
54 Data::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
60 Data::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
66 File::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
73 Sys::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
79 B::Keywords = 0
80
81 [OptionalFeature / LexEnv]
82 -description = LexEnv plugin - variables declared with "my" persist between statements
83 -always_recommend = 1
84 -default = 1
85 Lexical::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
91 PPI = 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
97 App::Nopaste = 0
98
99 [OptionalFeature / PPI]
100 -description = PPI plugin - PPI dumping of Perl code
101 -always_recommend = 1
102 -default = 1
103 PPI = 0
104
105 [OptionalFeature / Refresh]
106 -description = Refresh plugin - automatically reload libraries with Module::Refresh
107 -always_recommend = 1
108 -default = 0
109 Module::Refresh = 0