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