-
Notifications
You must be signed in to change notification settings - Fork 4
/
dist.ini
106 lines (89 loc) · 2.97 KB
/
dist.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
name = Devel-REPL
author = Matt S Trout - mst (at) shadowcatsystems.co.uk (L<http://www.shadowcatsystems.co.uk/>)
copyright_holder = Matt S Trout - mst (at) shadowcatsystems.co.uk (L<http://www.shadowcatsystems.co.uk/>)
license = Perl_5
copyright_year = 2007
[FileFinder::Filter / CoreModules]
finder = :InstallModules
skip = Devel/REPL/Plugin/(Completion|LexEnv|DDC|DDS|Interrupt|MultiLine/PPI|Nopaste|PPI|Refresh)\.pm$
skip = Devel/REPL/Plugin/CompletionDriver/
[@Author::ETHER]
:version = 0.086
server = p5sagit
installer = MakeMaker ; Module::Build::Tiny cannot handle dynamic_config => 1
changes_version_columns = 11
surgical_podweaver = 1
Authority.authority = cpan:PHAYLON
Test::MinimumVersion.max_target_perl = 5.008001
-remove = PodCoverageTests ; XXX TODO
-remove = Test::PodSpelling ; XXX TODO
AutoPrereqs.finder = CoreModules
Test::Compile.module_finder = CoreModules
StaticInstall.dry_run = 0 ; we can safely set this here
[MetaResources]
x_IRC = irc://irc.perl.org/#devel-repl
[Prereqs / RuntimeRequires]
Moose = 0.93
MooseX::Object::Pluggable = 0.0009
MooseX::Getopt = 0.18
Task::Weaken = 0
[Prereqs / RuntimeRecommends]
PPI::XS = 0.902
[OptionalFeature / Completion]
:version = 0.017
-description = Completion plugin - extensible tab completion
-always_recommend = 1
-default = 1
PPI = 0
[OptionalFeature / DDS]
-description = DDS plugin - better format results with Data::Dump::Streamer
-always_recommend = 1
-default = 1
Data::Dump::Streamer = 0
[OptionalFeature / DDC]
-description = DDC plugin - even better format results with Data::Dumper::Concise
-always_recommend = 1
-default = 1
Data::Dumper::Concise = 0
[OptionalFeature / INC_completion]
-description = INC completion driver - tab complete module names in use and require
-always_recommend = 1
-default = 1
File::Next = 0
[OptionalFeature / Interrupt]
-description = Interrupt plugin - traps SIGINT to kill long-running lines
-always_recommend = 1
; if we were munging Makefile.PL, we would make -default = 1 if $^O !~ /Win32/
-default = 0
Sys::SigAction = 0
[OptionalFeature / Keywords_completion]
-description = Keywords completion driver - tab complete Perl keywords and operators
-always_recommend = 1
-default = 1
B::Keywords = 0
[OptionalFeature / LexEnv]
-description = LexEnv plugin - variables declared with "my" persist between statements
-always_recommend = 1
-default = 1
Lexical::Persistence = 0
[OptionalFeature / MultiLine]
-description = MultiLine::PPI plugin - continue reading lines until all blocks are closed
-always_recommend = 1
-default = 1
PPI = 0
[OptionalFeature / Nopaste]
:version = 0.019
-description = Nopaste plugin - upload a session's input and output to a Pastebin
-always_recommend = 1
-default = 0
App::Nopaste = 0
[OptionalFeature / PPI]
-description = PPI plugin - PPI dumping of Perl code
-always_recommend = 1
-default = 1
PPI = 0
[OptionalFeature / Refresh]
-description = Refresh plugin - automatically reload libraries with Module::Refresh
-always_recommend = 1
-default = 0
Module::Refresh = 0