Merge branch 'topic/dzil'
[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 -remove = PodCoverageTests  ; XXX TODO
15 -remove = Test::PodSpelling ; XXX TODO
16 -remove = Test::UnusedVars  ; XXX TODO
17
18 [ExecDir]
19 dir = script
20
21 [ContributorsFromGit]
22
23 [Prereqs / RuntimeRequires]
24 ; core
25 File::Spec = 0
26 Term::ReadLine = 0
27 ; rest
28 Moose = 0.93
29 MooseX::Object::Pluggable = 0.0009
30 MooseX::Getopt = 0.18
31 namespace::autoclean = 0
32 File::HomeDir = 0
33 Task::Weaken = 0
34 B::Concise = 0
35 Term::ANSIColor = 0
36 Devel::Peek = 0
37 Module::Runtime = 0
38
39 [Prereqs / TestRequires]
40 Test::More = 0.88
41 Test::Warnings = 0
42
43 [Prereqs / RuntimeRecommends]
44 PPI::XS = 0.902
45
46
47 [OptionalFeature / Completion]
48 :version = 0.005
49 -description = Completion plugin - extensible tab completion
50 -always_recommend = 1
51 -default = 1
52 PPI = 0
53
54
55 [OptionalFeature / DDS]
56 -description = DDS plugin - better format results with Data::Dump::Streamer
57 -always_recommend = 1
58 -default = 1
59 Data::Dump::Streamer = 0
60
61 [OptionalFeature / DDC]
62 -description = DDC plugin - even better format results with Data::Dumper::Concise
63 -always_recommend = 1
64 -default = 1
65 Data::Dumper::Concise = 0
66
67 [OptionalFeature / INC_completion]
68 -description = INC completion driver - tab complete module names in use and require
69 -always_recommend = 1
70 -default = 1
71 File::Next = 0
72
73 [OptionalFeature / Interrupt]
74 -description = Interrupt plugin - traps SIGINT to kill long-running lines
75 -always_recommend = 1
76 ; if we were munging Makefile.PL, we would make -default = 1 if $^O !~ /Win32/
77 -default = 0
78 Sys::SigAction = 0
79
80 [OptionalFeature / Keywords_completion]
81 -description = Keywords completion driver - tab complete Perl keywords and operators
82 -always_recommend = 1
83 -default = 1
84 B::Keywords = 0
85
86 [OptionalFeature / LexEnv]
87 -description = LexEnv plugin - variables declared with "my" persist between statements
88 -always_recommend = 1
89 -default = 1
90 Lexical::Persistence = 0
91
92 [OptionalFeature / MultiLine]
93 -description = MultiLine::PPI plugin - continue reading lines until all blocks are closed
94 -always_recommend = 1
95 -default = 1
96 PPI = 0
97
98 [OptionalFeature / Nopaste]
99 -description = Nopaste plugin - upload a session\'s input and output to a Pastebin
100 -always_recommend = 1
101 -default = 0
102 App::Nopaste = 0
103
104 [OptionalFeature / PPI]
105 -description = PPI plugin - PPI dumping of Perl code
106 -always_recommend = 1
107 -default = 1
108 PPI = 0
109
110 [OptionalFeature / Refresh]
111 -description = Refresh plugin - automatically reload libraries with Module::Refresh
112 -always_recommend = 1
113 -default = 0
114 Module::Refresh = 0