1---
2abstract: 'a tool to scan your Perl code for its prerequisites'
3author:
4  - 'Jerome Quelin'
5  - 'Ricardo Signes <rjbs@cpan.org>'
6build_requires:
7  ExtUtils::MakeMaker: '0'
8  File::Spec: '0'
9  File::Temp: '0'
10  PPI::Document: '0'
11  Test::More: '0.96'
12  Try::Tiny: '0'
13configure_requires:
14  ExtUtils::MakeMaker: '0'
15dynamic_config: 0
16generated_by: 'Dist::Zilla version 5.034, CPAN::Meta::Converter version 2.150001'
17license: perl
18meta-spec:
19  url: http://module-build.sourceforge.net/META-spec-v1.4.html
20  version: '1.4'
21name: Perl-PrereqScanner
22requires:
23  CPAN::Meta::Requirements: '2.124'
24  File::Find: '0'
25  File::Spec::Functions: '0'
26  FindBin: '0'
27  Getopt::Long: '0'
28  Getopt::Long::Descriptive: '0'
29  List::MoreUtils: '0'
30  List::Util: '0'
31  Module::Path: '0'
32  Moose: '0'
33  Moose::Role: '0'
34  PPI: '1.215'
35  Params::Util: '0'
36  Scalar::Util: '0'
37  String::RewritePrefix: '0.005'
38  lib: '0'
39  namespace::autoclean: '0'
40  perl: '5.008'
41  strict: '0'
42  warnings: '0'
43resources:
44  MailingList: http://www.listbox.com/subscribe/?list_id=139292
45  bugtracker: https://github.com/rjbs/Perl-PrereqScanner/issues
46  homepage: https://github.com/rjbs/Perl-PrereqScanner
47  repository: https://github.com/rjbs/Perl-PrereqScanner.git
48version: '1.023'
49x_Dist_Zilla:
50  perl:
51    version: '5.021009'
52  plugins:
53    -
54      class: Dist::Zilla::Plugin::MetaResources
55      name: MetaResources
56      version: '5.034'
57    -
58      class: Dist::Zilla::Plugin::Git::GatherDir
59      config:
60        Dist::Zilla::Plugin::GatherDir:
61          exclude_filename: []
62          exclude_match: []
63          follow_symlinks: '0'
64          include_dotfiles: '0'
65          prefix: ''
66          prune_directory: []
67          root: .
68        Dist::Zilla::Plugin::Git::GatherDir:
69          include_untracked: '0'
70      name: '@RJBS/Git::GatherDir'
71      version: '2.033'
72    -
73      class: Dist::Zilla::Plugin::CheckPrereqsIndexed
74      name: '@RJBS/CheckPrereqsIndexed'
75      version: '0.015'
76    -
77      class: Dist::Zilla::Plugin::CheckExtraTests
78      name: '@RJBS/CheckExtraTests'
79      version: '0.026'
80    -
81      class: Dist::Zilla::Plugin::PromptIfStale
82      config:
83        Dist::Zilla::Plugin::PromptIfStale:
84          check_all_plugins: 0
85          check_all_prereqs: 0
86          modules:
87            - Dist::Zilla::PluginBundle::RJBS
88          phase: build
89          skip: []
90      name: '@RJBS/RJBS-Outdated'
91      version: '0.040'
92    -
93      class: Dist::Zilla::Plugin::PromptIfStale
94      config:
95        Dist::Zilla::Plugin::PromptIfStale:
96          check_all_plugins: '1'
97          check_all_prereqs: 0
98          modules: []
99          phase: release
100          skip: []
101      name: '@RJBS/CPAN-Outdated'
102      version: '0.040'
103    -
104      class: Dist::Zilla::Plugin::PruneCruft
105      name: '@RJBS/@Filter/PruneCruft'
106      version: '5.034'
107    -
108      class: Dist::Zilla::Plugin::ManifestSkip
109      name: '@RJBS/@Filter/ManifestSkip'
110      version: '5.034'
111    -
112      class: Dist::Zilla::Plugin::MetaYAML
113      name: '@RJBS/@Filter/MetaYAML'
114      version: '5.034'
115    -
116      class: Dist::Zilla::Plugin::License
117      name: '@RJBS/@Filter/License'
118      version: '5.034'
119    -
120      class: Dist::Zilla::Plugin::Readme
121      name: '@RJBS/@Filter/Readme'
122      version: '5.034'
123    -
124      class: Dist::Zilla::Plugin::ExecDir
125      name: '@RJBS/@Filter/ExecDir'
126      version: '5.034'
127    -
128      class: Dist::Zilla::Plugin::ShareDir
129      name: '@RJBS/@Filter/ShareDir'
130      version: '5.034'
131    -
132      class: Dist::Zilla::Plugin::Manifest
133      name: '@RJBS/@Filter/Manifest'
134      version: '5.034'
135    -
136      class: Dist::Zilla::Plugin::TestRelease
137      name: '@RJBS/@Filter/TestRelease'
138      version: '5.034'
139    -
140      class: Dist::Zilla::Plugin::ConfirmRelease
141      name: '@RJBS/@Filter/ConfirmRelease'
142      version: '5.034'
143    -
144      class: Dist::Zilla::Plugin::UploadToCPAN
145      name: '@RJBS/@Filter/UploadToCPAN'
146      version: '5.034'
147    -
148      class: Dist::Zilla::Plugin::MakeMaker
149      config:
150        Dist::Zilla::Role::TestRunner:
151          default_jobs: 9
152      name: '@RJBS/MakeMaker'
153      version: '5.034'
154    -
155      class: Dist::Zilla::Plugin::AutoPrereqs
156      name: '@RJBS/AutoPrereqs'
157      version: '5.034'
158    -
159      class: Dist::Zilla::Plugin::Git::NextVersion
160      config:
161        Dist::Zilla::Plugin::Git::NextVersion:
162          first_version: '0.001'
163          version_by_branch: '0'
164          version_regexp: (?^:^([0-9]+\.[0-9]+)$)
165        Dist::Zilla::Role::Git::Repo:
166          repo_root: .
167      name: '@RJBS/Git::NextVersion'
168      version: '2.033'
169    -
170      class: Dist::Zilla::Plugin::PkgVersion
171      name: '@RJBS/PkgVersion'
172      version: '5.034'
173    -
174      class: Dist::Zilla::Plugin::MetaConfig
175      name: '@RJBS/MetaConfig'
176      version: '5.034'
177    -
178      class: Dist::Zilla::Plugin::MetaJSON
179      name: '@RJBS/MetaJSON'
180      version: '5.034'
181    -
182      class: Dist::Zilla::Plugin::NextRelease
183      name: '@RJBS/NextRelease'
184      version: '5.034'
185    -
186      class: Dist::Zilla::Plugin::Test::ChangesHasContent
187      name: '@RJBS/Test::ChangesHasContent'
188      version: '0.008'
189    -
190      class: Dist::Zilla::Plugin::PodSyntaxTests
191      name: '@RJBS/PodSyntaxTests'
192      version: '5.034'
193    -
194      class: Dist::Zilla::Plugin::Test::ReportPrereqs
195      name: '@RJBS/Test::ReportPrereqs'
196      version: '0.021'
197    -
198      class: Dist::Zilla::Plugin::Prereqs
199      config:
200        Dist::Zilla::Plugin::Prereqs:
201          phase: test
202          type: requires
203      name: '@RJBS/TestMoreWithSubtests'
204      version: '5.034'
205    -
206      class: Dist::Zilla::Plugin::PodWeaver
207      config:
208        Dist::Zilla::Plugin::PodWeaver:
209          config_plugins:
210            - '@RJBS'
211          finder:
212            - ':InstallModules'
213            - ':ExecFiles'
214          plugins:
215            -
216              class: Pod::Weaver::Plugin::EnsurePod5
217              name: '@CorePrep/EnsurePod5'
218              version: '4.010'
219            -
220              class: Pod::Weaver::Plugin::H1Nester
221              name: '@CorePrep/H1Nester'
222              version: '4.010'
223            -
224              class: Pod::Weaver::Plugin::SingleEncoding
225              name: '@RJBS/SingleEncoding'
226              version: '4.010'
227            -
228              class: Pod::Weaver::Section::Name
229              name: '@RJBS/Name'
230              version: '4.010'
231            -
232              class: Pod::Weaver::Section::Version
233              name: '@RJBS/Version'
234              version: '4.010'
235            -
236              class: Pod::Weaver::Section::Region
237              name: '@RJBS/Prelude'
238              version: '4.010'
239            -
240              class: Pod::Weaver::Section::Generic
241              name: '@RJBS/Synopsis'
242              version: '4.010'
243            -
244              class: Pod::Weaver::Section::Generic
245              name: '@RJBS/Description'
246              version: '4.010'
247            -
248              class: Pod::Weaver::Section::Generic
249              name: '@RJBS/Overview'
250              version: '4.010'
251            -
252              class: Pod::Weaver::Section::Generic
253              name: '@RJBS/Stability'
254              version: '4.010'
255            -
256              class: Pod::Weaver::Section::Collect
257              name: Attributes
258              version: '4.010'
259            -
260              class: Pod::Weaver::Section::Collect
261              name: Methods
262              version: '4.010'
263            -
264              class: Pod::Weaver::Section::Collect
265              name: Functions
266              version: '4.010'
267            -
268              class: Pod::Weaver::Section::Leftovers
269              name: '@RJBS/Leftovers'
270              version: '4.010'
271            -
272              class: Pod::Weaver::Section::Region
273              name: '@RJBS/postlude'
274              version: '4.010'
275            -
276              class: Pod::Weaver::Section::Authors
277              name: '@RJBS/Authors'
278              version: '4.010'
279            -
280              class: Pod::Weaver::Section::Contributors
281              name: '@RJBS/Contributors'
282              version: '0.009'
283            -
284              class: Pod::Weaver::Section::Legal
285              name: '@RJBS/Legal'
286              version: '4.010'
287            -
288              class: Pod::Weaver::Plugin::Transformer
289              name: '@RJBS/List'
290              version: '4.010'
291      name: '@RJBS/PodWeaver'
292      version: '4.006'
293    -
294      class: Dist::Zilla::Plugin::GithubMeta
295      name: '@RJBS/GithubMeta'
296      version: '0.48'
297    -
298      class: Dist::Zilla::Plugin::Git::Check
299      config:
300        Dist::Zilla::Plugin::Git::Check:
301          untracked_files: die
302        Dist::Zilla::Role::Git::DirtyFiles:
303          allow_dirty:
304            - dist.ini
305            - Changes
306          allow_dirty_match: []
307          changelog: Changes
308        Dist::Zilla::Role::Git::Repo:
309          repo_root: .
310      name: '@RJBS/@Git/Check'
311      version: '2.033'
312    -
313      class: Dist::Zilla::Plugin::Git::Commit
314      config:
315        Dist::Zilla::Plugin::Git::Commit:
316          add_files_in: []
317          commit_msg: v%v%n%n%c
318          time_zone: local
319        Dist::Zilla::Role::Git::DirtyFiles:
320          allow_dirty:
321            - dist.ini
322            - Changes
323          allow_dirty_match: []
324          changelog: Changes
325        Dist::Zilla::Role::Git::Repo:
326          repo_root: .
327      name: '@RJBS/@Git/Commit'
328      version: '2.033'
329    -
330      class: Dist::Zilla::Plugin::Git::Tag
331      config:
332        Dist::Zilla::Plugin::Git::Tag:
333          branch: ~
334          signed: 0
335          tag: '1.023'
336          tag_format: '%v'
337          tag_message: v%v
338          time_zone: local
339        Dist::Zilla::Role::Git::Repo:
340          repo_root: .
341      name: '@RJBS/@Git/Tag'
342      version: '2.033'
343    -
344      class: Dist::Zilla::Plugin::Git::Push
345      config:
346        Dist::Zilla::Plugin::Git::Push:
347          push_to:
348            - 'origin :'
349            - 'github :'
350          remotes_must_exist: 0
351        Dist::Zilla::Role::Git::Repo:
352          repo_root: .
353      name: '@RJBS/@Git/Push'
354      version: '2.033'
355    -
356      class: Dist::Zilla::Plugin::Git::Contributors
357      config:
358        Dist::Zilla::Plugin::Git::Contributors:
359          include_authors: '0'
360          include_releaser: '1'
361          order_by: name
362          paths: []
363      name: '@RJBS/Git::Contributors'
364      version: '0.011'
365    -
366      class: Dist::Zilla::Plugin::FinderCode
367      name: ':InstallModules'
368      version: '5.034'
369    -
370      class: Dist::Zilla::Plugin::FinderCode
371      name: ':IncModules'
372      version: '5.034'
373    -
374      class: Dist::Zilla::Plugin::FinderCode
375      name: ':TestFiles'
376      version: '5.034'
377    -
378      class: Dist::Zilla::Plugin::FinderCode
379      name: ':ExecFiles'
380      version: '5.034'
381    -
382      class: Dist::Zilla::Plugin::FinderCode
383      name: ':ShareFiles'
384      version: '5.034'
385    -
386      class: Dist::Zilla::Plugin::FinderCode
387      name: ':MainModule'
388      version: '5.034'
389    -
390      class: Dist::Zilla::Plugin::FinderCode
391      name: ':AllFiles'
392      version: '5.034'
393    -
394      class: Dist::Zilla::Plugin::FinderCode
395      name: ':NoFiles'
396      version: '5.034'
397  zilla:
398    class: Dist::Zilla::Dist::Builder
399    config:
400      is_trial: '0'
401    version: '5.034'
402x_contributors:
403  - 'bowtie <bowtie@cpan.org>'
404  - 'celogeek <me@celogeek.com>'
405  - 'Christopher J. Madsen <perl@cjmweb.net>'
406  - 'David Golden <dagolden@cpan.org>'
407  - 'David Steinbrunner <dsteinbrunner@pobox.com>'
408  - 'Ed J <mohawk2@users.noreply.github.com>'
409  - 'Florian Ragwitz <rafl@debian.org>'
410  - 'Jakob Voss <voss@gbv.de>'
411  - 'Jerome Quelin <jquelin@gmail.com>'
412  - 'Jérôme Quelin <jquelin@gmail.com>'
413  - 'John SJ Anderson <genehack@genehack.org>'
414  - 'Karen Etheridge <ether@cpan.org>'
415  - 'Mark Gardner <gardnerm@gsicommerce.com>'
416  - 'Neil Bowers <neil@bowers.com>'
417  - 'Randy Stauner <rwstauner@cpan.org>'
418  - 'Tina Mueller <tinita@cpan.org>'
419  - 'Vyacheslav Matjukhin <mmcleric@yandex-team.ru>'
420