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