The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "class to talk to MPD (Music Player Daemon) servers",
   "author" : [
      "Jerome Quelin"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 5.046, CPAN::Meta::Converter version 2.150005",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "Audio-MPD",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Module::Build" : "0.28"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.28"
         }
      },
      "develop" : {
         "requires" : {
            "Pod::Coverage::TrustPod" : "0",
            "Test::Pod" : "1.41",
            "Test::Pod::Coverage" : "1.08"
         }
      },
      "runtime" : {
         "requires" : {
            "Audio::MPD::Common::Item" : "0",
            "Audio::MPD::Common::Output" : "0",
            "Audio::MPD::Common::Stats" : "0",
            "Audio::MPD::Common::Status" : "0",
            "DB_File" : "0",
            "Encode" : "0",
            "Getopt::Euclid" : "0",
            "IO::Socket::IP" : "0",
            "List::AllUtils" : "0",
            "List::MoreUtils" : "0",
            "Moose" : "0",
            "Moose::Util::TypeConstraints" : "0",
            "MooseX::Has::Sugar" : "0",
            "MooseX::SemiAffordanceAccessor" : "0",
            "Proc::Daemon" : "0",
            "Time::HiRes" : "0",
            "perl" : "5.010",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "recommends" : {
            "CPAN::Meta" : "2.120900"
         },
         "requires" : {
            "ExtUtils::MakeMaker" : "0",
            "File::Spec" : "0",
            "IO::Handle" : "0",
            "IPC::Open3" : "0",
            "Test::Corpus::Audio::MPD" : "1.113282",
            "Test::More" : "0",
            "blib" : "1.01"
         }
      }
   },
   "provides" : {
      "Audio::MPD" : {
         "file" : "lib/Audio/MPD.pm",
         "version" : "2.002"
      },
      "Audio::MPD::Collection" : {
         "file" : "lib/Audio/MPD/Collection.pm",
         "version" : "2.002"
      },
      "Audio::MPD::Playlist" : {
         "file" : "lib/Audio/MPD/Playlist.pm",
         "version" : "2.002"
      },
      "Audio::MPD::Types" : {
         "file" : "lib/Audio/MPD/Types.pm",
         "version" : "2.002"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "mailto" : "bug-audio-mpd at rt.cpan.org",
         "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=Audio-MPD"
      },
      "homepage" : "http://search.cpan.org/dist/Audio-MPD/",
      "repository" : {
         "type" : "git",
         "url" : "git://github.com/jquelin/audio-mpd.git",
         "web" : "https://github.com/jquelin/audio-mpd"
      },
      "x_mailing_list" : "http://groups.google.com/group/audio-mpd"
   },
   "version" : "2.002",
   "x_Dist_Zilla" : {
      "perl" : {
         "version" : "5.022001"
      },
      "plugins" : [
         {
            "class" : "Dist::Zilla::Plugin::MetaResources",
            "name" : "MetaResources",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::Prereqs",
            "config" : {
               "Dist::Zilla::Plugin::Prereqs" : {
                  "phase" : "test",
                  "type" : "requires"
               }
            },
            "name" : "TestRequires",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::Git::NextVersion",
            "config" : {
               "Dist::Zilla::Plugin::Git::NextVersion" : {
                  "first_version" : "0.001",
                  "version_by_branch" : 0,
                  "version_regexp" : "(?^:^v(.+)$)"
               },
               "Dist::Zilla::Role::Git::Repo" : {
                  "repo_root" : "."
               }
            },
            "name" : "@Filter/Git::NextVersion",
            "version" : "2.036"
         },
         {
            "class" : "Dist::Zilla::Plugin::GatherDir",
            "config" : {
               "Dist::Zilla::Plugin::GatherDir" : {
                  "exclude_filename" : [],
                  "exclude_match" : [],
                  "follow_symlinks" : 0,
                  "include_dotfiles" : 0,
                  "prefix" : "",
                  "prune_directory" : [],
                  "root" : "."
               }
            },
            "name" : "@Filter/GatherDir",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::Test::Compile",
            "config" : {
               "Dist::Zilla::Plugin::Test::Compile" : {
                  "bail_out_on_fail" : "0",
                  "fail_on_warning" : "author",
                  "fake_home" : 0,
                  "filename" : "t/00-compile.t",
                  "module_finder" : [
                     ":InstallModules"
                  ],
                  "needs_display" : 0,
                  "phase" : "test",
                  "script_finder" : [
                     ":PerlExecFiles"
                  ],
                  "skips" : []
               }
            },
            "name" : "@Filter/Test::Compile",
            "version" : "2.054"
         },
         {
            "class" : "Dist::Zilla::Plugin::PodCoverageTests",
            "name" : "@Filter/PodCoverageTests",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
            "name" : "@Filter/PodSyntaxTests",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::Test::ReportPrereqs",
            "name" : "@Filter/Test::ReportPrereqs",
            "version" : "0.024"
         },
         {
            "class" : "Dist::Zilla::Plugin::PruneCruft",
            "name" : "@Filter/PruneCruft",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::PruneFiles",
            "name" : "@Filter/PruneFiles",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::ManifestSkip",
            "name" : "@Filter/ManifestSkip",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::AutoPrereqs",
            "name" : "@Filter/AutoPrereqs",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::ExtraTests",
            "name" : "@Filter/ExtraTests",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::NextRelease",
            "name" : "@Filter/NextRelease",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::PkgVersion",
            "name" : "@Filter/PkgVersion",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::PodWeaver",
            "config" : {
               "Dist::Zilla::Plugin::PodWeaver" : {
                  "finder" : [
                     ":InstallModules",
                     ":ExecFiles"
                  ],
                  "plugins" : [
                     {
                        "class" : "Pod::Weaver::Plugin::EnsurePod5",
                        "name" : "@CorePrep/EnsurePod5",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Plugin::H1Nester",
                        "name" : "@CorePrep/H1Nester",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Name",
                        "name" : "Name",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Version",
                        "name" : "Version",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Region",
                        "name" : "prelude",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Generic",
                        "name" : "SYNOPSIS",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Generic",
                        "name" : "DESCRIPTION",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Generic",
                        "name" : "OVERVIEW",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Collect",
                        "name" : "ATTRIBUTES",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Collect",
                        "name" : "METHODS",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Collect",
                        "name" : "MPD_CTRL",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Collect",
                        "name" : "MPD_OUTPUT",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Collect",
                        "name" : "MPD_INFO",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Collect",
                        "name" : "MPD_SETTINGS",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Collect",
                        "name" : "MPD_PLAYBACK",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Collect",
                        "name" : "COLL_SONG",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Collect",
                        "name" : "COLL_WHOLE",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Collect",
                        "name" : "COLL_PICK",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Collect",
                        "name" : "COLL_RELATIONS",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Collect",
                        "name" : "PLAY_INFO",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Collect",
                        "name" : "PLAY_ADDRM",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Collect",
                        "name" : "PLAY_ORDER",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Collect",
                        "name" : "PLAY_MGMT",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Leftovers",
                        "name" : "Leftovers",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Region",
                        "name" : "postlude",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Authors",
                        "name" : "Authors",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Legal",
                        "name" : "Legal",
                        "version" : "4.012"
                     }
                  ]
               }
            },
            "name" : "@Filter/PodWeaver",
            "version" : "4.006"
         },
         {
            "class" : "Dist::Zilla::Plugin::Prepender",
            "name" : "@Filter/Prepender",
            "version" : "2.002"
         },
         {
            "class" : "Dist::Zilla::Plugin::ExecDir",
            "name" : "@Filter/ExecDir",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::ShareDir",
            "name" : "@Filter/ShareDir",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::Bugtracker",
            "name" : "@Filter/Bugtracker",
            "version" : "1.111080"
         },
         {
            "class" : "Dist::Zilla::Plugin::Homepage",
            "name" : "@Filter/Homepage",
            "version" : "1.101420"
         },
         {
            "class" : "Dist::Zilla::Plugin::Repository",
            "name" : "@Filter/Repository",
            "version" : "0.20"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaProvides::Package",
            "config" : {
               "Dist::Zilla::Plugin::MetaProvides::Package" : {
                  "finder_objects" : [
                     {
                        "class" : "Dist::Zilla::Plugin::FinderCode",
                        "name" : "@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
                        "version" : "5.046"
                     }
                  ]
               },
               "Dist::Zilla::Role::MetaProvider::Provider" : {
                  "Dist::Zilla::Role::MetaProvider::Provider::VERSION" : "2.001011",
                  "inherit_missing" : "1",
                  "inherit_version" : "1",
                  "meta_noindex" : "1"
               }
            },
            "name" : "@Filter/MetaProvides::Package",
            "version" : "2.003001"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaConfig",
            "name" : "@Filter/MetaConfig",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::HelpWanted",
            "name" : "@Filter/HelpWanted",
            "version" : "0.3.1"
         },
         {
            "class" : "Dist::Zilla::Plugin::License",
            "name" : "@Filter/License",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::Covenant",
            "name" : "@Filter/Covenant",
            "version" : "0.1.1"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaYAML",
            "name" : "@Filter/MetaYAML",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaJSON",
            "name" : "@Filter/MetaJSON",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::ModuleBuild",
            "config" : {
               "Dist::Zilla::Role::TestRunner" : {
                  "default_jobs" : 1
               }
            },
            "name" : "@Filter/ModuleBuild",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::Readme",
            "name" : "@Filter/Readme",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
            "name" : "@Filter/ReadmeAnyFromPod",
            "version" : "0.160630"
         },
         {
            "class" : "Dist::Zilla::Plugin::Manifest",
            "name" : "@Filter/Manifest",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::CheckChangeLog",
            "name" : "@Filter/CheckChangeLog",
            "version" : "0.02"
         },
         {
            "class" : "Dist::Zilla::Plugin::TestRelease",
            "name" : "@Filter/TestRelease",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::Git::Check",
            "config" : {
               "Dist::Zilla::Plugin::Git::Check" : {
                  "untracked_files" : "die"
               },
               "Dist::Zilla::Role::Git::DirtyFiles" : {
                  "allow_dirty" : [
                     "Changes",
                     "README.mkdn",
                     "dist.ini"
                  ],
                  "allow_dirty_match" : [],
                  "changelog" : "Changes"
               },
               "Dist::Zilla::Role::Git::Repo" : {
                  "repo_root" : "."
               }
            },
            "name" : "@Filter/Git::Check",
            "version" : "2.036"
         },
         {
            "class" : "Dist::Zilla::Plugin::Git::Commit",
            "config" : {
               "Dist::Zilla::Plugin::Git::Commit" : {
                  "add_files_in" : [],
                  "commit_msg" : "v%v%n%n%c"
               },
               "Dist::Zilla::Role::Git::DirtyFiles" : {
                  "allow_dirty" : [
                     "Changes",
                     "README.mkdn",
                     "dist.ini"
                  ],
                  "allow_dirty_match" : [],
                  "changelog" : "Changes"
               },
               "Dist::Zilla::Role::Git::Repo" : {
                  "repo_root" : "."
               },
               "Dist::Zilla::Role::Git::StringFormatter" : {
                  "time_zone" : "local"
               }
            },
            "name" : "@Filter/Git::Commit",
            "version" : "2.036"
         },
         {
            "class" : "Dist::Zilla::Plugin::Git::Tag",
            "config" : {
               "Dist::Zilla::Plugin::Git::Tag" : {
                  "branch" : null,
                  "changelog" : "Changes",
                  "signed" : 0,
                  "tag" : "v2.002",
                  "tag_format" : "v%v",
                  "tag_message" : "v%v"
               },
               "Dist::Zilla::Role::Git::Repo" : {
                  "repo_root" : "."
               },
               "Dist::Zilla::Role::Git::StringFormatter" : {
                  "time_zone" : "local"
               }
            },
            "name" : "@Filter/Git::Tag",
            "version" : "2.036"
         },
         {
            "class" : "Dist::Zilla::Plugin::Git::Push",
            "config" : {
               "Dist::Zilla::Plugin::Git::Push" : {
                  "push_to" : [
                     "origin"
                  ],
                  "remotes_must_exist" : 1
               },
               "Dist::Zilla::Role::Git::Repo" : {
                  "repo_root" : "."
               }
            },
            "name" : "@Filter/Git::Push",
            "version" : "2.036"
         },
         {
            "class" : "Dist::Zilla::Plugin::UploadToCPAN",
            "name" : "@Filter/UploadToCPAN",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":InstallModules",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":IncModules",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":TestFiles",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":ExtraTestFiles",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":ExecFiles",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":PerlExecFiles",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":ShareFiles",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":MainModule",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":AllFiles",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":NoFiles",
            "version" : "5.046"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : "@Filter/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
            "version" : "5.046"
         }
      ],
      "zilla" : {
         "class" : "Dist::Zilla::Dist::Builder",
         "config" : {
            "is_trial" : "0"
         },
         "version" : "5.046"
      }
   },
   "x_author_pledge" : {
      "version" : 1
   }
}