fail on warnings only for the author (helps avoid upstream deprecation issues from...
[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
7[@Author::ETHER]
8:version = 0.021
9-remove = PodWeaver
10-remove = AutoPrereqs
11server = p5sagit
12Authority.authority = cpan:PHAYLON
13Test::MinimumVersion.max_target_perl = 5.008001
915e6c01 14-remove = PodCoverageTests ; XXX TODO
15-remove = Test::PodSpelling ; XXX TODO
16-remove = Test::UnusedVars ; XXX TODO
dd8f3018 17
18[ExecDir]
19dir = script
20
a9c27032 21[ContributorsFromGit]
22
dd8f3018 23[Prereqs / RuntimeRequires]
24; core
25File::Spec = 0
26Term::ReadLine = 0
27; rest
28Moose = 0.93
29MooseX::Object::Pluggable = 0.0009
30MooseX::Getopt = 0.18
31namespace::autoclean = 0
32File::HomeDir = 0
33Task::Weaken = 0
34B::Concise = 0
35Term::ANSIColor = 0
36Devel::Peek = 0
37Module::Runtime = 0
38
39[Prereqs / TestRequires]
40Test::More = 0.88
41Test::Warnings = 0
ee9bf440 42if = 0
dd8f3018 43
44[Prereqs / RuntimeRecommends]
45PPI::XS = 0.902
46
47
48[OptionalFeature / Completion]
49:version = 0.005
50-description = Completion plugin - extensible tab completion
51-always_recommend = 1
52-default = 1
53PPI = 0
54
dd8f3018 55[OptionalFeature / DDS]
56-description = DDS plugin - better format results with Data::Dump::Streamer
57-always_recommend = 1
58-default = 1
59Data::Dump::Streamer = 0
60
61[OptionalFeature / DDC]
62-description = DDC plugin - even better format results with Data::Dumper::Concise
63-always_recommend = 1
64-default = 1
65Data::Dumper::Concise = 0
66
67[OptionalFeature / INC_completion]
68-description = INC completion driver - tab complete module names in use and require
69-always_recommend = 1
70-default = 1
71File::Next = 0
72
73[OptionalFeature / Interrupt]
74-description = Interrupt plugin - traps SIGINT to kill long-running lines
75-always_recommend = 1
76; if we were munging Makefile.PL, we would make -default = 1 if $^O !~ /Win32/
77-default = 0
78Sys::SigAction = 0
79
80[OptionalFeature / Keywords_completion]
81-description = Keywords completion driver - tab complete Perl keywords and operators
82-always_recommend = 1
83-default = 1
84B::Keywords = 0
85
86[OptionalFeature / LexEnv]
87-description = LexEnv plugin - variables declared with "my" persist between statements
88-always_recommend = 1
89-default = 1
90Lexical::Persistence = 0
91
92[OptionalFeature / MultiLine]
93-description = MultiLine::PPI plugin - continue reading lines until all blocks are closed
94-always_recommend = 1
95-default = 1
96PPI = 0
97
98[OptionalFeature / Nopaste]
99-description = Nopaste plugin - upload a session\'s input and output to a Pastebin
100-always_recommend = 1
101-default = 0
102App::Nopaste = 0
103
104[OptionalFeature / PPI]
105-description = PPI plugin - PPI dumping of Perl code
106-always_recommend = 1
107-default = 1
108PPI = 0
109
110[OptionalFeature / Refresh]
111-description = Refresh plugin - automatically reload libraries with Module::Refresh
112-always_recommend = 1
113-default = 0
114Module::Refresh = 0