1---
2abstract: 'HTTP cookie jars'
3author:
4  - 'Gisle Aas <gisle@activestate.com>'
5build_requires:
6  ExtUtils::MakeMaker: '0'
7  File::Spec: '0'
8  HTTP::Response: '0'
9  Test: '0'
10  Test::More: '0'
11  URI: '0'
12  warnings: '0'
13configure_requires:
14  ExtUtils::MakeMaker: '0'
15dynamic_config: 1
16generated_by: 'Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010'
17license: perl
18meta-spec:
19  url: http://module-build.sourceforge.net/META-spec-v1.4.html
20  version: '1.4'
21name: HTTP-Cookies
22no_index:
23  directory:
24    - examples
25    - t
26    - xt
27requires:
28  Carp: '0'
29  HTTP::Date: '6'
30  HTTP::Headers::Util: '6'
31  HTTP::Request: '0'
32  locale: '0'
33  perl: '5.008001'
34  strict: '0'
35resources:
36  bugtracker: https://github.com/libwww-perl/HTTP-Cookies/issues
37  homepage: https://github.com/libwww-perl/HTTP-Cookies
38  repository: https://github.com/libwww-perl/HTTP-Cookies.git
39version: '6.10'
40x_Dist_Zilla:
41  perl:
42    version: '5.030003'
43  plugins:
44    -
45      class: Dist::Zilla::Plugin::Encoding
46      name: Encoding
47      version: '6.017'
48    -
49      class: Dist::Zilla::Plugin::OSPrereqs
50      config:
51        Dist::Zilla::Plugin::OSPrereqs:
52          os: MSWin32
53      name: MSWin32
54      version: '0.011'
55    -
56      class: Dist::Zilla::Plugin::AutoPrereqs
57      name: AutoPrereqs
58      version: '6.017'
59    -
60      class: Dist::Zilla::Plugin::Prereqs
61      config:
62        Dist::Zilla::Plugin::Prereqs:
63          phase: runtime
64          type: requires
65      name: Prereqs
66      version: '6.017'
67    -
68      class: Dist::Zilla::Plugin::PromptIfStale
69      config:
70        Dist::Zilla::Plugin::PromptIfStale:
71          check_all_plugins: 0
72          check_all_prereqs: 0
73          modules:
74            - Dist::Zilla::PluginBundle::Author::OALDERS
75          phase: build
76          run_under_travis: 0
77          skip: []
78      name: '@Author::OALDERS/stale modules, build'
79      version: '0.057'
80    -
81      class: Dist::Zilla::Plugin::PromptIfStale
82      config:
83        Dist::Zilla::Plugin::PromptIfStale:
84          check_all_plugins: 1
85          check_all_prereqs: 1
86          modules: []
87          phase: release
88          run_under_travis: 0
89          skip: []
90      name: '@Author::OALDERS/stale modules, release'
91      version: '0.057'
92    -
93      class: Dist::Zilla::Plugin::CheckChangesHasContent
94      name: '@Author::OALDERS/CheckChangesHasContent'
95      version: '0.011'
96    -
97      class: Dist::Zilla::Plugin::MakeMaker
98      config:
99        Dist::Zilla::Role::TestRunner:
100          default_jobs: '4'
101      name: '@Author::OALDERS/MakeMaker'
102      version: '6.017'
103    -
104      class: Dist::Zilla::Plugin::CPANFile
105      name: '@Author::OALDERS/CPANFile'
106      version: '6.017'
107    -
108      class: Dist::Zilla::Plugin::ContributorsFile
109      name: '@Author::OALDERS/ContributorsFile'
110      version: 0.3.0
111    -
112      class: Dist::Zilla::Plugin::MetaJSON
113      name: '@Author::OALDERS/MetaJSON'
114      version: '6.017'
115    -
116      class: Dist::Zilla::Plugin::MetaYAML
117      name: '@Author::OALDERS/MetaYAML'
118      version: '6.017'
119    -
120      class: Dist::Zilla::Plugin::Manifest
121      name: '@Author::OALDERS/Manifest'
122      version: '6.017'
123    -
124      class: Dist::Zilla::Plugin::MetaNoIndex
125      name: '@Author::OALDERS/MetaNoIndex'
126      version: '6.017'
127    -
128      class: Dist::Zilla::Plugin::MetaConfig
129      name: '@Author::OALDERS/MetaConfig'
130      version: '6.017'
131    -
132      class: Dist::Zilla::Plugin::MetaResources
133      name: '@Author::OALDERS/MetaResources'
134      version: '6.017'
135    -
136      class: Dist::Zilla::Plugin::License
137      name: '@Author::OALDERS/License'
138      version: '6.017'
139    -
140      class: Dist::Zilla::Plugin::InstallGuide
141      config:
142        Dist::Zilla::Role::ModuleMetadata:
143          Module::Metadata: '1.000037'
144          version: '0.006'
145      name: '@Author::OALDERS/InstallGuide'
146      version: '1.200013'
147    -
148      class: Dist::Zilla::Plugin::ExecDir
149      name: '@Author::OALDERS/ExecDir'
150      version: '6.017'
151    -
152      class: Dist::Zilla::Plugin::MojibakeTests
153      name: '@Author::OALDERS/MojibakeTests'
154      version: '0.8'
155    -
156      class: Dist::Zilla::Plugin::PodSyntaxTests
157      name: '@Author::OALDERS/PodSyntaxTests'
158      version: '6.017'
159    -
160      class: Dist::Zilla::Plugin::Test::CPAN::Changes
161      config:
162        Dist::Zilla::Plugin::Test::CPAN::Changes:
163          changelog: Changes
164      name: '@Author::OALDERS/Test::CPAN::Changes'
165      version: '0.012'
166    -
167      class: Dist::Zilla::Plugin::Test::EOL
168      config:
169        Dist::Zilla::Plugin::Test::EOL:
170          filename: xt/author/eol.t
171          finder:
172            - ':ExecFiles'
173            - ':InstallModules'
174            - ':TestFiles'
175          trailing_whitespace: 1
176      name: '@Author::OALDERS/Test::EOL'
177      version: '0.19'
178    -
179      class: Dist::Zilla::Plugin::Test::Pod::Coverage::Configurable
180      name: '@Author::OALDERS/Test::Pod::Coverage::Configurable'
181      version: '0.07'
182    -
183      class: Dist::Zilla::Plugin::Test::Portability
184      config:
185        Dist::Zilla::Plugin::Test::Portability:
186          options: ''
187      name: '@Author::OALDERS/Test::Portability'
188      version: '2.001000'
189    -
190      class: Dist::Zilla::Plugin::TestRelease
191      name: '@Author::OALDERS/TestRelease'
192      version: '6.017'
193    -
194      class: Dist::Zilla::Plugin::Test::ReportPrereqs
195      name: '@Author::OALDERS/Test::ReportPrereqs'
196      version: '0.028'
197    -
198      class: Dist::Zilla::Plugin::Test::Version
199      name: '@Author::OALDERS/Test::Version'
200      version: '1.09'
201    -
202      class: Dist::Zilla::Plugin::RunExtraTests
203      config:
204        Dist::Zilla::Role::TestRunner:
205          default_jobs: '4'
206      name: '@Author::OALDERS/RunExtraTests'
207      version: '0.029'
208    -
209      class: Dist::Zilla::Plugin::PodWeaver
210      config:
211        Dist::Zilla::Plugin::PodWeaver:
212          finder:
213            - ':InstallModules'
214            - ':ExecFiles'
215          plugins:
216            -
217              class: Pod::Weaver::Plugin::EnsurePod5
218              name: '@CorePrep/EnsurePod5'
219              version: '4.015'
220            -
221              class: Pod::Weaver::Plugin::H1Nester
222              name: '@CorePrep/H1Nester'
223              version: '4.015'
224            -
225              class: Pod::Weaver::Plugin::SingleEncoding
226              name: '@Default/SingleEncoding'
227              version: '4.015'
228            -
229              class: Pod::Weaver::Section::Name
230              name: '@Default/Name'
231              version: '4.015'
232            -
233              class: Pod::Weaver::Section::Version
234              name: '@Default/Version'
235              version: '4.015'
236            -
237              class: Pod::Weaver::Section::Region
238              name: '@Default/prelude'
239              version: '4.015'
240            -
241              class: Pod::Weaver::Section::Generic
242              name: SYNOPSIS
243              version: '4.015'
244            -
245              class: Pod::Weaver::Section::Generic
246              name: DESCRIPTION
247              version: '4.015'
248            -
249              class: Pod::Weaver::Section::Generic
250              name: OVERVIEW
251              version: '4.015'
252            -
253              class: Pod::Weaver::Section::Collect
254              name: ATTRIBUTES
255              version: '4.015'
256            -
257              class: Pod::Weaver::Section::Collect
258              name: METHODS
259              version: '4.015'
260            -
261              class: Pod::Weaver::Section::Collect
262              name: FUNCTIONS
263              version: '4.015'
264            -
265              class: Pod::Weaver::Section::Leftovers
266              name: '@Default/Leftovers'
267              version: '4.015'
268            -
269              class: Pod::Weaver::Section::Region
270              name: '@Default/postlude'
271              version: '4.015'
272            -
273              class: Pod::Weaver::Section::Authors
274              name: '@Default/Authors'
275              version: '4.015'
276            -
277              class: Pod::Weaver::Section::Legal
278              name: '@Default/Legal'
279              version: '4.015'
280      name: '@Author::OALDERS/PodWeaver'
281      version: '4.008'
282    -
283      class: Dist::Zilla::Plugin::PruneCruft
284      name: '@Author::OALDERS/PruneCruft'
285      version: '6.017'
286    -
287      class: Dist::Zilla::Plugin::CopyFilesFromBuild
288      name: '@Author::OALDERS/CopyFilesFromBuild'
289      version: '0.170880'
290    -
291      class: Dist::Zilla::Plugin::GithubMeta
292      name: '@Author::OALDERS/GithubMeta'
293      version: '0.58'
294    -
295      class: Dist::Zilla::Plugin::Git::GatherDir
296      config:
297        Dist::Zilla::Plugin::GatherDir:
298          exclude_filename:
299            - Install
300            - LICENSE
301            - META.json
302            - Makefile.PL
303            - README.md
304            - cpanfile
305          exclude_match: []
306          follow_symlinks: 0
307          include_dotfiles: 0
308          prefix: ''
309          prune_directory: []
310          root: .
311        Dist::Zilla::Plugin::Git::GatherDir:
312          include_untracked: 0
313      name: '@Author::OALDERS/Git::GatherDir'
314      version: '2.047'
315    -
316      class: Dist::Zilla::Plugin::CopyFilesFromRelease
317      config:
318        Dist::Zilla::Plugin::CopyFilesFromRelease:
319          filename:
320            - Install
321          match: []
322      name: '@Author::OALDERS/CopyFilesFromRelease'
323      version: '0.007'
324    -
325      class: Dist::Zilla::Plugin::Git::Check
326      config:
327        Dist::Zilla::Plugin::Git::Check:
328          untracked_files: die
329        Dist::Zilla::Role::Git::DirtyFiles:
330          allow_dirty:
331            - Changes
332            - Install
333            - LICENSE
334            - META.json
335            - Makefile.PL
336            - README.md
337            - cpanfile
338            - dist.ini
339          allow_dirty_match: []
340          changelog: Changes
341        Dist::Zilla::Role::Git::Repo:
342          git_version: 2.29.2
343          repo_root: .
344      name: '@Author::OALDERS/Git::Check'
345      version: '2.047'
346    -
347      class: Dist::Zilla::Plugin::Git::Contributors
348      config:
349        Dist::Zilla::Plugin::Git::Contributors:
350          git_version: 2.29.2
351          include_authors: 0
352          include_releaser: 1
353          order_by: name
354          paths: []
355      name: '@Author::OALDERS/Git::Contributors'
356      version: '0.036'
357    -
358      class: Dist::Zilla::Plugin::ReadmeAnyFromPod
359      config:
360        Dist::Zilla::Role::FileWatcher:
361          version: '0.006'
362      name: '@Author::OALDERS/ReadmeMdInBuild'
363      version: '0.163250'
364    -
365      class: Dist::Zilla::Plugin::StaticInstall
366      config:
367        Dist::Zilla::Plugin::StaticInstall:
368          dry_run: 0
369          mode: off
370      name: '@Author::OALDERS/StaticInstall'
371      version: '0.012'
372    -
373      class: Dist::Zilla::Plugin::ShareDir
374      name: '@Author::OALDERS/ShareDir'
375      version: '6.017'
376    -
377      class: Dist::Zilla::Plugin::CheckIssues
378      name: '@Author::OALDERS/CheckIssues'
379      version: '0.011'
380    -
381      class: Dist::Zilla::Plugin::ConfirmRelease
382      name: '@Author::OALDERS/ConfirmRelease'
383      version: '6.017'
384    -
385      class: Dist::Zilla::Plugin::UploadToCPAN
386      name: '@Author::OALDERS/UploadToCPAN'
387      version: '6.017'
388    -
389      class: Dist::Zilla::Plugin::RewriteVersion::Transitional
390      config:
391        Dist::Zilla::Plugin::RewriteVersion:
392          add_tarball_name: 0
393          finders:
394            - ':ExecFiles'
395            - ':InstallModules'
396          global: 0
397          skip_version_provider: 0
398        Dist::Zilla::Plugin::RewriteVersion::Transitional: {}
399      name: '@Author::OALDERS/@Git::VersionManager/RewriteVersion::Transitional'
400      version: '0.009'
401    -
402      class: Dist::Zilla::Plugin::MetaProvides::Update
403      name: '@Author::OALDERS/@Git::VersionManager/MetaProvides::Update'
404      version: '0.007'
405    -
406      class: Dist::Zilla::Plugin::CopyFilesFromRelease
407      config:
408        Dist::Zilla::Plugin::CopyFilesFromRelease:
409          filename:
410            - Changes
411          match: []
412      name: '@Author::OALDERS/@Git::VersionManager/CopyFilesFromRelease'
413      version: '0.007'
414    -
415      class: Dist::Zilla::Plugin::Git::Commit
416      config:
417        Dist::Zilla::Plugin::Git::Commit:
418          add_files_in: []
419          commit_msg: v%V%n%n%c
420          signoff: 0
421        Dist::Zilla::Role::Git::DirtyFiles:
422          allow_dirty:
423            - Changes
424            - Install
425            - LICENSE
426            - META.json
427            - Makefile.PL
428            - README.md
429            - cpanfile
430            - dist.ini
431          allow_dirty_match: []
432          changelog: Changes
433        Dist::Zilla::Role::Git::Repo:
434          git_version: 2.29.2
435          repo_root: .
436        Dist::Zilla::Role::Git::StringFormatter:
437          time_zone: local
438      name: '@Author::OALDERS/@Git::VersionManager/release snapshot'
439      version: '2.047'
440    -
441      class: Dist::Zilla::Plugin::Git::Tag
442      config:
443        Dist::Zilla::Plugin::Git::Tag:
444          branch: ~
445          changelog: Changes
446          signed: 0
447          tag: v6.10
448          tag_format: v%V
449          tag_message: v%V
450        Dist::Zilla::Role::Git::Repo:
451          git_version: 2.29.2
452          repo_root: .
453        Dist::Zilla::Role::Git::StringFormatter:
454          time_zone: local
455      name: '@Author::OALDERS/@Git::VersionManager/Git::Tag'
456      version: '2.047'
457    -
458      class: Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional
459      config:
460        Dist::Zilla::Plugin::BumpVersionAfterRelease:
461          finders:
462            - ':ExecFiles'
463            - ':InstallModules'
464          global: 0
465          munge_makefile_pl: 1
466        Dist::Zilla::Plugin::BumpVersionAfterRelease::Transitional: {}
467      name: '@Author::OALDERS/@Git::VersionManager/BumpVersionAfterRelease::Transitional'
468      version: '0.009'
469    -
470      class: Dist::Zilla::Plugin::NextRelease
471      name: '@Author::OALDERS/@Git::VersionManager/NextRelease'
472      version: '6.017'
473    -
474      class: Dist::Zilla::Plugin::Git::Commit
475      config:
476        Dist::Zilla::Plugin::Git::Commit:
477          add_files_in: []
478          commit_msg: 'increment $VERSION after %v release'
479          signoff: 0
480        Dist::Zilla::Role::Git::DirtyFiles:
481          allow_dirty:
482            - Build.PL
483            - Changes
484            - Makefile.PL
485          allow_dirty_match:
486            - (?^:^lib/.*\.pm$)
487          changelog: Changes
488        Dist::Zilla::Role::Git::Repo:
489          git_version: 2.29.2
490          repo_root: .
491        Dist::Zilla::Role::Git::StringFormatter:
492          time_zone: local
493      name: '@Author::OALDERS/@Git::VersionManager/post-release commit'
494      version: '2.047'
495    -
496      class: Dist::Zilla::Plugin::Git::Push
497      config:
498        Dist::Zilla::Plugin::Git::Push:
499          push_to:
500            - origin
501          remotes_must_exist: 1
502        Dist::Zilla::Role::Git::Repo:
503          git_version: 2.29.2
504          repo_root: .
505      name: '@Author::OALDERS/Git::Push'
506      version: '2.047'
507    -
508      class: Dist::Zilla::Plugin::BumpVersionAfterRelease
509      config:
510        Dist::Zilla::Plugin::BumpVersionAfterRelease:
511          finders:
512            - ':ExecFiles'
513            - ':InstallModules'
514          global: 0
515          munge_makefile_pl: 1
516      name: BumpVersionAfterRelease
517      version: '0.018'
518    -
519      class: Dist::Zilla::Plugin::FinderCode
520      name: ':InstallModules'
521      version: '6.017'
522    -
523      class: Dist::Zilla::Plugin::FinderCode
524      name: ':IncModules'
525      version: '6.017'
526    -
527      class: Dist::Zilla::Plugin::FinderCode
528      name: ':TestFiles'
529      version: '6.017'
530    -
531      class: Dist::Zilla::Plugin::FinderCode
532      name: ':ExtraTestFiles'
533      version: '6.017'
534    -
535      class: Dist::Zilla::Plugin::FinderCode
536      name: ':ExecFiles'
537      version: '6.017'
538    -
539      class: Dist::Zilla::Plugin::FinderCode
540      name: ':PerlExecFiles'
541      version: '6.017'
542    -
543      class: Dist::Zilla::Plugin::FinderCode
544      name: ':ShareFiles'
545      version: '6.017'
546    -
547      class: Dist::Zilla::Plugin::FinderCode
548      name: ':MainModule'
549      version: '6.017'
550    -
551      class: Dist::Zilla::Plugin::FinderCode
552      name: ':AllFiles'
553      version: '6.017'
554    -
555      class: Dist::Zilla::Plugin::FinderCode
556      name: ':NoFiles'
557      version: '6.017'
558  zilla:
559    class: Dist::Zilla::Dist::Builder
560    config:
561      is_trial: '0'
562    version: '6.017'
563x_contributors:
564  - 'Adam Kennedy <adamk@cpan.org>'
565  - 'Adam Sjogren <asjo@koldfront.dk>'
566  - 'Alexey Tourbin <at@altlinux.ru>'
567  - 'Alex Kapranoff <ka@nadoby.ru>'
568  - 'Alex Peters <alex@peters.net>'
569  - 'Alex Peters <lxp@cpan.org>'
570  - 'amire80 <amir.aharoni@gmail.com>'
571  - 'Andreas J. Koenig <andreas.koenig@anima.de>'
572  - 'Bernhard M. Wiedemann <bwiedemann@suse.de>'
573  - 'Bill Mann <wfmann@alum.mit.edu>'
574  - 'Bron Gondwana <brong@fastmail.fm>'
575  - 'Charlie Hothersall-Thomas <me@charlie.ht>'
576  - 'Chase Whitener <capoeirab@cpan.org>'
577  - 'Colin Newell <c.newell@cv-library.co.uk>'
578  - 'Colin Newell <colin.newell@gmail.com>'
579  - 'Daniel Hedlund <Daniel.Hedlund@eprize.com>'
580  - 'Dave Menninger <dave.menninger@online-rewards.com>'
581  - 'David E. Wheeler <david@justatheory.com>'
582  - 'DAVIDRW <davidrw@cpan.org>'
583  - 'Father Chrysostomos <sprout@cpan.org>'
584  - 'FWILES <FWILES@cpan.org>'
585  - 'Gavin Peters <gpeters@deepsky.com>'
586  - 'George Grozdev <g.grozdev@cv-library.co.uk>'
587  - 'Graeme Thompson <Graeme.Thompson@mobilecohesion.com>'
588  - 'Hans-H. Froehlich <hfroehlich@co-de-co.de>'
589  - 'Ian Kilgore <iank@cpan.org>'
590  - 'Jacob J <waif@chaos2.org>'
591  - 'James McCoy <vega.james@gmail.com>'
592  - 'James Raspass <jraspass@gmail.com>'
593  - 'jefflee <shaohua@gmail.com>'
594  - 'john9art <john9art@yahoo.com>'
595  - 'Mark Raymond <m.raymond@cv-library.co.uk>'
596  - 'Mark Stosberg <MARKSTOS@cpan.org>'
597  - 'Mike Schilli <m@perlmeiser.com>'
598  - 'Mohammad S Anwar <mohammad.anwar@yahoo.com>'
599  - 'murphy <murphy@genome.chop.edu>'
600  - 'Olaf Alders <olaf@wundersolutions.com>'
601  - 'Ondrej Hanak <ondrej.hanak@ubs.com>'
602  - 'Perlover <perlover@perlover.com>'
603  - 'Peter Rabbitson <ribasushi@cpan.org>'
604  - 'Philip J. Ludlam <p.ludlam@cv-library.co.uk>'
605  - 'phrstbrn <phrstbrn@gmail.com>'
606  - 'Robert Stone <talby@trap.mtview.ca.us>'
607  - 'robnagler <github@q33.us>'
608  - 'Rolf Grossmann <rg@progtech.net>'
609  - 'ruff <ruff@ukrpost.net>'
610  - 'sasao <sasao@yugen.org>'
611  - 'Sean M. Burke <sburke@cpan.org>'
612  - 'simbabque <simbabque@cpan.org>'
613  - 'Slaven Rezic <slaven@rezic.de>'
614  - 'Spiros Denaxas <s.denaxas@gmail.com>'
615  - 'Steve Hay <SteveHay@planit.com>'
616  - 'Todd Lipcon <todd@amiestreet.com>'
617  - 'Tom Hukins <tom@eborcom.com>'
618  - 'Tony Finch <dot@dotat.at>'
619  - 'Toru Yamaguchi <zigorou@cpan.org>'
620  - 'Ville Skyttä <ville.skytta@iki.fi>'
621  - 'Yuri Karaban <tech@askold.net>'
622  - 'Zefram <zefram@fysh.org>'
623x_generated_by_perl: v5.30.3
624x_serialization_backend: 'YAML::Tiny version 1.73'
625x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
626x_static_install: 0
627