1---
2abstract: 'Generate shared secret using elliptic-curve Diffie-Hellman function'
3author:
4  - 'Alex J. G. Burzyński <ajgb@cpan.org>'
5build_requires:
6  File::Spec: '0'
7  IO::Handle: '0'
8  IPC::Open3: '0'
9  Test::More: '0'
10  perl: '5.006'
11dynamic_config: 0
12generated_by: 'Dist::Zilla version 5.036, CPAN::Meta::Converter version 2.150010'
13license: perl
14meta-spec:
15  url: http://module-build.sourceforge.net/META-spec-v1.4.html
16  version: '1.4'
17name: Crypt-Curve25519
18requires:
19  Carp: '0'
20  Exporter: '0'
21  XSLoader: '0'
22  strict: '0'
23  warnings: '0'
24resources:
25  bugtracker: https://github.com/ajgb/crypt-curve25519/issues
26  homepage: https://metacpan.org/release/Crypt-Curve25519
27  repository: git://github.com/ajgb/crypt-curve25519.git
28version: '0.06'
29x_Dist_Zilla:
30  perl:
31    version: '5.020003'
32  plugins:
33    -
34      class: Dist::Zilla::Plugin::ExecDir
35      name: '@Filter/ExecDir'
36      version: '5.036'
37    -
38      class: Dist::Zilla::Plugin::ShareDir
39      name: '@Filter/ShareDir'
40      version: '5.036'
41    -
42      class: Dist::Zilla::Plugin::GatherDir
43      config:
44        Dist::Zilla::Plugin::GatherDir:
45          exclude_filename:
46            - README
47            - dist.ini
48            - weaver.ini
49          exclude_match: []
50          follow_symlinks: '0'
51          include_dotfiles: '0'
52          prefix: ''
53          prune_directory: []
54          root: .
55      name: '@Filter/GatherDir'
56      version: '5.036'
57    -
58      class: Dist::Zilla::Plugin::MetaYAML
59      name: '@Filter/MetaYAML'
60      version: '5.036'
61    -
62      class: Dist::Zilla::Plugin::MetaJSON
63      name: '@Filter/MetaJSON'
64      version: '5.036'
65    -
66      class: Dist::Zilla::Plugin::License
67      name: '@Filter/License'
68      version: '5.036'
69    -
70      class: Dist::Zilla::Plugin::Manifest
71      name: '@Filter/Manifest'
72      version: '5.036'
73    -
74      class: Dist::Zilla::Plugin::Test::Compile
75      config:
76        Dist::Zilla::Plugin::Test::Compile:
77          bail_out_on_fail: '0'
78          fail_on_warning: author
79          fake_home: '0'
80          filename: t/00-compile.t
81          module_finder:
82            - ':InstallModules'
83          needs_display: '0'
84          phase: test
85          script_finder:
86            - ':ExecFiles'
87          skips: []
88      name: '@Filter/Test::Compile'
89      version: '2.052'
90    -
91      class: Dist::Zilla::Plugin::PodCoverageTests
92      name: '@Filter/PodCoverageTests'
93      version: '5.036'
94    -
95      class: Dist::Zilla::Plugin::PodSyntaxTests
96      name: '@Filter/PodSyntaxTests'
97      version: '5.036'
98    -
99      class: Dist::Zilla::Plugin::Test::EOL
100      config:
101        Dist::Zilla::Plugin::Test::EOL:
102          filename: xt/author/eol.t
103          finder:
104            - ':InstallModules'
105            - ':ExecFiles'
106            - ':TestFiles'
107          trailing_whitespace: '1'
108      name: '@Filter/Test::EOL'
109      version: '0.18'
110    -
111      class: Dist::Zilla::Plugin::Test::NoTabs
112      config:
113        Dist::Zilla::Plugin::Test::NoTabs:
114          filename: xt/author/no-tabs.t
115          finder:
116            - ':InstallModules'
117            - ':ExecFiles'
118            - ':TestFiles'
119      name: '@Filter/Test::NoTabs'
120      version: '0.14'
121    -
122      class: Dist::Zilla::Plugin::Test::Kwalitee
123      config:
124        Dist::Zilla::Plugin::Test::Kwalitee:
125          filename: xt/release/kwalitee.t
126          skiptest: []
127      name: '@Filter/Test::Kwalitee'
128      version: '2.11'
129    -
130      class: Dist::Zilla::Plugin::Test::Portability
131      name: '@Filter/Test::Portability'
132      version: '2.000006'
133    -
134      class: Dist::Zilla::Plugin::PruneCruft
135      name: '@Filter/PruneCruft'
136      version: '5.036'
137    -
138      class: Dist::Zilla::Plugin::ManifestSkip
139      name: '@Filter/ManifestSkip'
140      version: '5.036'
141    -
142      class: Dist::Zilla::Plugin::PkgVersion
143      name: '@Filter/PkgVersion'
144      version: '5.036'
145    -
146      class: Dist::Zilla::Plugin::Authority
147      name: '@Filter/Authority'
148      version: '1.009'
149    -
150      class: Dist::Zilla::Plugin::PodWeaver
151      config:
152        Dist::Zilla::Plugin::PodWeaver:
153          config_plugins:
154            - '@AJGB'
155          finder:
156            - ':InstallModules'
157            - ':ExecFiles'
158          plugins:
159            -
160              class: Pod::Weaver::Plugin::EnsurePod5
161              name: '@CorePrep/EnsurePod5'
162              version: '4.015'
163            -
164              class: Pod::Weaver::Plugin::H1Nester
165              name: '@CorePrep/H1Nester'
166              version: '4.015'
167            -
168              class: Pod::Weaver::Plugin::SingleEncoding
169              name: '@AJGB/Encoding'
170              version: '4.015'
171            -
172              class: Pod::Weaver::Section::Name
173              name: '@AJGB/Name'
174              version: '4.015'
175            -
176              class: Pod::Weaver::Section::Version
177              name: '@AJGB/Version'
178              version: '4.015'
179            -
180              class: Pod::Weaver::Section::Region
181              name: '@AJGB/Prelude'
182              version: '4.015'
183            -
184              class: Pod::Weaver::Section::Generic
185              name: '@AJGB/Synopsis'
186              version: '4.015'
187            -
188              class: Pod::Weaver::Section::Generic
189              name: '@AJGB/Description'
190              version: '4.015'
191            -
192              class: Pod::Weaver::Section::Generic
193              name: '@AJGB/Overview'
194              version: '4.015'
195            -
196              class: Pod::Weaver::Section::Collect
197              name: ATTRIBUTES
198              version: '4.015'
199            -
200              class: Pod::Weaver::Section::Collect
201              name: METHODS
202              version: '4.015'
203            -
204              class: Pod::Weaver::Section::Collect
205              name: FUNCTIONS
206              version: '4.015'
207            -
208              class: Pod::Weaver::Section::Collect
209              name: TYPES
210              version: '4.015'
211            -
212              class: Pod::Weaver::Section::Leftovers
213              name: '@AJGB/Leftovers'
214              version: '4.015'
215            -
216              class: Pod::Weaver::Section::Region
217              name: '@AJGB/Postlude'
218              version: '4.015'
219            -
220              class: Pod::Weaver::Section::Authors
221              name: '@AJGB/Authors'
222              version: '4.015'
223            -
224              class: Pod::Weaver::Section::Legal
225              name: '@AJGB/Legal'
226              version: '4.015'
227      name: '@Filter/PodWeaver'
228      version: '4.008'
229    -
230      class: Dist::Zilla::Plugin::MetaConfig
231      name: '@Filter/MetaConfig'
232      version: '5.036'
233    -
234      class: Dist::Zilla::Plugin::AutoMetaResources
235      name: '@Filter/AutoMetaResources'
236      version: '1.21'
237    -
238      class: Dist::Zilla::Plugin::AutoPrereqs
239      name: '@Filter/AutoPrereqs'
240      version: '5.036'
241    -
242      class: Dist::Zilla::Plugin::ReadmeFromPod
243      name: '@Filter/ReadmeFromPod'
244      version: '0.21'
245    -
246      class: Dist::Zilla::Plugin::InstallGuide
247      name: '@Filter/InstallGuide'
248      version: '1.200003'
249    -
250      class: Dist::Zilla::Plugin::Git::NextVersion
251      config:
252        Dist::Zilla::Plugin::Git::NextVersion:
253          first_version: '0.01'
254          version_by_branch: '0'
255          version_regexp: (?^:^v(.+)$)
256        Dist::Zilla::Role::Git::Repo:
257          repo_root: .
258      name: '@Filter/Git::NextVersion'
259      version: '2.033'
260    -
261      class: Dist::Zilla::Plugin::CopyFilesFromBuild
262      name: '@Filter/CopyFilesFromBuild'
263      version: '0.150250'
264    -
265      class: Dist::Zilla::Plugin::Git::Check
266      config:
267        Dist::Zilla::Plugin::Git::Check:
268          untracked_files: warn
269        Dist::Zilla::Role::Git::DirtyFiles:
270          allow_dirty:
271            - README
272            - dist.ini
273            - weaver.ini
274          allow_dirty_match: []
275          changelog: Changes
276        Dist::Zilla::Role::Git::Repo:
277          repo_root: .
278      name: '@Filter/Git::Check'
279      version: '2.033'
280    -
281      class: Dist::Zilla::Plugin::CheckChangesHasContent
282      name: '@Filter/CheckChangesHasContent'
283      version: '0.008'
284    -
285      class: Dist::Zilla::Plugin::CheckExtraTests
286      name: '@Filter/CheckExtraTests'
287      version: '0.027'
288    -
289      class: Dist::Zilla::Plugin::TestRelease
290      name: '@Filter/TestRelease'
291      version: '5.036'
292    -
293      class: Dist::Zilla::Plugin::ConfirmRelease
294      name: '@Filter/ConfirmRelease'
295      version: '5.036'
296    -
297      class: Dist::Zilla::Plugin::UploadToCPAN
298      name: '@Filter/UploadToCPAN'
299      version: '5.036'
300    -
301      class: Dist::Zilla::Plugin::NextRelease
302      name: '@Filter/NextRelease'
303      version: '5.036'
304    -
305      class: Dist::Zilla::Plugin::Git::Tag
306      config:
307        Dist::Zilla::Plugin::Git::Tag:
308          branch: ~
309          signed: 0
310          tag: v0.06
311          tag_format: v%v
312          tag_message: v%v
313          time_zone: local
314        Dist::Zilla::Role::Git::Repo:
315          repo_root: .
316      name: '@Filter/Git::Tag'
317      version: '2.033'
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          time_zone: Europe/London
325        Dist::Zilla::Role::Git::DirtyFiles:
326          allow_dirty:
327            - README
328            - Changes
329          allow_dirty_match: []
330          changelog: Changes
331        Dist::Zilla::Role::Git::Repo:
332          repo_root: .
333      name: '@Filter/Git::Commit'
334      version: '2.033'
335    -
336      class: Dist::Zilla::Plugin::Git::Push
337      config:
338        Dist::Zilla::Plugin::Git::Push:
339          push_to:
340            - origin
341          remotes_must_exist: 1
342        Dist::Zilla::Role::Git::Repo:
343          repo_root: .
344      name: '@Filter/Git::Push'
345      version: '2.033'
346    -
347      class: Dist::Zilla::Plugin::AutoPrereqs
348      name: AutoPrereqs
349      version: '5.036'
350    -
351      class: Dist::Zilla::Plugin::MakeMaker::Runner
352      config:
353        Dist::Zilla::Role::TestRunner:
354          default_jobs: 1
355      name: MakeMaker::Runner
356      version: '5.036'
357    -
358      class: Dist::Zilla::Plugin::FinderCode
359      name: ':InstallModules'
360      version: '5.036'
361    -
362      class: Dist::Zilla::Plugin::FinderCode
363      name: ':IncModules'
364      version: '5.036'
365    -
366      class: Dist::Zilla::Plugin::FinderCode
367      name: ':TestFiles'
368      version: '5.036'
369    -
370      class: Dist::Zilla::Plugin::FinderCode
371      name: ':ExecFiles'
372      version: '5.036'
373    -
374      class: Dist::Zilla::Plugin::FinderCode
375      name: ':ShareFiles'
376      version: '5.036'
377    -
378      class: Dist::Zilla::Plugin::FinderCode
379      name: ':MainModule'
380      version: '5.036'
381    -
382      class: Dist::Zilla::Plugin::FinderCode
383      name: ':AllFiles'
384      version: '5.036'
385    -
386      class: Dist::Zilla::Plugin::FinderCode
387      name: ':NoFiles'
388      version: '5.036'
389  zilla:
390    class: Dist::Zilla::Dist::Builder
391    config:
392      is_trial: '0'
393    version: '5.036'
394x_authority: cpan:AJGB
395