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