fix version requirement
[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]
f93b9fc6 14:version = 0.025
dd8f3018 15-remove = PodWeaver
dd8f3018 16server = p5sagit
17Authority.authority = cpan:PHAYLON
18Test::MinimumVersion.max_target_perl = 5.008001
915e6c01 19-remove = PodCoverageTests ; XXX TODO
20-remove = Test::PodSpelling ; XXX TODO
21-remove = Test::UnusedVars ; XXX TODO
6762d292 22AutoPrereqs.finder = CoreModules
23Test::Compile.module_finder = CoreModules
dd8f3018 24
25[ExecDir]
26dir = script
27
a9c27032 28[ContributorsFromGit]
29
dd8f3018 30[Prereqs / RuntimeRequires]
dd8f3018 31Moose = 0.93
32MooseX::Object::Pluggable = 0.0009
33MooseX::Getopt = 0.18
dd8f3018 34Task::Weaken = 0
dd8f3018 35
36[Prereqs / RuntimeRecommends]
37PPI::XS = 0.902
38
39
40[OptionalFeature / Completion]
41:version = 0.005
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
51Data::Dump::Streamer = 0
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]
91-description = Nopaste plugin - upload a session\'s input and output to a Pastebin
92-always_recommend = 1
93-default = 0
94App::Nopaste = 0
95
96[OptionalFeature / PPI]
97-description = PPI plugin - PPI dumping of Perl code
98-always_recommend = 1
99-default = 1
100PPI = 0
101
102[OptionalFeature / Refresh]
103-description = Refresh plugin - automatically reload libraries with Module::Refresh
104-always_recommend = 1
105-default = 0
106Module::Refresh = 0