remove unneeded entries
[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
6762d292 7
8[FileFinder::Filter / CoreModules]
9finder = :InstallModules
10skip = Devel/REPL/Plugin/(Completion|LexEnv|DDC|DDS|Interrupt|MultiLine/PPI|Nopaste|PPI|Refresh)\.pm$
11skip = Devel/REPL/Plugin/CompletionDriver/
12
4a41a538 13[PodVersion]
14
dd8f3018 15[@Author::ETHER]
6988ec13 16:version = 0.076
dd8f3018 17-remove = PodWeaver
dd8f3018 18server = p5sagit
dce0d71a 19installer = MakeMaker ; Module::Build::Tiny cannot handle dynamic_config => 1
6988ec13 20changes_version_columns = 11
dd8f3018 21Authority.authority = cpan:PHAYLON
22Test::MinimumVersion.max_target_perl = 5.008001
915e6c01 23-remove = PodCoverageTests ; XXX TODO
24-remove = Test::PodSpelling ; XXX TODO
25-remove = Test::UnusedVars ; XXX TODO
6762d292 26AutoPrereqs.finder = CoreModules
27Test::Compile.module_finder = CoreModules
dd8f3018 28
dd8f3018 29[Prereqs / RuntimeRequires]
dd8f3018 30Moose = 0.93
31MooseX::Object::Pluggable = 0.0009
32MooseX::Getopt = 0.18
dd8f3018 33Task::Weaken = 0
dd8f3018 34
35[Prereqs / RuntimeRecommends]
36PPI::XS = 0.902
37
dd8f3018 38[OptionalFeature / Completion]
442c002d 39:version = 0.017
dd8f3018 40-description = Completion plugin - extensible tab completion
41-always_recommend = 1
42-default = 1
43PPI = 0
44
dd8f3018 45[OptionalFeature / DDS]
46-description = DDS plugin - better format results with Data::Dump::Streamer
47-always_recommend = 1
48-default = 1
49Data::Dump::Streamer = 0
50
51[OptionalFeature / DDC]
52-description = DDC plugin - even better format results with Data::Dumper::Concise
53-always_recommend = 1
54-default = 1
55Data::Dumper::Concise = 0
56
57[OptionalFeature / INC_completion]
58-description = INC completion driver - tab complete module names in use and require
59-always_recommend = 1
60-default = 1
61File::Next = 0
62
63[OptionalFeature / Interrupt]
64-description = Interrupt plugin - traps SIGINT to kill long-running lines
65-always_recommend = 1
66; if we were munging Makefile.PL, we would make -default = 1 if $^O !~ /Win32/
67-default = 0
68Sys::SigAction = 0
69
70[OptionalFeature / Keywords_completion]
71-description = Keywords completion driver - tab complete Perl keywords and operators
72-always_recommend = 1
73-default = 1
74B::Keywords = 0
75
76[OptionalFeature / LexEnv]
77-description = LexEnv plugin - variables declared with "my" persist between statements
78-always_recommend = 1
79-default = 1
80Lexical::Persistence = 0
81
82[OptionalFeature / MultiLine]
83-description = MultiLine::PPI plugin - continue reading lines until all blocks are closed
84-always_recommend = 1
85-default = 1
86PPI = 0
87
88[OptionalFeature / Nopaste]
c1f1fbbd 89:version = 0.019
90-description = Nopaste plugin - upload a session's input and output to a Pastebin
dd8f3018 91-always_recommend = 1
92-default = 0
93App::Nopaste = 0
94
95[OptionalFeature / PPI]
96-description = PPI plugin - PPI dumping of Perl code
97-always_recommend = 1
98-default = 1
99PPI = 0
100
101[OptionalFeature / Refresh]
102-description = Refresh plugin - automatically reload libraries with Module::Refresh
103-always_recommend = 1
104-default = 0
105Module::Refresh = 0