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/>)
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/
16 installer = MakeMaker ; Module::Build::Tiny cannot handle dynamic_config => 1
17 changes_version_columns = 11
18 surgical_podweaver = 1
19 Authority.authority = cpan:PHAYLON
20 Test::MinimumVersion.max_target_perl = 5.008001
21 -remove = PodCoverageTests ; XXX TODO
22 -remove = Test::PodSpelling ; XXX TODO
23 AutoPrereqs.finder = CoreModules
24 Test::Compile.module_finder = CoreModules
25 StaticInstall.dry_run = 0 ; we can safely set this here
28 x_IRC = irc://irc.perl.org/#devel-repl
30 [Prereqs / RuntimeRequires]
32 MooseX::Object::Pluggable = 0.0009
36 [Prereqs / RuntimeRecommends]
39 [OptionalFeature / Completion]
41 -description = Completion plugin - extensible tab completion
46 [OptionalFeature / DDS]
47 -description = DDS plugin - better format results with Data::Dump::Streamer
50 Data::Dump::Streamer = 2.39
52 [OptionalFeature / DDC]
53 -description = DDC plugin - even better format results with Data::Dumper::Concise
56 Data::Dumper::Concise = 0
58 [OptionalFeature / INC_completion]
59 -description = INC completion driver - tab complete module names in use and require
64 [OptionalFeature / Interrupt]
65 -description = Interrupt plugin - traps SIGINT to kill long-running lines
67 ; if we were munging Makefile.PL, we would make -default = 1 if $^O !~ /Win32/
71 [OptionalFeature / Keywords_completion]
72 -description = Keywords completion driver - tab complete Perl keywords and operators
77 [OptionalFeature / LexEnv]
78 -description = LexEnv plugin - variables declared with "my" persist between statements
81 Lexical::Persistence = 0
83 [OptionalFeature / MultiLine]
84 -description = MultiLine::PPI plugin - continue reading lines until all blocks are closed
89 [OptionalFeature / Nopaste]
91 -description = Nopaste plugin - upload a session's input and output to a Pastebin
96 [OptionalFeature / PPI]
97 -description = PPI plugin - PPI dumping of Perl code
102 [OptionalFeature / Refresh]
103 -description = Refresh plugin - automatically reload libraries with Module::Refresh
104 -always_recommend = 1