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