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