d576f4105cea9517fcf2a275bfe0bcaae750a383
[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
8 [FileFinder::Filter / CoreModules]
9 finder = :InstallModules
10 skip = Devel/REPL/Plugin/(Completion|LexEnv|DDC|DDS|Interrupt|MultiLine/PPI|Nopaste|PPI|Refresh)\.pm$
11 skip = Devel/REPL/Plugin/CompletionDriver/
12
13 [PodVersion]
14
15 [@Author::ETHER]
16 :version = 0.076
17 -remove = PodWeaver
18 server = p5sagit
19 installer = MakeMaker   ; Module::Build::Tiny cannot handle dynamic_config => 1
20 changes_version_columns = 11
21 Authority.authority = cpan:PHAYLON
22 Test::MinimumVersion.max_target_perl = 5.008001
23 -remove = PodCoverageTests  ; XXX TODO
24 -remove = Test::PodSpelling ; XXX TODO
25 -remove = Test::UnusedVars  ; XXX TODO
26 AutoPrereqs.finder = CoreModules
27 Test::Compile.module_finder = CoreModules
28
29 [Prereqs / RuntimeRequires]
30 Moose = 0.93
31 MooseX::Object::Pluggable = 0.0009
32 MooseX::Getopt = 0.18
33 Task::Weaken = 0
34
35 [Prereqs / RuntimeRecommends]
36 PPI::XS = 0.902
37
38 [OptionalFeature / Completion]
39 :version = 0.017
40 -description = Completion plugin - extensible tab completion
41 -always_recommend = 1
42 -default = 1
43 PPI = 0
44
45 [OptionalFeature / DDS]
46 -description = DDS plugin - better format results with Data::Dump::Streamer
47 -always_recommend = 1
48 -default = 1
49 Data::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
55 Data::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
61 File::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
68 Sys::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
74 B::Keywords = 0
75
76 [OptionalFeature / LexEnv]
77 -description = LexEnv plugin - variables declared with "my" persist between statements
78 -always_recommend = 1
79 -default = 1
80 Lexical::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
86 PPI = 0
87
88 [OptionalFeature / Nopaste]
89 :version = 0.019
90 -description = Nopaste plugin - upload a session's input and output to a Pastebin
91 -always_recommend = 1
92 -default = 0
93 App::Nopaste = 0
94
95 [OptionalFeature / PPI]
96 -description = PPI plugin - PPI dumping of Perl code
97 -always_recommend = 1
98 -default = 1
99 PPI = 0
100
101 [OptionalFeature / Refresh]
102 -description = Refresh plugin - automatically reload libraries with Module::Refresh
103 -always_recommend = 1
104 -default = 0
105 Module::Refresh = 0