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/
19 installer = MakeMaker ; Module::Build::Tiny cannot handle dynamic_config => 1
20 changes_version_columns = 11
21 Authority.authority = cpan:PHAYLON
22 Test::MinimumVersion.max_target_perl = 5.008001
23 -remove = PodCoverageTests ; XXX TODO
24 -remove = Test::PodSpelling ; XXX TODO
25 -remove = Test::UnusedVars ; XXX TODO
26 AutoPrereqs.finder = CoreModules
27 Test::Compile.module_finder = CoreModules
29 [Prereqs / RuntimeRequires]
31 MooseX::Object::Pluggable = 0.0009
35 [Prereqs / RuntimeRecommends]
38 [OptionalFeature / Completion]
40 -description = Completion plugin - extensible tab completion
45 [OptionalFeature / DDS]
46 -description = DDS plugin - better format results with Data::Dump::Streamer
49 Data::Dump::Streamer = 0
51 [OptionalFeature / DDC]
52 -description = DDC plugin - even better format results with Data::Dumper::Concise
55 Data::Dumper::Concise = 0
57 [OptionalFeature / INC_completion]
58 -description = INC completion driver - tab complete module names in use and require
63 [OptionalFeature / Interrupt]
64 -description = Interrupt plugin - traps SIGINT to kill long-running lines
66 ; if we were munging Makefile.PL, we would make -default = 1 if $^O !~ /Win32/
70 [OptionalFeature / Keywords_completion]
71 -description = Keywords completion driver - tab complete Perl keywords and operators
76 [OptionalFeature / LexEnv]
77 -description = LexEnv plugin - variables declared with "my" persist between statements
80 Lexical::Persistence = 0
82 [OptionalFeature / MultiLine]
83 -description = MultiLine::PPI plugin - continue reading lines until all blocks are closed
88 [OptionalFeature / Nopaste]
90 -description = Nopaste plugin - upload a session's input and output to a Pastebin
95 [OptionalFeature / PPI]
96 -description = PPI plugin - PPI dumping of Perl code
101 [OptionalFeature / Refresh]
102 -description = Refresh plugin - automatically reload libraries with Module::Refresh
103 -always_recommend = 1