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