1{
2   "abstract" : "class to talk to MPD (Music Player Daemon) servers",
3   "author" : [
4      "Jerome Quelin"
5   ],
6   "dynamic_config" : 0,
7   "generated_by" : "Dist::Zilla version 5.046, CPAN::Meta::Converter version 2.150005",
8   "license" : [
9      "perl_5"
10   ],
11   "meta-spec" : {
12      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
13      "version" : 2
14   },
15   "name" : "Audio-MPD",
16   "prereqs" : {
17      "build" : {
18         "requires" : {
19            "Module::Build" : "0.28"
20         }
21      },
22      "configure" : {
23         "requires" : {
24            "Module::Build" : "0.28"
25         }
26      },
27      "develop" : {
28         "requires" : {
29            "Pod::Coverage::TrustPod" : "0",
30            "Test::Pod" : "1.41",
31            "Test::Pod::Coverage" : "1.08"
32         }
33      },
34      "runtime" : {
35         "requires" : {
36            "Audio::MPD::Common::Item" : "0",
37            "Audio::MPD::Common::Output" : "0",
38            "Audio::MPD::Common::Stats" : "0",
39            "Audio::MPD::Common::Status" : "0",
40            "DB_File" : "0",
41            "Encode" : "0",
42            "Getopt::Euclid" : "0",
43            "IO::Socket::IP" : "0",
44            "List::AllUtils" : "0",
45            "List::MoreUtils" : "0",
46            "Moose" : "0",
47            "Moose::Util::TypeConstraints" : "0",
48            "MooseX::Has::Sugar" : "0",
49            "MooseX::SemiAffordanceAccessor" : "0",
50            "Proc::Daemon" : "0",
51            "Time::HiRes" : "0",
52            "perl" : "5.010",
53            "strict" : "0",
54            "warnings" : "0"
55         }
56      },
57      "test" : {
58         "recommends" : {
59            "CPAN::Meta" : "2.120900"
60         },
61         "requires" : {
62            "ExtUtils::MakeMaker" : "0",
63            "File::Spec" : "0",
64            "IO::Handle" : "0",
65            "IPC::Open3" : "0",
66            "Test::Corpus::Audio::MPD" : "1.113282",
67            "Test::More" : "0",
68            "blib" : "1.01"
69         }
70      }
71   },
72   "provides" : {
73      "Audio::MPD" : {
74         "file" : "lib/Audio/MPD.pm",
75         "version" : "2.004"
76      },
77      "Audio::MPD::Collection" : {
78         "file" : "lib/Audio/MPD/Collection.pm",
79         "version" : "2.004"
80      },
81      "Audio::MPD::Playlist" : {
82         "file" : "lib/Audio/MPD/Playlist.pm",
83         "version" : "2.004"
84      },
85      "Audio::MPD::Types" : {
86         "file" : "lib/Audio/MPD/Types.pm",
87         "version" : "2.004"
88      }
89   },
90   "release_status" : "stable",
91   "resources" : {
92      "bugtracker" : {
93         "mailto" : "bug-audio-mpd at rt.cpan.org",
94         "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=Audio-MPD"
95      },
96      "homepage" : "http://search.cpan.org/dist/Audio-MPD/",
97      "repository" : {
98         "type" : "git",
99         "url" : "git://github.com/jquelin/audio-mpd.git",
100         "web" : "https://github.com/jquelin/audio-mpd"
101      },
102      "x_mailing_list" : "http://groups.google.com/group/audio-mpd"
103   },
104   "version" : "2.004",
105   "x_Dist_Zilla" : {
106      "perl" : {
107         "version" : "5.022001"
108      },
109      "plugins" : [
110         {
111            "class" : "Dist::Zilla::Plugin::MetaResources",
112            "name" : "MetaResources",
113            "version" : "5.046"
114         },
115         {
116            "class" : "Dist::Zilla::Plugin::Prereqs",
117            "config" : {
118               "Dist::Zilla::Plugin::Prereqs" : {
119                  "phase" : "test",
120                  "type" : "requires"
121               }
122            },
123            "name" : "TestRequires",
124            "version" : "5.046"
125         },
126         {
127            "class" : "Dist::Zilla::Plugin::Git::NextVersion",
128            "config" : {
129               "Dist::Zilla::Plugin::Git::NextVersion" : {
130                  "first_version" : "0.001",
131                  "version_by_branch" : 0,
132                  "version_regexp" : "(?^:^v(.+)$)"
133               },
134               "Dist::Zilla::Role::Git::Repo" : {
135                  "repo_root" : "."
136               }
137            },
138            "name" : "@Filter/Git::NextVersion",
139            "version" : "2.036"
140         },
141         {
142            "class" : "Dist::Zilla::Plugin::GatherDir",
143            "config" : {
144               "Dist::Zilla::Plugin::GatherDir" : {
145                  "exclude_filename" : [],
146                  "exclude_match" : [],
147                  "follow_symlinks" : 0,
148                  "include_dotfiles" : 0,
149                  "prefix" : "",
150                  "prune_directory" : [],
151                  "root" : "."
152               }
153            },
154            "name" : "@Filter/GatherDir",
155            "version" : "5.046"
156         },
157         {
158            "class" : "Dist::Zilla::Plugin::Test::Compile",
159            "config" : {
160               "Dist::Zilla::Plugin::Test::Compile" : {
161                  "bail_out_on_fail" : "0",
162                  "fail_on_warning" : "author",
163                  "fake_home" : 0,
164                  "filename" : "t/00-compile.t",
165                  "module_finder" : [
166                     ":InstallModules"
167                  ],
168                  "needs_display" : 0,
169                  "phase" : "test",
170                  "script_finder" : [
171                     ":PerlExecFiles"
172                  ],
173                  "skips" : []
174               }
175            },
176            "name" : "@Filter/Test::Compile",
177            "version" : "2.054"
178         },
179         {
180            "class" : "Dist::Zilla::Plugin::PodCoverageTests",
181            "name" : "@Filter/PodCoverageTests",
182            "version" : "5.046"
183         },
184         {
185            "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
186            "name" : "@Filter/PodSyntaxTests",
187            "version" : "5.046"
188         },
189         {
190            "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
191            "name" : "@Filter/Test::ReportPrereqs",
192            "version" : "0.024"
193         },
194         {
195            "class" : "Dist::Zilla::Plugin::PruneCruft",
196            "name" : "@Filter/PruneCruft",
197            "version" : "5.046"
198         },
199         {
200            "class" : "Dist::Zilla::Plugin::PruneFiles",
201            "name" : "@Filter/PruneFiles",
202            "version" : "5.046"
203         },
204         {
205            "class" : "Dist::Zilla::Plugin::ManifestSkip",
206            "name" : "@Filter/ManifestSkip",
207            "version" : "5.046"
208         },
209         {
210            "class" : "Dist::Zilla::Plugin::AutoPrereqs",
211            "name" : "@Filter/AutoPrereqs",
212            "version" : "5.046"
213         },
214         {
215            "class" : "Dist::Zilla::Plugin::ExtraTests",
216            "name" : "@Filter/ExtraTests",
217            "version" : "5.046"
218         },
219         {
220            "class" : "Dist::Zilla::Plugin::NextRelease",
221            "name" : "@Filter/NextRelease",
222            "version" : "5.046"
223         },
224         {
225            "class" : "Dist::Zilla::Plugin::PkgVersion",
226            "name" : "@Filter/PkgVersion",
227            "version" : "5.046"
228         },
229         {
230            "class" : "Dist::Zilla::Plugin::PodWeaver",
231            "config" : {
232               "Dist::Zilla::Plugin::PodWeaver" : {
233                  "finder" : [
234                     ":InstallModules",
235                     ":ExecFiles"
236                  ],
237                  "plugins" : [
238                     {
239                        "class" : "Pod::Weaver::Plugin::EnsurePod5",
240                        "name" : "@CorePrep/EnsurePod5",
241                        "version" : "4.012"
242                     },
243                     {
244                        "class" : "Pod::Weaver::Plugin::H1Nester",
245                        "name" : "@CorePrep/H1Nester",
246                        "version" : "4.012"
247                     },
248                     {
249                        "class" : "Pod::Weaver::Section::Name",
250                        "name" : "Name",
251                        "version" : "4.012"
252                     },
253                     {
254                        "class" : "Pod::Weaver::Section::Version",
255                        "name" : "Version",
256                        "version" : "4.012"
257                     },
258                     {
259                        "class" : "Pod::Weaver::Section::Region",
260                        "name" : "prelude",
261                        "version" : "4.012"
262                     },
263                     {
264                        "class" : "Pod::Weaver::Section::Generic",
265                        "name" : "SYNOPSIS",
266                        "version" : "4.012"
267                     },
268                     {
269                        "class" : "Pod::Weaver::Section::Generic",
270                        "name" : "DESCRIPTION",
271                        "version" : "4.012"
272                     },
273                     {
274                        "class" : "Pod::Weaver::Section::Generic",
275                        "name" : "OVERVIEW",
276                        "version" : "4.012"
277                     },
278                     {
279                        "class" : "Pod::Weaver::Section::Collect",
280                        "name" : "ATTRIBUTES",
281                        "version" : "4.012"
282                     },
283                     {
284                        "class" : "Pod::Weaver::Section::Collect",
285                        "name" : "METHODS",
286                        "version" : "4.012"
287                     },
288                     {
289                        "class" : "Pod::Weaver::Section::Collect",
290                        "name" : "MPD_CTRL",
291                        "version" : "4.012"
292                     },
293                     {
294                        "class" : "Pod::Weaver::Section::Collect",
295                        "name" : "MPD_OUTPUT",
296                        "version" : "4.012"
297                     },
298                     {
299                        "class" : "Pod::Weaver::Section::Collect",
300                        "name" : "MPD_INFO",
301                        "version" : "4.012"
302                     },
303                     {
304                        "class" : "Pod::Weaver::Section::Collect",
305                        "name" : "MPD_SETTINGS",
306                        "version" : "4.012"
307                     },
308                     {
309                        "class" : "Pod::Weaver::Section::Collect",
310                        "name" : "MPD_PLAYBACK",
311                        "version" : "4.012"
312                     },
313                     {
314                        "class" : "Pod::Weaver::Section::Collect",
315                        "name" : "COLL_SONG",
316                        "version" : "4.012"
317                     },
318                     {
319                        "class" : "Pod::Weaver::Section::Collect",
320                        "name" : "COLL_WHOLE",
321                        "version" : "4.012"
322                     },
323                     {
324                        "class" : "Pod::Weaver::Section::Collect",
325                        "name" : "COLL_PICK",
326                        "version" : "4.012"
327                     },
328                     {
329                        "class" : "Pod::Weaver::Section::Collect",
330                        "name" : "COLL_RELATIONS",
331                        "version" : "4.012"
332                     },
333                     {
334                        "class" : "Pod::Weaver::Section::Collect",
335                        "name" : "PLAY_INFO",
336                        "version" : "4.012"
337                     },
338                     {
339                        "class" : "Pod::Weaver::Section::Collect",
340                        "name" : "PLAY_ADDRM",
341                        "version" : "4.012"
342                     },
343                     {
344                        "class" : "Pod::Weaver::Section::Collect",
345                        "name" : "PLAY_ORDER",
346                        "version" : "4.012"
347                     },
348                     {
349                        "class" : "Pod::Weaver::Section::Collect",
350                        "name" : "PLAY_MGMT",
351                        "version" : "4.012"
352                     },
353                     {
354                        "class" : "Pod::Weaver::Section::Leftovers",
355                        "name" : "Leftovers",
356                        "version" : "4.012"
357                     },
358                     {
359                        "class" : "Pod::Weaver::Section::Region",
360                        "name" : "postlude",
361                        "version" : "4.012"
362                     },
363                     {
364                        "class" : "Pod::Weaver::Section::Authors",
365                        "name" : "Authors",
366                        "version" : "4.012"
367                     },
368                     {
369                        "class" : "Pod::Weaver::Section::Legal",
370                        "name" : "Legal",
371                        "version" : "4.012"
372                     }
373                  ]
374               }
375            },
376            "name" : "@Filter/PodWeaver",
377            "version" : "4.006"
378         },
379         {
380            "class" : "Dist::Zilla::Plugin::Prepender",
381            "name" : "@Filter/Prepender",
382            "version" : "2.002"
383         },
384         {
385            "class" : "Dist::Zilla::Plugin::ExecDir",
386            "name" : "@Filter/ExecDir",
387            "version" : "5.046"
388         },
389         {
390            "class" : "Dist::Zilla::Plugin::ShareDir",
391            "name" : "@Filter/ShareDir",
392            "version" : "5.046"
393         },
394         {
395            "class" : "Dist::Zilla::Plugin::Bugtracker",
396            "name" : "@Filter/Bugtracker",
397            "version" : "1.111080"
398         },
399         {
400            "class" : "Dist::Zilla::Plugin::Homepage",
401            "name" : "@Filter/Homepage",
402            "version" : "1.101420"
403         },
404         {
405            "class" : "Dist::Zilla::Plugin::Repository",
406            "name" : "@Filter/Repository",
407            "version" : "0.20"
408         },
409         {
410            "class" : "Dist::Zilla::Plugin::MetaProvides::Package",
411            "config" : {
412               "Dist::Zilla::Plugin::MetaProvides::Package" : {
413                  "finder_objects" : [
414                     {
415                        "class" : "Dist::Zilla::Plugin::FinderCode",
416                        "name" : "@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
417                        "version" : "5.046"
418                     }
419                  ]
420               },
421               "Dist::Zilla::Role::MetaProvider::Provider" : {
422                  "Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.001011",
423                  "inherit_missing" : "1",
424                  "inherit_version" : "1",
425                  "meta_noindex" : "1"
426               }
427            },
428            "name" : "@Filter/MetaProvides::Package",
429            "version" : "2.003001"
430         },
431         {
432            "class" : "Dist::Zilla::Plugin::MetaConfig",
433            "name" : "@Filter/MetaConfig",
434            "version" : "5.046"
435         },
436         {
437            "class" : "Dist::Zilla::Plugin::HelpWanted",
438            "name" : "@Filter/HelpWanted",
439            "version" : "0.3.1"
440         },
441         {
442            "class" : "Dist::Zilla::Plugin::License",
443            "name" : "@Filter/License",
444            "version" : "5.046"
445         },
446         {
447            "class" : "Dist::Zilla::Plugin::Covenant",
448            "name" : "@Filter/Covenant",
449            "version" : "0.1.1"
450         },
451         {
452            "class" : "Dist::Zilla::Plugin::MetaYAML",
453            "name" : "@Filter/MetaYAML",
454            "version" : "5.046"
455         },
456         {
457            "class" : "Dist::Zilla::Plugin::MetaJSON",
458            "name" : "@Filter/MetaJSON",
459            "version" : "5.046"
460         },
461         {
462            "class" : "Dist::Zilla::Plugin::ModuleBuild",
463            "config" : {
464               "Dist::Zilla::Role::TestRunner" : {
465                  "default_jobs" : 1
466               }
467            },
468            "name" : "@Filter/ModuleBuild",
469            "version" : "5.046"
470         },
471         {
472            "class" : "Dist::Zilla::Plugin::Readme",
473            "name" : "@Filter/Readme",
474            "version" : "5.046"
475         },
476         {
477            "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
478            "name" : "@Filter/ReadmeAnyFromPod",
479            "version" : "0.160630"
480         },
481         {
482            "class" : "Dist::Zilla::Plugin::Manifest",
483            "name" : "@Filter/Manifest",
484            "version" : "5.046"
485         },
486         {
487            "class" : "Dist::Zilla::Plugin::CheckChangeLog",
488            "name" : "@Filter/CheckChangeLog",
489            "version" : "0.02"
490         },
491         {
492            "class" : "Dist::Zilla::Plugin::TestRelease",
493            "name" : "@Filter/TestRelease",
494            "version" : "5.046"
495         },
496         {
497            "class" : "Dist::Zilla::Plugin::Git::Check",
498            "config" : {
499               "Dist::Zilla::Plugin::Git::Check" : {
500                  "untracked_files" : "die"
501               },
502               "Dist::Zilla::Role::Git::DirtyFiles" : {
503                  "allow_dirty" : [
504                     "Changes",
505                     "README.mkdn",
506                     "dist.ini"
507                  ],
508                  "allow_dirty_match" : [],
509                  "changelog" : "Changes"
510               },
511               "Dist::Zilla::Role::Git::Repo" : {
512                  "repo_root" : "."
513               }
514            },
515            "name" : "@Filter/Git::Check",
516            "version" : "2.036"
517         },
518         {
519            "class" : "Dist::Zilla::Plugin::Git::Commit",
520            "config" : {
521               "Dist::Zilla::Plugin::Git::Commit" : {
522                  "add_files_in" : [],
523                  "commit_msg" : "v%v%n%n%c"
524               },
525               "Dist::Zilla::Role::Git::DirtyFiles" : {
526                  "allow_dirty" : [
527                     "Changes",
528                     "README.mkdn",
529                     "dist.ini"
530                  ],
531                  "allow_dirty_match" : [],
532                  "changelog" : "Changes"
533               },
534               "Dist::Zilla::Role::Git::Repo" : {
535                  "repo_root" : "."
536               },
537               "Dist::Zilla::Role::Git::StringFormatter" : {
538                  "time_zone" : "local"
539               }
540            },
541            "name" : "@Filter/Git::Commit",
542            "version" : "2.036"
543         },
544         {
545            "class" : "Dist::Zilla::Plugin::Git::Tag",
546            "config" : {
547               "Dist::Zilla::Plugin::Git::Tag" : {
548                  "branch" : null,
549                  "changelog" : "Changes",
550                  "signed" : 0,
551                  "tag" : "v2.004",
552                  "tag_format" : "v%v",
553                  "tag_message" : "v%v"
554               },
555               "Dist::Zilla::Role::Git::Repo" : {
556                  "repo_root" : "."
557               },
558               "Dist::Zilla::Role::Git::StringFormatter" : {
559                  "time_zone" : "local"
560               }
561            },
562            "name" : "@Filter/Git::Tag",
563            "version" : "2.036"
564         },
565         {
566            "class" : "Dist::Zilla::Plugin::Git::Push",
567            "config" : {
568               "Dist::Zilla::Plugin::Git::Push" : {
569                  "push_to" : [
570                     "origin"
571                  ],
572                  "remotes_must_exist" : 1
573               },
574               "Dist::Zilla::Role::Git::Repo" : {
575                  "repo_root" : "."
576               }
577            },
578            "name" : "@Filter/Git::Push",
579            "version" : "2.036"
580         },
581         {
582            "class" : "Dist::Zilla::Plugin::UploadToCPAN",
583            "name" : "@Filter/UploadToCPAN",
584            "version" : "5.046"
585         },
586         {
587            "class" : "Dist::Zilla::Plugin::FinderCode",
588            "name" : ":InstallModules",
589            "version" : "5.046"
590         },
591         {
592            "class" : "Dist::Zilla::Plugin::FinderCode",
593            "name" : ":IncModules",
594            "version" : "5.046"
595         },
596         {
597            "class" : "Dist::Zilla::Plugin::FinderCode",
598            "name" : ":TestFiles",
599            "version" : "5.046"
600         },
601         {
602            "class" : "Dist::Zilla::Plugin::FinderCode",
603            "name" : ":ExtraTestFiles",
604            "version" : "5.046"
605         },
606         {
607            "class" : "Dist::Zilla::Plugin::FinderCode",
608            "name" : ":ExecFiles",
609            "version" : "5.046"
610         },
611         {
612            "class" : "Dist::Zilla::Plugin::FinderCode",
613            "name" : ":PerlExecFiles",
614            "version" : "5.046"
615         },
616         {
617            "class" : "Dist::Zilla::Plugin::FinderCode",
618            "name" : ":ShareFiles",
619            "version" : "5.046"
620         },
621         {
622            "class" : "Dist::Zilla::Plugin::FinderCode",
623            "name" : ":MainModule",
624            "version" : "5.046"
625         },
626         {
627            "class" : "Dist::Zilla::Plugin::FinderCode",
628            "name" : ":AllFiles",
629            "version" : "5.046"
630         },
631         {
632            "class" : "Dist::Zilla::Plugin::FinderCode",
633            "name" : ":NoFiles",
634            "version" : "5.046"
635         },
636         {
637            "class" : "Dist::Zilla::Plugin::FinderCode",
638            "name" : "@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
639            "version" : "5.046"
640         }
641      ],
642      "zilla" : {
643         "class" : "Dist::Zilla::Dist::Builder",
644         "config" : {
645            "is_trial" : "0"
646         },
647         "version" : "5.046"
648      }
649   },
650   "x_author_pledge" : {
651      "version" : 1
652   }
653}
654
655