empty commit to add mgrimes to contributor list
[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.086
15 server = p5sagit
16 installer = MakeMaker   ; Module::Build::Tiny cannot handle dynamic_config => 1
17 changes_version_columns = 11
18 surgical_podweaver = 1
19 Authority.authority = cpan:PHAYLON
20 Test::MinimumVersion.max_target_perl = 5.008001
21 -remove = PodCoverageTests  ; XXX TODO
22 -remove = Test::PodSpelling ; XXX TODO
23 AutoPrereqs.finder = CoreModules
24 Test::Compile.module_finder = CoreModules
25 StaticInstall.dry_run = 0   ; we can safely set this here
26
27 [MetaResources]
28 x_IRC = irc://irc.perl.org/#devel-repl
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 [OptionalFeature / Completion]
40 :version = 0.017
41 -description = Completion plugin - extensible tab completion
42 -always_recommend = 1
43 -default = 1
44 PPI = 0
45
46 [OptionalFeature / DDS]
47 -description = DDS plugin - better format results with Data::Dump::Streamer
48 -always_recommend = 1
49 -default = 1
50 Data::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
56 Data::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
62 File::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
69 Sys::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
75 B::Keywords = 0
76
77 [OptionalFeature / LexEnv]
78 -description = LexEnv plugin - variables declared with "my" persist between statements
79 -always_recommend = 1
80 -default = 1
81 Lexical::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
87 PPI = 0
88
89 [OptionalFeature / Nopaste]
90 :version = 0.019
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