The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "The DuckDuckGo DuckPAN client",
   "author" : [
      "Torsten Raudssus <torsten@raudss.us> L<https://raudss.us/>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 5.043, CPAN::Meta::Converter version 2.150005",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "App-DuckPAN",
   "no_index" : {
      "directory" : [
         "ex/",
         "inc/",
         "t/",
         "xt/"
      ]
   },
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0",
            "File::ShareDir::Install" : "0.06"
         }
      },
      "develop" : {
         "requires" : {
            "Test::Pod" : "1.41"
         }
      },
      "runtime" : {
         "requires" : {
            "Algorithm::Combinatorics" : "0",
            "Carp" : "0",
            "Class::Load" : "0",
            "Config::INI" : "0",
            "Config::INI::Reader" : "0",
            "Config::INI::Writer" : "0",
            "DDG::Meta::Data" : "0",
            "DDG::Request" : "0",
            "DDG::Test::Language" : "0",
            "DDG::Test::Location" : "0",
            "Data::Dumper" : "0",
            "Data::Printer" : "0",
            "Dist::Zilla::Util" : "0",
            "Encode" : "0",
            "File::Copy" : "0",
            "File::Find::Rule" : "0",
            "File::HomeDir" : "0",
            "File::ShareDir::ProjectDistDir" : "0",
            "File::Temp" : "0",
            "File::Which" : "0",
            "Filesys::Notify::Simple" : "0",
            "Getopt::Long" : "0",
            "HTML::Element" : "0",
            "HTML::Entities" : "0",
            "HTML::TreeBuilder" : "0",
            "HTTP::Request" : "0",
            "HTTP::Request::Common" : "0",
            "HTTP::Status" : "0",
            "JSON" : "0",
            "LWP::Simple" : "0",
            "LWP::UserAgent" : "0",
            "List::MoreUtils" : "0",
            "List::Util" : "0",
            "Module::Data" : "0",
            "Module::Pluggable::Object" : "0",
            "Moo" : "0",
            "Moo::Role" : "0",
            "MooX" : "0",
            "MooX::Cmd" : "0",
            "MooX::Options" : "0",
            "POE" : "0",
            "POE::Wheel::ReadLine" : "0",
            "Parse::CPAN::Packages::Fast" : "0",
            "Path::Tiny" : "0",
            "Perl::Version" : "0",
            "Plack::Handler::Starman" : "0",
            "Plack::MIME" : "0",
            "Plack::Request" : "0",
            "Plack::Response" : "0",
            "Plack::Runner" : "0",
            "Pod::Usage" : "0",
            "Term::ANSIColor" : "0",
            "Term::ProgressBar" : "0",
            "Term::ReadLine" : "0",
            "Term::UI" : "0",
            "Text::Xslate" : "0",
            "Time::HiRes" : "0",
            "Try::Tiny" : "0",
            "URI::Escape" : "0",
            "YAML::XS" : "0",
            "feature" : "0",
            "lib" : "0",
            "namespace::clean" : "0",
            "open" : "0",
            "strict" : "0",
            "version" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "DDG::Goodie" : "0",
            "DDG::Spice" : "0",
            "File::Path" : "0",
            "Test::Exception" : "0",
            "Test::LoadAllModules" : "0",
            "Test::More" : "0",
            "Test::Script::Run" : "0"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "homepage" : "https://github.com/duckduckgo/p5-app-duckpan",
      "repository" : {
         "type" : "git",
         "url" : "https://github.com/duckduckgo/p5-app-duckpan.git",
         "web" : "https://github.com/duckduckgo/p5-app-duckpan"
      }
   },
   "version" : "1005",
   "x_Dist_Zilla" : {
      "perl" : {
         "version" : "5.016003"
      },
      "plugins" : [
         {
            "class" : "Dist::Zilla::Plugin::PromptIfStale",
            "config" : {
               "Dist::Zilla::Plugin::PromptIfStale" : {
                  "check_all_plugins" : 0,
                  "check_all_prereqs" : 0,
                  "modules" : [
                     "Dist::Zilla::Plugin::UploadToDuckPAN"
                  ],
                  "phase" : "release",
                  "skip" : []
               }
            },
            "name" : "PromptIfStale",
            "version" : "0.047"
         },
         {
            "class" : "Dist::Zilla::Plugin::UploadToDuckPAN",
            "name" : "UploadToDuckPAN",
            "version" : "0.007"
         },
         {
            "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" : "@Basic/GatherDir",
            "version" : "5.043"
         },
         {
            "class" : "Dist::Zilla::Plugin::PruneCruft",
            "name" : "@Basic/PruneCruft",
            "version" : "5.043"
         },
         {
            "class" : "Dist::Zilla::Plugin::ManifestSkip",
            "name" : "@Basic/ManifestSkip",
            "version" : "5.043"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaYAML",
            "name" : "@Basic/MetaYAML",
            "version" : "5.043"
         },
         {
            "class" : "Dist::Zilla::Plugin::License",
            "name" : "@Basic/License",
            "version" : "5.043"
         },
         {
            "class" : "Dist::Zilla::Plugin::Readme",
            "name" : "@Basic/Readme",
            "version" : "5.043"
         },
         {
            "class" : "Dist::Zilla::Plugin::ExtraTests",
            "name" : "@Basic/ExtraTests",
            "version" : "5.043"
         },
         {
            "class" : "Dist::Zilla::Plugin::ExecDir",
            "name" : "@Basic/ExecDir",
            "version" : "5.043"
         },
         {
            "class" : "Dist::Zilla::Plugin::ShareDir",
            "name" : "@Basic/ShareDir",
            "version" : "5.043"
         },
         {
            "class" : "Dist::Zilla::Plugin::MakeMaker",
            "config" : {
               "Dist::Zilla::Role::TestRunner" : {
                  "default_jobs" : 1
               }
            },
            "name" : "@Basic/MakeMaker",
            "version" : "5.043"
         },
         {
            "class" : "Dist::Zilla::Plugin::Manifest",
            "name" : "@Basic/Manifest",
            "version" : "5.043"
         },
         {
            "class" : "Dist::Zilla::Plugin::TestRelease",
            "name" : "@Basic/TestRelease",
            "version" : "5.043"
         },
         {
            "class" : "Dist::Zilla::Plugin::ConfirmRelease",
            "name" : "@Basic/ConfirmRelease",
            "version" : "5.043"
         },
         {
            "class" : "Dist::Zilla::Plugin::UploadToCPAN",
            "name" : "@Basic/UploadToCPAN",
            "version" : "5.043"
         },
         {
            "class" : "Dist::Zilla::Plugin::Git::NextVersion",
            "config" : {
               "Dist::Zilla::Plugin::Git::NextVersion" : {
                  "first_version" : "0.001",
                  "version_by_branch" : 0,
                  "version_regexp" : "(?^u:^([0-9]+)$)"
               },
               "Dist::Zilla::Role::Git::Repo" : {
                  "repo_root" : "."
               }
            },
            "name" : "Git::NextVersion",
            "version" : "2.036"
         },
         {
            "class" : "Dist::Zilla::Plugin::PkgVersion",
            "name" : "PkgVersion",
            "version" : "5.043"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaConfig",
            "name" : "MetaConfig",
            "version" : "5.043"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaJSON",
            "name" : "MetaJSON",
            "version" : "5.043"
         },
         {
            "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
            "name" : "PodSyntaxTests",
            "version" : "5.043"
         },
         {
            "class" : "Dist::Zilla::Plugin::GithubMeta",
            "name" : "GithubMeta",
            "version" : "0.54"
         },
         {
            "class" : "Dist::Zilla::Plugin::InstallRelease",
            "name" : "InstallRelease",
            "version" : "0.008"
         },
         {
            "class" : "Dist::Zilla::Plugin::Authority",
            "name" : "Authority",
            "version" : "1.009"
         },
         {
            "class" : "Dist::Zilla::Plugin::PodWeaver",
            "config" : {
               "Dist::Zilla::Plugin::PodWeaver" : {
                  "finder" : [
                     ":InstallModules",
                     ":ExecFiles"
                  ],
                  "plugins" : [
                     {
                        "class" : "Pod::Weaver::Plugin::EnsurePod5",
                        "name" : "@CorePrep/EnsurePod5",
                        "version" : "4.006"
                     },
                     {
                        "class" : "Pod::Weaver::Plugin::H1Nester",
                        "name" : "@CorePrep/H1Nester",
                        "version" : "4.006"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Name",
                        "name" : "Name",
                        "version" : "4.006"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Version",
                        "name" : "Version",
                        "version" : "4.006"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Region",
                        "name" : "prelude",
                        "version" : "4.006"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Generic",
                        "name" : "SYNOPSIS",
                        "version" : "4.006"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Generic",
                        "name" : "DESCRIPTION",
                        "version" : "4.006"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Generic",
                        "name" : "OVERVIEW",
                        "version" : "4.006"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Collect",
                        "name" : "EXPORTS FUNCTIONS",
                        "version" : "4.006"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Collect",
                        "name" : "ATTRIBUTES",
                        "version" : "4.006"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Collect",
                        "name" : "METHODS",
                        "version" : "4.006"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Leftovers",
                        "name" : "Leftovers",
                        "version" : "4.006"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Region",
                        "name" : "postlude",
                        "version" : "4.006"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Authors",
                        "name" : "Authors",
                        "version" : "4.006"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Legal",
                        "name" : "Legal",
                        "version" : "4.006"
                     }
                  ]
               }
            },
            "name" : "PodWeaver",
            "version" : "4.005"
         },
         {
            "class" : "Dist::Zilla::Plugin::Git::Check",
            "config" : {
               "Dist::Zilla::Plugin::Git::Check" : {
                  "untracked_files" : "die"
               },
               "Dist::Zilla::Role::Git::DirtyFiles" : {
                  "allow_dirty" : [
                     "Changes",
                     "dist.ini"
                  ],
                  "allow_dirty_match" : [],
                  "changelog" : "Changes"
               },
               "Dist::Zilla::Role::Git::Repo" : {
                  "repo_root" : "."
               }
            },
            "name" : "@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",
                     "dist.ini"
                  ],
                  "allow_dirty_match" : [],
                  "changelog" : "Changes"
               },
               "Dist::Zilla::Role::Git::Repo" : {
                  "repo_root" : "."
               },
               "Dist::Zilla::Role::Git::StringFormatter" : {
                  "time_zone" : "local"
               }
            },
            "name" : "@Git/Commit",
            "version" : "2.036"
         },
         {
            "class" : "Dist::Zilla::Plugin::Git::Tag",
            "config" : {
               "Dist::Zilla::Plugin::Git::Tag" : {
                  "branch" : null,
                  "changelog" : "Changes",
                  "signed" : 0,
                  "tag" : "1005",
                  "tag_format" : "%v",
                  "tag_message" : "v%v"
               },
               "Dist::Zilla::Role::Git::Repo" : {
                  "repo_root" : "."
               },
               "Dist::Zilla::Role::Git::StringFormatter" : {
                  "time_zone" : "local"
               }
            },
            "name" : "@Git/Tag",
            "version" : "2.036"
         },
         {
            "class" : "Dist::Zilla::Plugin::Git::Push",
            "config" : {
               "Dist::Zilla::Plugin::Git::Push" : {
                  "push_to" : [
                     "origin master"
                  ],
                  "remotes_must_exist" : 1
               },
               "Dist::Zilla::Role::Git::Repo" : {
                  "repo_root" : "."
               }
            },
            "name" : "@Git/Push",
            "version" : "2.036"
         },
         {
            "class" : "Dist::Zilla::Plugin::AutoPrereqs",
            "name" : "AutoPrereqs",
            "version" : "5.043"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaNoIndex",
            "name" : "MetaNoIndex",
            "version" : "5.043"
         },
         {
            "class" : "Dist::Zilla::Plugin::ChangelogFromGit",
            "name" : "ChangelogFromGit",
            "version" : "0.016"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":InstallModules",
            "version" : "5.043"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":IncModules",
            "version" : "5.043"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":TestFiles",
            "version" : "5.043"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":ExtraTestFiles",
            "version" : "5.043"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":ExecFiles",
            "version" : "5.043"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":PerlExecFiles",
            "version" : "5.043"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":ShareFiles",
            "version" : "5.043"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":MainModule",
            "version" : "5.043"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":AllFiles",
            "version" : "5.043"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":NoFiles",
            "version" : "5.043"
         }
      ],
      "zilla" : {
         "class" : "Dist::Zilla::Dist::Builder",
         "config" : {
            "is_trial" : "0"
         },
         "version" : "5.043"
      }
   },
   "x_authority" : "cpan:DDG"
}