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