1---
2abstract: 'IMAP client interface with lots of features'
3author:
4  - 'Rob Mueller <cpan@robm.fastmail.fm>'
5build_requires: {}
6configure_requires:
7  ExtUtils::MakeMaker: '0'
8dynamic_config: 0
9generated_by: 'Dist::Zilla version 6.007, CPAN::Meta::Converter version 2.150010'
10license: perl
11meta-spec:
12  url: http://module-build.sourceforge.net/META-spec-v1.4.html
13  version: '1.4'
14name: Mail-IMAPTalk
15requires:
16  Authen::SASL: '0'
17  Data::Dumper: '0'
18  Digest: '0'
19  Encode: '0'
20  Encode::IMAPUTF7: '0'
21  Exporter: '0'
22  Fcntl: '0'
23  IO::Handle: '0'
24  IO::Select: '0'
25  IO::Socket: '0'
26  MIME::Base64: '0'
27  Socket: '0'
28  constant: '0'
29  strict: '0'
30  warnings: '0'
31resources:
32  bugtracker: https://github.com/robn/mail-imaptalk/issues
33  homepage: https://github.com/robn/mail-imaptalk
34  repository: https://github.com/robn/mail-imaptalk.git
35version: '4.04'
36x_Dist_Zilla:
37  perl:
38    version: '5.024000'
39  plugins:
40    -
41      class: Dist::Zilla::Plugin::PruneCruft
42      name: '@Filter/PruneCruft'
43      version: '6.007'
44    -
45      class: Dist::Zilla::Plugin::ManifestSkip
46      name: '@Filter/ManifestSkip'
47      version: '6.007'
48    -
49      class: Dist::Zilla::Plugin::MetaYAML
50      name: '@Filter/MetaYAML'
51      version: '6.007'
52    -
53      class: Dist::Zilla::Plugin::License
54      name: '@Filter/License'
55      version: '6.007'
56    -
57      class: Dist::Zilla::Plugin::Readme
58      name: '@Filter/Readme'
59      version: '6.007'
60    -
61      class: Dist::Zilla::Plugin::ExtraTests
62      name: '@Filter/ExtraTests'
63      version: '6.007'
64    -
65      class: Dist::Zilla::Plugin::ExecDir
66      name: '@Filter/ExecDir'
67      version: '6.007'
68    -
69      class: Dist::Zilla::Plugin::ShareDir
70      name: '@Filter/ShareDir'
71      version: '6.007'
72    -
73      class: Dist::Zilla::Plugin::MakeMaker
74      config:
75        Dist::Zilla::Role::TestRunner:
76          default_jobs: 1
77      name: '@Filter/MakeMaker'
78      version: '6.007'
79    -
80      class: Dist::Zilla::Plugin::Manifest
81      name: '@Filter/Manifest'
82      version: '6.007'
83    -
84      class: Dist::Zilla::Plugin::TestRelease
85      name: '@Filter/TestRelease'
86      version: '6.007'
87    -
88      class: Dist::Zilla::Plugin::ConfirmRelease
89      name: '@Filter/ConfirmRelease'
90      version: '6.007'
91    -
92      class: Dist::Zilla::Plugin::UploadToCPAN
93      name: '@Filter/UploadToCPAN'
94      version: '6.007'
95    -
96      class: Dist::Zilla::Plugin::GatherDir
97      config:
98        Dist::Zilla::Plugin::GatherDir:
99          exclude_filename:
100            - Makefile.PL
101          exclude_match: []
102          follow_symlinks: 0
103          include_dotfiles: 0
104          prefix: ''
105          prune_directory: []
106          root: .
107      name: GatherDir
108      version: '6.007'
109    -
110      class: Dist::Zilla::Plugin::AutoPrereqs
111      name: AutoPrereqs
112      version: '6.007'
113    -
114      class: Dist::Zilla::Plugin::PkgVersion
115      name: PkgVersion
116      version: '6.007'
117    -
118      class: Dist::Zilla::Plugin::MetaConfig
119      name: MetaConfig
120      version: '6.007'
121    -
122      class: Dist::Zilla::Plugin::MetaJSON
123      name: MetaJSON
124      version: '6.007'
125    -
126      class: Dist::Zilla::Plugin::NextRelease
127      name: NextRelease
128      version: '6.007'
129    -
130      class: Dist::Zilla::Plugin::GithubMeta
131      name: GithubMeta
132      version: '0.54'
133    -
134      class: Dist::Zilla::Plugin::Git::Check
135      config:
136        Dist::Zilla::Plugin::Git::Check:
137          untracked_files: die
138        Dist::Zilla::Role::Git::DirtyFiles:
139          allow_dirty:
140            - .travis.yml
141            - Changes
142            - Makefile.PL
143            - dist.ini
144          allow_dirty_match: []
145          changelog: Changes
146        Dist::Zilla::Role::Git::Repo:
147          repo_root: .
148      name: '@Git/Check'
149      version: '2.039'
150    -
151      class: Dist::Zilla::Plugin::Git::Commit
152      config:
153        Dist::Zilla::Plugin::Git::Commit:
154          add_files_in: []
155          commit_msg: v%v%n%n%c
156        Dist::Zilla::Role::Git::DirtyFiles:
157          allow_dirty:
158            - .travis.yml
159            - Changes
160            - Makefile.PL
161            - dist.ini
162          allow_dirty_match: []
163          changelog: Changes
164        Dist::Zilla::Role::Git::Repo:
165          repo_root: .
166        Dist::Zilla::Role::Git::StringFormatter:
167          time_zone: local
168      name: '@Git/Commit'
169      version: '2.039'
170    -
171      class: Dist::Zilla::Plugin::Git::Tag
172      config:
173        Dist::Zilla::Plugin::Git::Tag:
174          branch: ~
175          changelog: Changes
176          signed: 0
177          tag: '4.04'
178          tag_format: '%v'
179          tag_message: v%v
180        Dist::Zilla::Role::Git::Repo:
181          repo_root: .
182        Dist::Zilla::Role::Git::StringFormatter:
183          time_zone: local
184      name: '@Git/Tag'
185      version: '2.039'
186    -
187      class: Dist::Zilla::Plugin::Git::Push
188      config:
189        Dist::Zilla::Plugin::Git::Push:
190          push_to:
191            - origin
192          remotes_must_exist: 1
193        Dist::Zilla::Role::Git::Repo:
194          repo_root: .
195      name: '@Git/Push'
196      version: '2.039'
197    -
198      class: Dist::Zilla::Plugin::ReadmeAnyFromPod
199      config:
200        Dist::Zilla::Role::FileWatcher:
201          version: '0.006'
202      name: MarkdownInRoot
203      version: '0.161170'
204    -
205      class: Dist::Zilla::Plugin::CopyFilesFromBuild
206      name: CopyFilesFromBuild
207      version: '0.161350'
208    -
209      class: Dist::Zilla::Plugin::FinderCode
210      name: ':InstallModules'
211      version: '6.007'
212    -
213      class: Dist::Zilla::Plugin::FinderCode
214      name: ':IncModules'
215      version: '6.007'
216    -
217      class: Dist::Zilla::Plugin::FinderCode
218      name: ':TestFiles'
219      version: '6.007'
220    -
221      class: Dist::Zilla::Plugin::FinderCode
222      name: ':ExtraTestFiles'
223      version: '6.007'
224    -
225      class: Dist::Zilla::Plugin::FinderCode
226      name: ':ExecFiles'
227      version: '6.007'
228    -
229      class: Dist::Zilla::Plugin::FinderCode
230      name: ':PerlExecFiles'
231      version: '6.007'
232    -
233      class: Dist::Zilla::Plugin::FinderCode
234      name: ':ShareFiles'
235      version: '6.007'
236    -
237      class: Dist::Zilla::Plugin::FinderCode
238      name: ':MainModule'
239      version: '6.007'
240    -
241      class: Dist::Zilla::Plugin::FinderCode
242      name: ':AllFiles'
243      version: '6.007'
244    -
245      class: Dist::Zilla::Plugin::FinderCode
246      name: ':NoFiles'
247      version: '6.007'
248  zilla:
249    class: Dist::Zilla::Dist::Builder
250    config:
251      is_trial: '0'
252    version: '6.007'
253x_serialization_backend: 'YAML::Tiny version 1.69'
254