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