1---
2abstract: 'a library for sending email'
3author:
4  - 'Ricardo Signes <rjbs@cpan.org>'
5build_requires:
6  Capture::Tiny: '0.08'
7  Cwd: '0'
8  Exporter: '0'
9  ExtUtils::MakeMaker: '0'
10  File::Spec: '0'
11  File::Temp: '0'
12  Test::More: '0.96'
13  lib: '0'
14configure_requires:
15  ExtUtils::MakeMaker: '0'
16dynamic_config: 0
17generated_by: 'Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150005'
18license: perl
19meta-spec:
20  url: http://module-build.sourceforge.net/META-spec-v1.4.html
21  version: '1.4'
22name: Email-Sender
23requires:
24  Carp: '0'
25  Email::Abstract: '3.006'
26  Email::Address: '0'
27  Email::Simple: '1.998'
28  Fcntl: '0'
29  File::Basename: '0'
30  File::Path: '2.06'
31  File::Spec: '0'
32  IO::File: '1.11'
33  IO::Handle: '0'
34  List::Util: '1.45'
35  Module::Runtime: '0'
36  Moo: '2.000000'
37  Moo::Role: '0'
38  MooX::Types::MooseLike: '0.15'
39  MooX::Types::MooseLike::Base: '0'
40  Net::SMTP: '3.07'
41  Scalar::Util: '0'
42  Sub::Exporter: '0'
43  Sub::Exporter::Util: '0'
44  Sys::Hostname: '0'
45  Throwable::Error: '0.200003'
46  Try::Tiny: '0'
47  strict: '0'
48  utf8: '0'
49  warnings: '0'
50resources:
51  bugtracker: https://github.com/rjbs/Email-Sender/issues
52  homepage: https://github.com/rjbs/Email-Sender
53  repository: https://github.com/rjbs/Email-Sender.git
54version: '1.300031'
55x_Dist_Zilla:
56  perl:
57    version: '5.024000'
58  plugins:
59    -
60      class: Dist::Zilla::Plugin::Git::GatherDir
61      config:
62        Dist::Zilla::Plugin::GatherDir:
63          exclude_filename: []
64          exclude_match: []
65          follow_symlinks: 0
66          include_dotfiles: 0
67          prefix: ''
68          prune_directory: []
69          root: .
70        Dist::Zilla::Plugin::Git::GatherDir:
71          include_untracked: 0
72      name: '@RJBS/Git::GatherDir'
73      version: '2.041'
74    -
75      class: Dist::Zilla::Plugin::CheckPrereqsIndexed
76      name: '@RJBS/CheckPrereqsIndexed'
77      version: '0.020'
78    -
79      class: Dist::Zilla::Plugin::CheckExtraTests
80      name: '@RJBS/CheckExtraTests'
81      version: '0.029'
82    -
83      class: Dist::Zilla::Plugin::PromptIfStale
84      config:
85        Dist::Zilla::Plugin::PromptIfStale:
86          check_all_plugins: 0
87          check_all_prereqs: 0
88          modules:
89            - Dist::Zilla::PluginBundle::RJBS
90          phase: build
91          run_under_travis: 0
92          skip: []
93      name: '@RJBS/RJBS-Outdated'
94      version: '0.052'
95    -
96      class: Dist::Zilla::Plugin::PromptIfStale
97      config:
98        Dist::Zilla::Plugin::PromptIfStale:
99          check_all_plugins: 1
100          check_all_prereqs: 0
101          modules: []
102          phase: release
103          run_under_travis: 0
104          skip: []
105      name: '@RJBS/CPAN-Outdated'
106      version: '0.052'
107    -
108      class: Dist::Zilla::Plugin::PruneCruft
109      name: '@RJBS/@Filter/PruneCruft'
110      version: '6.009'
111    -
112      class: Dist::Zilla::Plugin::ManifestSkip
113      name: '@RJBS/@Filter/ManifestSkip'
114      version: '6.009'
115    -
116      class: Dist::Zilla::Plugin::MetaYAML
117      name: '@RJBS/@Filter/MetaYAML'
118      version: '6.009'
119    -
120      class: Dist::Zilla::Plugin::License
121      name: '@RJBS/@Filter/License'
122      version: '6.009'
123    -
124      class: Dist::Zilla::Plugin::Readme
125      name: '@RJBS/@Filter/Readme'
126      version: '6.009'
127    -
128      class: Dist::Zilla::Plugin::ExecDir
129      name: '@RJBS/@Filter/ExecDir'
130      version: '6.009'
131    -
132      class: Dist::Zilla::Plugin::ShareDir
133      name: '@RJBS/@Filter/ShareDir'
134      version: '6.009'
135    -
136      class: Dist::Zilla::Plugin::Manifest
137      name: '@RJBS/@Filter/Manifest'
138      version: '6.009'
139    -
140      class: Dist::Zilla::Plugin::TestRelease
141      name: '@RJBS/@Filter/TestRelease'
142      version: '6.009'
143    -
144      class: Dist::Zilla::Plugin::ConfirmRelease
145      name: '@RJBS/@Filter/ConfirmRelease'
146      version: '6.009'
147    -
148      class: Dist::Zilla::Plugin::UploadToCPAN
149      name: '@RJBS/@Filter/UploadToCPAN'
150      version: '6.009'
151    -
152      class: Dist::Zilla::Plugin::MakeMaker
153      config:
154        Dist::Zilla::Role::TestRunner:
155          default_jobs: 9
156      name: '@RJBS/MakeMaker'
157      version: '6.009'
158    -
159      class: Dist::Zilla::Plugin::AutoPrereqs
160      name: '@RJBS/AutoPrereqs'
161      version: '6.009'
162    -
163      class: Dist::Zilla::Plugin::Git::NextVersion
164      config:
165        Dist::Zilla::Plugin::Git::NextVersion:
166          first_version: '0.001'
167          version_by_branch: 1
168          version_regexp: (?^:^([0-9]+\.[0-9]+)$)
169        Dist::Zilla::Role::Git::Repo:
170          'git --version': 2.11.1
171          repo_root: .
172      name: '@RJBS/Git::NextVersion'
173      version: '2.041'
174    -
175      class: Dist::Zilla::Plugin::PkgVersion
176      name: '@RJBS/PkgVersion'
177      version: '6.009'
178    -
179      class: Dist::Zilla::Plugin::MetaConfig
180      name: '@RJBS/MetaConfig'
181      version: '6.009'
182    -
183      class: Dist::Zilla::Plugin::MetaJSON
184      name: '@RJBS/MetaJSON'
185      version: '6.009'
186    -
187      class: Dist::Zilla::Plugin::NextRelease
188      name: '@RJBS/NextRelease'
189      version: '6.009'
190    -
191      class: Dist::Zilla::Plugin::Test::ChangesHasContent
192      name: '@RJBS/Test::ChangesHasContent'
193      version: '0.010'
194    -
195      class: Dist::Zilla::Plugin::PodSyntaxTests
196      name: '@RJBS/PodSyntaxTests'
197      version: '6.009'
198    -
199      class: Dist::Zilla::Plugin::Test::ReportPrereqs
200      name: '@RJBS/Test::ReportPrereqs'
201      version: '0.025'
202    -
203      class: Dist::Zilla::Plugin::Prereqs
204      config:
205        Dist::Zilla::Plugin::Prereqs:
206          phase: test
207          type: requires
208      name: '@RJBS/TestMoreWithSubtests'
209      version: '6.009'
210    -
211      class: Dist::Zilla::Plugin::PodWeaver
212      config:
213        Dist::Zilla::Plugin::PodWeaver:
214          config_plugins:
215            - '@RJBS'
216          finder:
217            - ':InstallModules'
218            - ':ExecFiles'
219          plugins:
220            -
221              class: Pod::Weaver::Plugin::EnsurePod5
222              name: '@CorePrep/EnsurePod5'
223              version: '4.015'
224            -
225              class: Pod::Weaver::Plugin::H1Nester
226              name: '@CorePrep/H1Nester'
227              version: '4.015'
228            -
229              class: Pod::Weaver::Plugin::SingleEncoding
230              name: '@RJBS/SingleEncoding'
231              version: '4.015'
232            -
233              class: Pod::Weaver::Section::Name
234              name: '@RJBS/Name'
235              version: '4.015'
236            -
237              class: Pod::Weaver::Section::Version
238              name: '@RJBS/Version'
239              version: '4.015'
240            -
241              class: Pod::Weaver::Section::Region
242              name: '@RJBS/Prelude'
243              version: '4.015'
244            -
245              class: Pod::Weaver::Section::Generic
246              name: '@RJBS/Synopsis'
247              version: '4.015'
248            -
249              class: Pod::Weaver::Section::Generic
250              name: '@RJBS/Description'
251              version: '4.015'
252            -
253              class: Pod::Weaver::Section::Generic
254              name: '@RJBS/Overview'
255              version: '4.015'
256            -
257              class: Pod::Weaver::Section::Generic
258              name: '@RJBS/Stability'
259              version: '4.015'
260            -
261              class: Pod::Weaver::Section::Collect
262              name: Attributes
263              version: '4.015'
264            -
265              class: Pod::Weaver::Section::Collect
266              name: Methods
267              version: '4.015'
268            -
269              class: Pod::Weaver::Section::Collect
270              name: Functions
271              version: '4.015'
272            -
273              class: Pod::Weaver::Section::Leftovers
274              name: '@RJBS/Leftovers'
275              version: '4.015'
276            -
277              class: Pod::Weaver::Section::Region
278              name: '@RJBS/postlude'
279              version: '4.015'
280            -
281              class: Pod::Weaver::Section::Authors
282              name: '@RJBS/Authors'
283              version: '4.015'
284            -
285              class: Pod::Weaver::Section::Contributors
286              name: '@RJBS/Contributors'
287              version: '0.009'
288            -
289              class: Pod::Weaver::Section::Legal
290              name: '@RJBS/Legal'
291              version: '4.015'
292            -
293              class: Pod::Weaver::Plugin::Transformer
294              name: '@RJBS/List'
295              version: '4.015'
296      name: '@RJBS/PodWeaver'
297      version: '4.008'
298    -
299      class: Dist::Zilla::Plugin::GithubMeta
300      name: '@RJBS/GithubMeta'
301      version: '0.54'
302    -
303      class: Dist::Zilla::Plugin::Git::Check
304      config:
305        Dist::Zilla::Plugin::Git::Check:
306          untracked_files: die
307        Dist::Zilla::Role::Git::DirtyFiles:
308          allow_dirty:
309            - Changes
310            - dist.ini
311          allow_dirty_match: []
312          changelog: Changes
313        Dist::Zilla::Role::Git::Repo:
314          'git --version': 2.11.1
315          repo_root: .
316      name: '@RJBS/@Git/Check'
317      version: '2.041'
318    -
319      class: Dist::Zilla::Plugin::Git::Commit
320      config:
321        Dist::Zilla::Plugin::Git::Commit:
322          add_files_in: []
323          commit_msg: v%v%n%n%c
324        Dist::Zilla::Role::Git::DirtyFiles:
325          allow_dirty:
326            - Changes
327            - dist.ini
328          allow_dirty_match: []
329          changelog: Changes
330        Dist::Zilla::Role::Git::Repo:
331          'git --version': 2.11.1
332          repo_root: .
333        Dist::Zilla::Role::Git::StringFormatter:
334          time_zone: local
335      name: '@RJBS/@Git/Commit'
336      version: '2.041'
337    -
338      class: Dist::Zilla::Plugin::Git::Tag
339      config:
340        Dist::Zilla::Plugin::Git::Tag:
341          branch: ~
342          changelog: Changes
343          signed: 0
344          tag: '1.300031'
345          tag_format: '%v'
346          tag_message: v%v
347        Dist::Zilla::Role::Git::Repo:
348          'git --version': 2.11.1
349          repo_root: .
350        Dist::Zilla::Role::Git::StringFormatter:
351          time_zone: local
352      name: '@RJBS/@Git/Tag'
353      version: '2.041'
354    -
355      class: Dist::Zilla::Plugin::Git::Push
356      config:
357        Dist::Zilla::Plugin::Git::Push:
358          push_to:
359            - 'rjbs :'
360            - 'github :'
361          remotes_must_exist: 0
362        Dist::Zilla::Role::Git::Repo:
363          'git --version': 2.11.1
364          repo_root: .
365      name: '@RJBS/@Git/Push'
366      version: '2.041'
367    -
368      class: Dist::Zilla::Plugin::Git::Contributors
369      config:
370        Dist::Zilla::Plugin::Git::Contributors:
371          'git --version': 2.11.1
372          include_authors: 0
373          include_releaser: 1
374          order_by: name
375          paths: []
376      name: '@RJBS/Git::Contributors'
377      version: '0.029'
378    -
379      class: Dist::Zilla::Plugin::Prereqs
380      config:
381        Dist::Zilla::Plugin::Prereqs:
382          phase: runtime
383          type: requires
384      name: Prereqs
385      version: '6.009'
386    -
387      class: Dist::Zilla::Plugin::Prereqs
388      config:
389        Dist::Zilla::Plugin::Prereqs:
390          phase: develop
391          type: requires
392      name: DevelopRequires
393      version: '6.009'
394    -
395      class: Dist::Zilla::Plugin::RemovePrereqs
396      config:
397        Dist::Zilla::Plugin::RemovePrereqs:
398          modules_to_remove:
399            - JSON
400            - Net::SMTP::SSL
401            - Sub::Override
402            - Test::MockObject
403      name: RemovePrereqs
404      version: '6.009'
405    -
406      class: Dist::Zilla::Plugin::FinderCode
407      name: ':InstallModules'
408      version: '6.009'
409    -
410      class: Dist::Zilla::Plugin::FinderCode
411      name: ':IncModules'
412      version: '6.009'
413    -
414      class: Dist::Zilla::Plugin::FinderCode
415      name: ':TestFiles'
416      version: '6.009'
417    -
418      class: Dist::Zilla::Plugin::FinderCode
419      name: ':ExtraTestFiles'
420      version: '6.009'
421    -
422      class: Dist::Zilla::Plugin::FinderCode
423      name: ':ExecFiles'
424      version: '6.009'
425    -
426      class: Dist::Zilla::Plugin::FinderCode
427      name: ':PerlExecFiles'
428      version: '6.009'
429    -
430      class: Dist::Zilla::Plugin::FinderCode
431      name: ':ShareFiles'
432      version: '6.009'
433    -
434      class: Dist::Zilla::Plugin::FinderCode
435      name: ':MainModule'
436      version: '6.009'
437    -
438      class: Dist::Zilla::Plugin::FinderCode
439      name: ':AllFiles'
440      version: '6.009'
441    -
442      class: Dist::Zilla::Plugin::FinderCode
443      name: ':NoFiles'
444      version: '6.009'
445  zilla:
446    class: Dist::Zilla::Dist::Builder
447    config:
448      is_trial: '0'
449    version: '6.009'
450x_contributors:
451  - 'Alex Efros <powerman@powerman.name>'
452  - 'Aristotle Pagaltzis <pagaltzis@gmx.de>'
453  - 'Christian Walde <walde.christian@googlemail.com>'
454  - 'David Golden <dagolden@cpan.org>'
455  - 'David Steinbrunner <dsteinbrunner@pobox.com>'
456  - 'Hans Dieter Pearcey <hdp@cpan.org>'
457  - 'HIROSE Masaaki <hirose31@gmail.com>'
458  - 'Justin Hunter <justin.d.hunter@gmail.com>'
459  - 'Karen Etheridge <ether@cpan.org>'
460  - 'Kenichi Ishigaki <ishigaki@cpan.org>'
461  - 'kga <watrty@gmail.com>'
462  - 'Kris Matthews <kris@tigerlms.com>'
463  - 'William Blunn <zgpmax@cpan.org>'
464x_serialization_backend: 'YAML::Tiny version 1.70'
465