1{
2   "abstract" : "Encode/decode Perl utf-8 strings into TeX",
3   "author" : [
4      "Timothy D Brody <tdb01r@ecs.soton.ac.uk>",
5      "Ahmad Fatoum <athreef@cpan.org>"
6   ],
7   "dynamic_config" : 1,
8   "generated_by" : "Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010",
9   "license" : [
10      "perl_5"
11   ],
12   "meta-spec" : {
13      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
14      "version" : 2
15   },
16   "name" : "TeX-Encode",
17   "no_index" : {
18      "directory" : [
19         "eg",
20         "examples",
21         "inc",
22         "share",
23         "t",
24         "xt"
25      ]
26   },
27   "prereqs" : {
28      "configure" : {
29         "requires" : {
30            "CPAN::Meta::Requirements" : "2.120620",
31            "ExtUtils::MakeMaker" : "0",
32            "Module::Metadata" : "0",
33            "perl" : "5.008"
34         }
35      },
36      "develop" : {
37         "requires" : {
38            "File::Spec" : "0",
39            "IO::Handle" : "0",
40            "IPC::Open3" : "0",
41            "Test::MinimumVersion" : "0",
42            "Test::More" : "0",
43            "Test::Pod" : "1.41",
44            "Test::Pod::Coverage" : "0",
45            "Test::Version" : "1",
46            "warnings" : "0"
47         }
48      },
49      "runtime" : {
50         "requires" : {
51            "Carp" : "0",
52            "Encode::Encoding" : "0.1",
53            "perl" : "5.008",
54            "strict" : "0",
55            "vars" : "0"
56         }
57      },
58      "test" : {
59         "recommends" : {
60            "CPAN::Meta" : "2.120900"
61         },
62         "requires" : {
63            "Encode" : "0",
64            "ExtUtils::MakeMaker" : "0",
65            "File::Spec" : "0",
66            "IO::Handle" : "0",
67            "IPC::Open3" : "0",
68            "Test::More" : "0.1",
69            "perl" : "5.008",
70            "utf8" : "0",
71            "warnings" : "0"
72         }
73      }
74   },
75   "provides" : {
76      "TeX::Encode" : {
77         "file" : "lib/TeX/Encode.pm",
78         "version" : "2.010"
79      },
80      "TeX::Encode::BibTeX" : {
81         "file" : "lib/TeX/Encode/BibTeX.pm",
82         "version" : "2.010"
83      },
84      "TeX::Encode::charmap" : {
85         "file" : "lib/TeX/Encode/charmap.pm",
86         "version" : "2.010"
87      }
88   },
89   "release_status" : "stable",
90   "resources" : {
91      "bugtracker" : {
92         "web" : "https://github.com/athreef/TeX-Encode/issues"
93      },
94      "homepage" : "https://github.com/athreef/TeX-Encode",
95      "repository" : {
96         "type" : "git",
97         "url" : "https://github.com/athreef/TeX-Encode.git",
98         "web" : "https://github.com/athreef/TeX-Encode"
99      }
100   },
101   "version" : "2.010",
102   "x_Dist_Zilla" : {
103      "perl" : {
104         "version" : "5.032001"
105      },
106      "plugins" : [
107         {
108            "class" : "Dist::Zilla::Plugin::GatherDir",
109            "config" : {
110               "Dist::Zilla::Plugin::GatherDir" : {
111                  "exclude_filename" : [],
112                  "exclude_match" : [],
113                  "follow_symlinks" : 0,
114                  "include_dotfiles" : 0,
115                  "prefix" : "",
116                  "prune_directory" : [],
117                  "root" : "."
118               }
119            },
120            "name" : "@Starter/GatherDir",
121            "version" : "6.017"
122         },
123         {
124            "class" : "Dist::Zilla::Plugin::MetaYAML",
125            "name" : "@Starter/MetaYAML",
126            "version" : "6.017"
127         },
128         {
129            "class" : "Dist::Zilla::Plugin::MetaJSON",
130            "name" : "@Starter/MetaJSON",
131            "version" : "6.017"
132         },
133         {
134            "class" : "Dist::Zilla::Plugin::License",
135            "name" : "@Starter/License",
136            "version" : "6.017"
137         },
138         {
139            "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
140            "config" : {
141               "Dist::Zilla::Role::FileWatcher" : {
142                  "version" : "0.006"
143               }
144            },
145            "name" : "@Starter/ReadmeAnyFromPod",
146            "version" : "0.163250"
147         },
148         {
149            "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
150            "name" : "@Starter/PodSyntaxTests",
151            "version" : "6.017"
152         },
153         {
154            "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
155            "name" : "@Starter/Test::ReportPrereqs",
156            "version" : "0.028"
157         },
158         {
159            "class" : "Dist::Zilla::Plugin::Test::Compile",
160            "config" : {
161               "Dist::Zilla::Plugin::Test::Compile" : {
162                  "bail_out_on_fail" : 0,
163                  "fail_on_warning" : "author",
164                  "fake_home" : 0,
165                  "filename" : "xt/author/00-compile.t",
166                  "module_finder" : [
167                     ":InstallModules"
168                  ],
169                  "needs_display" : 0,
170                  "phase" : "develop",
171                  "script_finder" : [
172                     ":PerlExecFiles"
173                  ],
174                  "skips" : [],
175                  "switch" : []
176               }
177            },
178            "name" : "@Starter/Test::Compile",
179            "version" : "2.058"
180         },
181         {
182            "class" : "Dist::Zilla::Plugin::MakeMaker",
183            "config" : {
184               "Dist::Zilla::Role::TestRunner" : {
185                  "default_jobs" : 1
186               }
187            },
188            "name" : "@Starter/MakeMaker",
189            "version" : "6.017"
190         },
191         {
192            "class" : "Dist::Zilla::Plugin::Manifest",
193            "name" : "@Starter/Manifest",
194            "version" : "6.017"
195         },
196         {
197            "class" : "Dist::Zilla::Plugin::PruneCruft",
198            "name" : "@Starter/PruneCruft",
199            "version" : "6.017"
200         },
201         {
202            "class" : "Dist::Zilla::Plugin::ManifestSkip",
203            "name" : "@Starter/ManifestSkip",
204            "version" : "6.017"
205         },
206         {
207            "class" : "Dist::Zilla::Plugin::RunExtraTests",
208            "config" : {
209               "Dist::Zilla::Role::TestRunner" : {
210                  "default_jobs" : 1
211               }
212            },
213            "name" : "@Starter/RunExtraTests",
214            "version" : "0.029"
215         },
216         {
217            "class" : "Dist::Zilla::Plugin::TestRelease",
218            "name" : "@Starter/TestRelease",
219            "version" : "6.017"
220         },
221         {
222            "class" : "Dist::Zilla::Plugin::ConfirmRelease",
223            "name" : "@Starter/ConfirmRelease",
224            "version" : "6.017"
225         },
226         {
227            "class" : "Dist::Zilla::Plugin::UploadToCPAN",
228            "name" : "@Starter/UploadToCPAN",
229            "version" : "6.017"
230         },
231         {
232            "class" : "Dist::Zilla::Plugin::MetaConfig",
233            "name" : "@Starter/MetaConfig",
234            "version" : "6.017"
235         },
236         {
237            "class" : "Dist::Zilla::Plugin::MetaNoIndex",
238            "name" : "@Starter/MetaNoIndex",
239            "version" : "6.017"
240         },
241         {
242            "class" : "Dist::Zilla::Plugin::MetaProvides::Package",
243            "config" : {
244               "Dist::Zilla::Plugin::MetaProvides::Package" : {
245                  "finder_objects" : [
246                     {
247                        "class" : "Dist::Zilla::Plugin::FinderCode",
248                        "name" : "@Starter/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
249                        "version" : "6.017"
250                     }
251                  ],
252                  "include_underscores" : 0
253               },
254               "Dist::Zilla::Role::MetaProvider::Provider" : {
255                  "$Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.002004",
256                  "inherit_missing" : 1,
257                  "inherit_version" : 1,
258                  "meta_noindex" : 1
259               },
260               "Dist::Zilla::Role::ModuleMetadata" : {
261                  "Module::Metadata" : "1.000037",
262                  "version" : "0.006"
263               }
264            },
265            "name" : "@Starter/MetaProvides::Package",
266            "version" : "2.004003"
267         },
268         {
269            "class" : "Dist::Zilla::Plugin::ShareDir",
270            "name" : "@Starter/ShareDir",
271            "version" : "6.017"
272         },
273         {
274            "class" : "Dist::Zilla::Plugin::ExecDir",
275            "name" : "@Starter/ExecDir",
276            "version" : "6.017"
277         },
278         {
279            "class" : "Dist::Zilla::Plugin::AutoPrereqs",
280            "name" : "AutoPrereqs",
281            "version" : "6.017"
282         },
283         {
284            "class" : "Dist::Zilla::Plugin::Prereqs",
285            "config" : {
286               "Dist::Zilla::Plugin::Prereqs" : {
287                  "phase" : "test",
288                  "type" : "requires"
289               }
290            },
291            "name" : "TestRequires",
292            "version" : "6.017"
293         },
294         {
295            "class" : "Dist::Zilla::Plugin::DynamicPrereqs",
296            "config" : {
297               "Dist::Zilla::Role::ModuleMetadata" : {
298                  "Module::Metadata" : "1.000037",
299                  "version" : "0.006"
300               }
301            },
302            "name" : "DynamicPrereqs",
303            "version" : "0.039"
304         },
305         {
306            "class" : "Dist::Zilla::Plugin::GithubMeta",
307            "name" : "GithubMeta",
308            "version" : "0.58"
309         },
310         {
311            "class" : "Dist::Zilla::Plugin::Git::Check",
312            "config" : {
313               "Dist::Zilla::Plugin::Git::Check" : {
314                  "untracked_files" : "die"
315               },
316               "Dist::Zilla::Role::Git::DirtyFiles" : {
317                  "allow_dirty" : [
318                     "Changes",
319                     "dist.ini"
320                  ],
321                  "allow_dirty_match" : [],
322                  "changelog" : "Changes"
323               },
324               "Dist::Zilla::Role::Git::Repo" : {
325                  "git_version" : "2.32.0",
326                  "repo_root" : "."
327               }
328            },
329            "name" : "@Git/Check",
330            "version" : "2.048"
331         },
332         {
333            "class" : "Dist::Zilla::Plugin::Git::Commit",
334            "config" : {
335               "Dist::Zilla::Plugin::Git::Commit" : {
336                  "add_files_in" : [],
337                  "commit_msg" : "v%V%n%n%c",
338                  "signoff" : 0
339               },
340               "Dist::Zilla::Role::Git::DirtyFiles" : {
341                  "allow_dirty" : [
342                     "Changes",
343                     "dist.ini"
344                  ],
345                  "allow_dirty_match" : [],
346                  "changelog" : "Changes"
347               },
348               "Dist::Zilla::Role::Git::Repo" : {
349                  "git_version" : "2.32.0",
350                  "repo_root" : "."
351               },
352               "Dist::Zilla::Role::Git::StringFormatter" : {
353                  "time_zone" : "local"
354               }
355            },
356            "name" : "@Git/Commit",
357            "version" : "2.048"
358         },
359         {
360            "class" : "Dist::Zilla::Plugin::Git::Tag",
361            "config" : {
362               "Dist::Zilla::Plugin::Git::Tag" : {
363                  "branch" : null,
364                  "changelog" : "Changes",
365                  "signed" : 0,
366                  "tag" : "v2.010",
367                  "tag_format" : "v%V",
368                  "tag_message" : "v%V"
369               },
370               "Dist::Zilla::Role::Git::Repo" : {
371                  "git_version" : "2.32.0",
372                  "repo_root" : "."
373               },
374               "Dist::Zilla::Role::Git::StringFormatter" : {
375                  "time_zone" : "local"
376               }
377            },
378            "name" : "@Git/Tag",
379            "version" : "2.048"
380         },
381         {
382            "class" : "Dist::Zilla::Plugin::Git::Push",
383            "config" : {
384               "Dist::Zilla::Plugin::Git::Push" : {
385                  "push_to" : [
386                     "origin"
387                  ],
388                  "remotes_must_exist" : 1
389               },
390               "Dist::Zilla::Role::Git::Repo" : {
391                  "git_version" : "2.32.0",
392                  "repo_root" : "."
393               }
394            },
395            "name" : "@Git/Push",
396            "version" : "2.048"
397         },
398         {
399            "class" : "Dist::Zilla::Plugin::ChangelogFromGit",
400            "name" : "ChangelogFromGit",
401            "version" : "0.017"
402         },
403         {
404            "class" : "Dist::Zilla::Plugin::Git::NextVersion",
405            "config" : {
406               "Dist::Zilla::Plugin::Git::NextVersion" : {
407                  "first_version" : "2.001",
408                  "version_by_branch" : 0,
409                  "version_regexp" : "(?^:^v(.+)$)"
410               },
411               "Dist::Zilla::Role::Git::Repo" : {
412                  "git_version" : "2.32.0",
413                  "repo_root" : "."
414               }
415            },
416            "name" : "Git::NextVersion",
417            "version" : "2.048"
418         },
419         {
420            "class" : "Dist::Zilla::Plugin::OurPkgVersion",
421            "name" : "OurPkgVersion",
422            "version" : "0.21"
423         },
424         {
425            "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
426            "config" : {
427               "Dist::Zilla::Role::FileWatcher" : {
428                  "version" : "0.006"
429               }
430            },
431            "name" : "ReadmePodInRoot",
432            "version" : "0.163250"
433         },
434         {
435            "class" : "Dist::Zilla::Plugin::MinimumPerl",
436            "name" : "MinimumPerl",
437            "version" : "1.006"
438         },
439         {
440            "class" : "Dist::Zilla::Plugin::Test::MinimumVersion",
441            "config" : {
442               "Dist::Zilla::Plugin::Test::MinimumVersion" : {
443                  "max_target_perl" : "5.8"
444               }
445            },
446            "name" : "Test::MinimumVersion",
447            "version" : "2.000010"
448         },
449         {
450            "class" : "Dist::Zilla::Plugin::Test::Version",
451            "name" : "Test::Version",
452            "version" : "1.09"
453         },
454         {
455            "class" : "Dist::Zilla::Plugin::Test::Compile",
456            "config" : {
457               "Dist::Zilla::Plugin::Test::Compile" : {
458                  "bail_out_on_fail" : 0,
459                  "fail_on_warning" : "author",
460                  "fake_home" : 0,
461                  "filename" : "t/00-compile.t",
462                  "module_finder" : [
463                     ":InstallModules"
464                  ],
465                  "needs_display" : 0,
466                  "phase" : "test",
467                  "script_finder" : [
468                     ":PerlExecFiles"
469                  ],
470                  "skips" : [],
471                  "switch" : []
472               }
473            },
474            "name" : "Test::Compile",
475            "version" : "2.058"
476         },
477         {
478            "class" : "Dist::Zilla::Plugin::FinderCode",
479            "name" : ":InstallModules",
480            "version" : "6.017"
481         },
482         {
483            "class" : "Dist::Zilla::Plugin::FinderCode",
484            "name" : ":IncModules",
485            "version" : "6.017"
486         },
487         {
488            "class" : "Dist::Zilla::Plugin::FinderCode",
489            "name" : ":TestFiles",
490            "version" : "6.017"
491         },
492         {
493            "class" : "Dist::Zilla::Plugin::FinderCode",
494            "name" : ":ExtraTestFiles",
495            "version" : "6.017"
496         },
497         {
498            "class" : "Dist::Zilla::Plugin::FinderCode",
499            "name" : ":ExecFiles",
500            "version" : "6.017"
501         },
502         {
503            "class" : "Dist::Zilla::Plugin::FinderCode",
504            "name" : ":PerlExecFiles",
505            "version" : "6.017"
506         },
507         {
508            "class" : "Dist::Zilla::Plugin::FinderCode",
509            "name" : ":ShareFiles",
510            "version" : "6.017"
511         },
512         {
513            "class" : "Dist::Zilla::Plugin::FinderCode",
514            "name" : ":MainModule",
515            "version" : "6.017"
516         },
517         {
518            "class" : "Dist::Zilla::Plugin::FinderCode",
519            "name" : ":AllFiles",
520            "version" : "6.017"
521         },
522         {
523            "class" : "Dist::Zilla::Plugin::FinderCode",
524            "name" : ":NoFiles",
525            "version" : "6.017"
526         },
527         {
528            "class" : "Dist::Zilla::Plugin::FinderCode",
529            "name" : "@Starter/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
530            "version" : "6.017"
531         }
532      ],
533      "zilla" : {
534         "class" : "Dist::Zilla::Dist::Builder",
535         "config" : {
536            "is_trial" : 0
537         },
538         "version" : "6.017"
539      }
540   },
541   "x_generated_by_perl" : "v5.32.1",
542   "x_serialization_backend" : "Cpanel::JSON::XS version 4.25",
543   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
544}
545
546