clean up the layout of the changelog
[p5sagit/Devel-REPL.git] / dist.ini
CommitLineData
dd8f3018 1name = Devel-REPL
2author = Matt S Trout - mst (at) shadowcatsystems.co.uk (L<http://www.shadowcatsystems.co.uk/>)
3copyright_holder = Matt S Trout - mst (at) shadowcatsystems.co.uk (L<http://www.shadowcatsystems.co.uk/>)
4license = Perl_5
5copyright_year = 2007
6
6762d292 7
8[FileFinder::Filter / CoreModules]
9finder = :InstallModules
10skip = Devel/REPL/Plugin/(Completion|LexEnv|DDC|DDS|Interrupt|MultiLine/PPI|Nopaste|PPI|Refresh)\.pm$
11skip = Devel/REPL/Plugin/CompletionDriver/
12
4a41a538 13[PodVersion]
14
dd8f3018 15[@Author::ETHER]
6988ec13 16:version = 0.076
dd8f3018 17-remove = PodWeaver
dd8f3018 18server = p5sagit
dce0d71a 19installer = MakeMaker ; Module::Build::Tiny cannot handle dynamic_config => 1
6988ec13 20changes_version_columns = 11
dd8f3018 21Authority.authority = cpan:PHAYLON
22Test::MinimumVersion.max_target_perl = 5.008001
915e6c01 23-remove = PodCoverageTests ; XXX TODO
24-remove = Test::PodSpelling ; XXX TODO
25-remove = Test::UnusedVars ; XXX TODO
6762d292 26AutoPrereqs.finder = CoreModules
27Test::Compile.module_finder = CoreModules
dd8f3018 28
29[ExecDir]
30dir = script
31
32[Prereqs / RuntimeRequires]
dd8f3018 33Moose = 0.93
34MooseX::Object::Pluggable = 0.0009
35MooseX::Getopt = 0.18
dd8f3018 36Task::Weaken = 0
dd8f3018 37
38[Prereqs / RuntimeRecommends]
39PPI::XS = 0.902
40
dce0d71a 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 = }
dd8f3018 57
58[OptionalFeature / Completion]
59:version = 0.005
60-description = Completion plugin - extensible tab completion
61-always_recommend = 1
62-default = 1
63PPI = 0
64
dd8f3018 65[OptionalFeature / DDS]
66-description = DDS plugin - better format results with Data::Dump::Streamer
67-always_recommend = 1
68-default = 1
69Data::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
75Data::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
81File::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
88Sys::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
94B::Keywords = 0
95
96[OptionalFeature / LexEnv]
97-description = LexEnv plugin - variables declared with "my" persist between statements
98-always_recommend = 1
99-default = 1
100Lexical::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
106PPI = 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
112App::Nopaste = 0
113
114[OptionalFeature / PPI]
115-description = PPI plugin - PPI dumping of Perl code
116-always_recommend = 1
117-default = 1
118PPI = 0
119
120[OptionalFeature / Refresh]
121-description = Refresh plugin - automatically reload libraries with Module::Refresh
122-always_recommend = 1
123-default = 0
124Module::Refresh = 0