now using [Git::Contributors]
[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.068
17 -remove = PodWeaver
18 server = p5sagit
19 installer = MakeMaker   ; Module::Build::Tiny cannot handle dynamic_config => 1
20 Authority.authority = cpan:PHAYLON
21 Test::MinimumVersion.max_target_perl = 5.008001
22 -remove = PodCoverageTests  ; XXX TODO
23 -remove = Test::PodSpelling ; XXX TODO
24 -remove = Test::UnusedVars  ; XXX TODO
25 AutoPrereqs.finder = CoreModules
26 Test::Compile.module_finder = CoreModules
27
28 [ExecDir]
29 dir = script
30
31 [Prereqs / RuntimeRequires]
32 Moose = 0.93
33 MooseX::Object::Pluggable = 0.0009
34 MooseX::Getopt = 0.18
35 Task::Weaken = 0
36
37 [Prereqs / RuntimeRecommends]
38 PPI::XS = 0.902
39
40 [DynamicPrereqs]
41 ; add all x_default=>1 optional prereqs to PREREQ_PM if not running
42 ; interactively, or defaults explicitly requested.
43 -raw = if ($ENV{PERL_MM_USE_DEFAULT} or
44 -raw =     not (-t STDIN && (-t STDOUT || !(-f STDOUT || -c STDOUT)))) {
45 -raw =     # optional feature defaults
46 -raw =     my %defaults = (
47 -raw =         'PPI' => '0',
48 -raw =         'Data::Dump::Streamer' => '0',
49 -raw =         'Data::Dumper::Concise' => '0',
50 -raw =         'File::Next' => '0',
51 -raw =         'B::Keywords' => '0',
52 -raw =         'Lexical::Persistence' => '0',
53 -raw =     );
54 -raw =     $WriteMakefileArgs{PREREQ_PM}{$_} = $FallbackPrereqs{$_} = $defaults{$_} foreach (keys %defaults);
55 -raw = }
56
57 [OptionalFeature / Completion]
58 :version = 0.005
59 -description = Completion plugin - extensible tab completion
60 -always_recommend = 1
61 -default = 1
62 PPI = 0
63
64 [OptionalFeature / DDS]
65 -description = DDS plugin - better format results with Data::Dump::Streamer
66 -always_recommend = 1
67 -default = 1
68 Data::Dump::Streamer = 0
69
70 [OptionalFeature / DDC]
71 -description = DDC plugin - even better format results with Data::Dumper::Concise
72 -always_recommend = 1
73 -default = 1
74 Data::Dumper::Concise = 0
75
76 [OptionalFeature / INC_completion]
77 -description = INC completion driver - tab complete module names in use and require
78 -always_recommend = 1
79 -default = 1
80 File::Next = 0
81
82 [OptionalFeature / Interrupt]
83 -description = Interrupt plugin - traps SIGINT to kill long-running lines
84 -always_recommend = 1
85 ; if we were munging Makefile.PL, we would make -default = 1 if $^O !~ /Win32/
86 -default = 0
87 Sys::SigAction = 0
88
89 [OptionalFeature / Keywords_completion]
90 -description = Keywords completion driver - tab complete Perl keywords and operators
91 -always_recommend = 1
92 -default = 1
93 B::Keywords = 0
94
95 [OptionalFeature / LexEnv]
96 -description = LexEnv plugin - variables declared with "my" persist between statements
97 -always_recommend = 1
98 -default = 1
99 Lexical::Persistence = 0
100
101 [OptionalFeature / MultiLine]
102 -description = MultiLine::PPI plugin - continue reading lines until all blocks are closed
103 -always_recommend = 1
104 -default = 1
105 PPI = 0
106
107 [OptionalFeature / Nopaste]
108 -description = Nopaste plugin - upload a session\'s input and output to a Pastebin
109 -always_recommend = 1
110 -default = 0
111 App::Nopaste = 0
112
113 [OptionalFeature / PPI]
114 -description = PPI plugin - PPI dumping of Perl code
115 -always_recommend = 1
116 -default = 1
117 PPI = 0
118
119 [OptionalFeature / Refresh]
120 -description = Refresh plugin - automatically reload libraries with Module::Refresh
121 -always_recommend = 1
122 -default = 0
123 Module::Refresh = 0