add =head1 VERSION sections to pod
[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 [PodVersion]
14
15 [@Author::ETHER]
16 :version = 0.025
17 -remove = PodWeaver
18 server = p5sagit
19 installer = MakeMaker   ; Module::Build::Tiny cannot handle dynamic_config => 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 -remove = Test::UnusedVars  ; XXX TODO
25 AutoPrereqs.finder = CoreModules
26 Test::Compile.module_finder = CoreModules
27
28 [ExecDir]
29 dir = script
30
31 [ContributorsFromGit]
32
33 [Prereqs / RuntimeRequires]
34 Moose = 0.93
35 MooseX::Object::Pluggable = 0.0009
36 MooseX::Getopt = 0.18
37 Task::Weaken = 0
38
39 [Prereqs / RuntimeRecommends]
40 PPI::XS = 0.902
41
42 [DynamicPrereqs]
43 ; add all x_default=>1 optional prereqs to PREREQ_PM if not running
44 ; interactively, or defaults explicitly requested.
45 -raw = if ($ENV{PERL_MM_USE_DEFAULT} or
46 -raw =     not (-t STDIN && (-t STDOUT || !(-f STDOUT || -c STDOUT)))) {
47 -raw =     # optional feature defaults
48 -raw =     my %defaults = (
49 -raw =         'PPI' => '0',
50 -raw =         'Data::Dump::Streamer' => '0',
51 -raw =         'Data::Dumper::Concise' => '0',
52 -raw =         'File::Next' => '0',
53 -raw =         'B::Keywords' => '0',
54 -raw =         'Lexical::Persistence' => '0',
55 -raw =     );
56 -raw =     $WriteMakefileArgs{PREREQ_PM}{$_} = $FallbackPrereqs{$_} = $defaults{$_} foreach (keys %defaults);
57 -raw = }
58
59 [OptionalFeature / Completion]
60 :version = 0.005
61 -description = Completion plugin - extensible tab completion
62 -always_recommend = 1
63 -default = 1
64 PPI = 0
65
66 [OptionalFeature / DDS]
67 -description = DDS plugin - better format results with Data::Dump::Streamer
68 -always_recommend = 1
69 -default = 1
70 Data::Dump::Streamer = 0
71
72 [OptionalFeature / DDC]
73 -description = DDC plugin - even better format results with Data::Dumper::Concise
74 -always_recommend = 1
75 -default = 1
76 Data::Dumper::Concise = 0
77
78 [OptionalFeature / INC_completion]
79 -description = INC completion driver - tab complete module names in use and require
80 -always_recommend = 1
81 -default = 1
82 File::Next = 0
83
84 [OptionalFeature / Interrupt]
85 -description = Interrupt plugin - traps SIGINT to kill long-running lines
86 -always_recommend = 1
87 ; if we were munging Makefile.PL, we would make -default = 1 if $^O !~ /Win32/
88 -default = 0
89 Sys::SigAction = 0
90
91 [OptionalFeature / Keywords_completion]
92 -description = Keywords completion driver - tab complete Perl keywords and operators
93 -always_recommend = 1
94 -default = 1
95 B::Keywords = 0
96
97 [OptionalFeature / LexEnv]
98 -description = LexEnv plugin - variables declared with "my" persist between statements
99 -always_recommend = 1
100 -default = 1
101 Lexical::Persistence = 0
102
103 [OptionalFeature / MultiLine]
104 -description = MultiLine::PPI plugin - continue reading lines until all blocks are closed
105 -always_recommend = 1
106 -default = 1
107 PPI = 0
108
109 [OptionalFeature / Nopaste]
110 -description = Nopaste plugin - upload a session\'s input and output to a Pastebin
111 -always_recommend = 1
112 -default = 0
113 App::Nopaste = 0
114
115 [OptionalFeature / PPI]
116 -description = PPI plugin - PPI dumping of Perl code
117 -always_recommend = 1
118 -default = 1
119 PPI = 0
120
121 [OptionalFeature / Refresh]
122 -description = Refresh plugin - automatically reload libraries with Module::Refresh
123 -always_recommend = 1
124 -default = 0
125 Module::Refresh = 0