Changes entry for DDS prereq
[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 [@Author::ETHER]
14 :version = 0.086
15 ; instead of using origin = p5sagit@git.shadowcat.co.uk:Devel-REPL.git,
16 ; use the read-only mirror p5sagit = git@github.com:p5sagit/Devel-REPL.git
17 ; so we can receive github pull requests
18 server = github
19 GithubMeta.remote = p5sagit
20 installer = MakeMaker   ; Module::Build::Tiny cannot handle dynamic_config => 1
21 changes_version_columns = 11
22 surgical_podweaver = 1
23 Authority.authority = cpan:PHAYLON
24 Test::MinimumVersion.max_target_perl = 5.008001
25 -remove = PodCoverageTests  ; XXX TODO
26 -remove = Test::PodSpelling ; XXX TODO
27 AutoPrereqs.finder = CoreModules
28 Test::Compile.module_finder = CoreModules
29 StaticInstall.dry_run = 0   ; we can safely set this here
30
31 [MetaResources]
32 x_IRC = irc://irc.perl.org/#devel-repl
33
34 [Prereqs / RuntimeRequires]
35 Moose = 0.93
36 MooseX::Object::Pluggable = 0.0009
37 MooseX::Getopt = 0.18
38 Task::Weaken = 0
39
40 [Prereqs / RuntimeRecommends]
41 PPI::XS = 0.902
42
43 [OptionalFeature / Completion]
44 :version = 0.017
45 -description = Completion plugin - extensible tab completion
46 -always_recommend = 1
47 -default = 1
48 PPI = 0
49
50 [OptionalFeature / DDS]
51 -description = DDS plugin - better format results with Data::Dump::Streamer
52 -always_recommend = 1
53 -default = 1
54 Data::Dump::Streamer = 2.39
55
56 [OptionalFeature / DDC]
57 -description = DDC plugin - even better format results with Data::Dumper::Concise
58 -always_recommend = 1
59 -default = 1
60 Data::Dumper::Concise = 0
61
62 [OptionalFeature / INC_completion]
63 -description = INC completion driver - tab complete module names in use and require
64 -always_recommend = 1
65 -default = 1
66 File::Next = 0
67
68 [OptionalFeature / Interrupt]
69 -description = Interrupt plugin - traps SIGINT to kill long-running lines
70 -always_recommend = 1
71 ; if we were munging Makefile.PL, we would make -default = 1 if $^O !~ /Win32/
72 -default = 0
73 Sys::SigAction = 0
74
75 [OptionalFeature / Keywords_completion]
76 -description = Keywords completion driver - tab complete Perl keywords and operators
77 -always_recommend = 1
78 -default = 1
79 B::Keywords = 0
80
81 [OptionalFeature / LexEnv]
82 -description = LexEnv plugin - variables declared with "my" persist between statements
83 -always_recommend = 1
84 -default = 1
85 Lexical::Persistence = 0
86
87 [OptionalFeature / MultiLine]
88 -description = MultiLine::PPI plugin - continue reading lines until all blocks are closed
89 -always_recommend = 1
90 -default = 1
91 PPI = 0
92
93 [OptionalFeature / Nopaste]
94 :version = 0.019
95 -description = Nopaste plugin - upload a session's input and output to a Pastebin
96 -always_recommend = 1
97 -default = 0
98 App::Nopaste = 0
99
100 [OptionalFeature / PPI]
101 -description = PPI plugin - PPI dumping of Perl code
102 -always_recommend = 1
103 -default = 1
104 PPI = 0
105
106 [OptionalFeature / Refresh]
107 -description = Refresh plugin - automatically reload libraries with Module::Refresh
108 -always_recommend = 1
109 -default = 0
110 Module::Refresh = 0