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