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