commit the TODO list
[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]
54beb05d 16:version = 0.086
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
c8198236 28StaticInstall.dry_run = 0 ; we can safely set this here
dd8f3018 29
e8e6dff0 30[MetaResources]
31x_IRC = irc://irc.perl.org/#devel-repl
32
dd8f3018 33[Prereqs / RuntimeRequires]
dd8f3018 34Moose = 0.93
35MooseX::Object::Pluggable = 0.0009
36MooseX::Getopt = 0.18
dd8f3018 37Task::Weaken = 0
dd8f3018 38
39[Prereqs / RuntimeRecommends]
40PPI::XS = 0.902
41
dd8f3018 42[OptionalFeature / Completion]
442c002d 43:version = 0.017
dd8f3018 44-description = Completion plugin - extensible tab completion
45-always_recommend = 1
46-default = 1
47PPI = 0
48
dd8f3018 49[OptionalFeature / DDS]
50-description = DDS plugin - better format results with Data::Dump::Streamer
51-always_recommend = 1
52-default = 1
53Data::Dump::Streamer = 0
54
55[OptionalFeature / DDC]
56-description = DDC plugin - even better format results with Data::Dumper::Concise
57-always_recommend = 1
58-default = 1
59Data::Dumper::Concise = 0
60
61[OptionalFeature / INC_completion]
62-description = INC completion driver - tab complete module names in use and require
63-always_recommend = 1
64-default = 1
65File::Next = 0
66
67[OptionalFeature / Interrupt]
68-description = Interrupt plugin - traps SIGINT to kill long-running lines
69-always_recommend = 1
70; if we were munging Makefile.PL, we would make -default = 1 if $^O !~ /Win32/
71-default = 0
72Sys::SigAction = 0
73
74[OptionalFeature / Keywords_completion]
75-description = Keywords completion driver - tab complete Perl keywords and operators
76-always_recommend = 1
77-default = 1
78B::Keywords = 0
79
80[OptionalFeature / LexEnv]
81-description = LexEnv plugin - variables declared with "my" persist between statements
82-always_recommend = 1
83-default = 1
84Lexical::Persistence = 0
85
86[OptionalFeature / MultiLine]
87-description = MultiLine::PPI plugin - continue reading lines until all blocks are closed
88-always_recommend = 1
89-default = 1
90PPI = 0
91
92[OptionalFeature / Nopaste]
c1f1fbbd 93:version = 0.019
94-description = Nopaste plugin - upload a session's input and output to a Pastebin
dd8f3018 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