when Makefile.PL is run non-interactively, default features are added to runtime...
[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
dd8f3018 13[@Author::ETHER]
f93b9fc6 14:version = 0.025
dd8f3018 15-remove = PodWeaver
dd8f3018 16server = p5sagit
dce0d71a 17installer = MakeMaker ; Module::Build::Tiny cannot handle dynamic_config => 1
dd8f3018 18Authority.authority = cpan:PHAYLON
19Test::MinimumVersion.max_target_perl = 5.008001
915e6c01 20-remove = PodCoverageTests ; XXX TODO
21-remove = Test::PodSpelling ; XXX TODO
22-remove = Test::UnusedVars ; XXX TODO
6762d292 23AutoPrereqs.finder = CoreModules
24Test::Compile.module_finder = CoreModules
dd8f3018 25
26[ExecDir]
27dir = script
28
a9c27032 29[ContributorsFromGit]
30
dd8f3018 31[Prereqs / RuntimeRequires]
dd8f3018 32Moose = 0.93
33MooseX::Object::Pluggable = 0.0009
34MooseX::Getopt = 0.18
dd8f3018 35Task::Weaken = 0
dd8f3018 36
37[Prereqs / RuntimeRecommends]
38PPI::XS = 0.902
39
dce0d71a 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 = }
dd8f3018 56
57[OptionalFeature / Completion]
58:version = 0.005
59-description = Completion plugin - extensible tab completion
60-always_recommend = 1
61-default = 1
62PPI = 0
63
dd8f3018 64[OptionalFeature / DDS]
65-description = DDS plugin - better format results with Data::Dump::Streamer
66-always_recommend = 1
67-default = 1
68Data::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
74Data::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
80File::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
87Sys::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
93B::Keywords = 0
94
95[OptionalFeature / LexEnv]
96-description = LexEnv plugin - variables declared with "my" persist between statements
97-always_recommend = 1
98-default = 1
99Lexical::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
105PPI = 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
111App::Nopaste = 0
112
113[OptionalFeature / PPI]
114-description = PPI plugin - PPI dumping of Perl code
115-always_recommend = 1
116-default = 1
117PPI = 0
118
119[OptionalFeature / Refresh]
120-description = Refresh plugin - automatically reload libraries with Module::Refresh
121-always_recommend = 1
122-default = 0
123Module::Refresh = 0