the github remote is now primary
[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.086
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.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 [MetaResources]
29 x_IRC = irc://irc.perl.org/#devel-repl
30
31 [Prereqs / RuntimeRequires]
32 Moose = 0.93
33 MooseX::Object::Pluggable = 0.0009
34 MooseX::Getopt = 0.18
35 Task::Weaken = 0
36
37 [Prereqs / RuntimeRecommends]
38 PPI::XS = 0.902
39
40 [OptionalFeature / Completion]
41 :version = 0.017
42 -description = Completion plugin - extensible tab completion
43 -always_recommend = 1
44 -default = 1
45 PPI = 0
46
47 [OptionalFeature / DDS]
48 -description = DDS plugin - better format results with Data::Dump::Streamer
49 -always_recommend = 1
50 -default = 1
51 Data::Dump::Streamer = 2.39
52
53 [OptionalFeature / DDC]
54 -description = DDC plugin - even better format results with Data::Dumper::Concise
55 -always_recommend = 1
56 -default = 1
57 Data::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
63 File::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
70 Sys::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
76 B::Keywords = 0
77
78 [OptionalFeature / LexEnv]
79 -description = LexEnv plugin - variables declared with "my" persist between statements
80 -always_recommend = 1
81 -default = 1
82 Lexical::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
88 PPI = 0
89
90 [OptionalFeature / Nopaste]
91 :version = 0.019
92 -description = Nopaste plugin - upload a session's input and output to a Pastebin
93 -always_recommend = 1
94 -default = 0
95 App::Nopaste = 0
96
97 [OptionalFeature / PPI]
98 -description = PPI plugin - PPI dumping of Perl code
99 -always_recommend = 1
100 -default = 1
101 PPI = 0
102
103 [OptionalFeature / Refresh]
104 -description = Refresh plugin - automatically reload libraries with Module::Refresh
105 -always_recommend = 1
106 -default = 0
107 Module::Refresh = 0