The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "Plugins to integrate Dist::Zilla with GitHub",
   "author" : [
      "Alessandro Ghedini <alexbio@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 5.029, CPAN::Meta::Converter version 2.142690",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "Dist-Zilla-Plugin-GitHub",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "develop" : {
         "requires" : {
            "Test::Pod" : "1.41"
         }
      },
      "runtime" : {
         "requires" : {
            "Class::Load" : "0",
            "Dist::Zilla::App" : "0",
            "Dist::Zilla::Dist::Minter" : "0",
            "Dist::Zilla::Role::AfterMint" : "0",
            "Dist::Zilla::Role::AfterRelease" : "0",
            "Dist::Zilla::Role::MetaProvider" : "0",
            "Dist::Zilla::Role::PluginBundle::Easy" : "0",
            "Dist::Zilla::Role::TextTemplate" : "0",
            "File::Basename" : "0",
            "Git::Wrapper" : "0",
            "HTTP::Tiny" : "0",
            "IO::Socket::SSL" : "1.56",
            "JSON::MaybeXS" : "0",
            "MIME::Base64" : "0",
            "Moose" : "0",
            "Net::SSLeay" : "1.49",
            "Try::Tiny" : "0",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "File::Spec" : "0",
            "IO::Handle" : "0",
            "IPC::Open3" : "0",
            "Test::More" : "0",
            "perl" : "5.006"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/ghedo/p5-Dist-Zilla-Plugin-GitHub/issues"
      },
      "homepage" : "http://metacpan.org/release/Dist-Zilla-Plugin-GitHub/",
      "repository" : {
         "type" : "git",
         "url" : "git://github.com/ghedo/p5-Dist-Zilla-Plugin-GitHub.git",
         "web" : "https://github.com/ghedo/p5-Dist-Zilla-Plugin-GitHub"
      }
   },
   "version" : "0.39",
   "x_Dist_Zilla" : {
      "perl" : {
         "version" : "5.020001"
      },
      "plugins" : [
         {
            "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" : "@Author::ALEXBIO/GatherDir",
            "version" : "5.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::PruneCruft",
            "name" : "@Author::ALEXBIO/PruneCruft",
            "version" : "5.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::ManifestSkip",
            "name" : "@Author::ALEXBIO/ManifestSkip",
            "version" : "5.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaYAML",
            "name" : "@Author::ALEXBIO/MetaYAML",
            "version" : "5.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::License",
            "name" : "@Author::ALEXBIO/License",
            "version" : "5.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::Readme",
            "name" : "@Author::ALEXBIO/Readme",
            "version" : "5.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::ExtraTests",
            "name" : "@Author::ALEXBIO/ExtraTests",
            "version" : "5.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::ExecDir",
            "name" : "@Author::ALEXBIO/ExecDir",
            "version" : "5.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::ShareDir",
            "name" : "@Author::ALEXBIO/ShareDir",
            "version" : "5.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::Manifest",
            "name" : "@Author::ALEXBIO/Manifest",
            "version" : "5.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::TestRelease",
            "name" : "@Author::ALEXBIO/TestRelease",
            "version" : "5.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::ConfirmRelease",
            "name" : "@Author::ALEXBIO/ConfirmRelease",
            "version" : "5.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::MakeMaker",
            "config" : {
               "Dist::Zilla::Role::TestRunner" : {
                  "default_jobs" : 1
               }
            },
            "name" : "@Author::ALEXBIO/MakeMaker",
            "version" : "5.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::GitHub::Meta",
            "name" : "@Author::ALEXBIO/@GitHub/GitHub::Meta",
            "version" : "0.38"
         },
         {
            "class" : "Dist::Zilla::Plugin::GitHub::Update",
            "name" : "@Author::ALEXBIO/@GitHub/GitHub::Update",
            "version" : "0.38"
         },
         {
            "class" : "Dist::Zilla::Plugin::Git::NextVersion",
            "config" : {
               "Dist::Zilla::Plugin::Git::NextVersion" : {
                  "first_version" : 0.01,
                  "version_by_branch" : "0",
                  "version_regexp" : "(?^:^v(.+)$)"
               },
               "Dist::Zilla::Role::Git::Repo" : {
                  "repo_root" : "."
               }
            },
            "name" : "@Author::ALEXBIO/Git::NextVersion",
            "version" : "2.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaConfig",
            "name" : "@Author::ALEXBIO/MetaConfig",
            "version" : "5.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaJSON",
            "name" : "@Author::ALEXBIO/MetaJSON",
            "version" : "5.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::AutoPrereqs",
            "name" : "@Author::ALEXBIO/AutoPrereqs",
            "version" : "5.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::PodVersion",
            "name" : "@Author::ALEXBIO/PodVersion",
            "version" : "5.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::PkgVersion",
            "name" : "@Author::ALEXBIO/PkgVersion",
            "version" : "5.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::NextRelease",
            "name" : "@Author::ALEXBIO/NextRelease",
            "version" : "5.029"
         },
         {
            "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" : [
                     ":ExecFiles"
                  ],
                  "skips" : []
               }
            },
            "name" : "@Author::ALEXBIO/Test::Compile",
            "version" : "2.051"
         },
         {
            "class" : "Dist::Zilla::Plugin::Test::CheckManifest",
            "name" : "@Author::ALEXBIO/Test::CheckManifest",
            "version" : "0.04"
         },
         {
            "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
            "name" : "@Author::ALEXBIO/PodSyntaxTests",
            "version" : "5.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::Git::Commit",
            "config" : {
               "Dist::Zilla::Plugin::Git::Commit" : {
                  "add_files_in" : [],
                  "commit_msg" : "v%v%n%n%c",
                  "time_zone" : "local"
               },
               "Dist::Zilla::Role::Git::DirtyFiles" : {
                  "allow_dirty" : [
                     "dist.ini",
                     "Changes"
                  ],
                  "allow_dirty_match" : [],
                  "changelog" : "Changes"
               },
               "Dist::Zilla::Role::Git::Repo" : {
                  "repo_root" : "."
               }
            },
            "name" : "@Author::ALEXBIO/Git::Commit",
            "version" : "2.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::Git::Tag",
            "config" : {
               "Dist::Zilla::Plugin::Git::Tag" : {
                  "branch" : null,
                  "signed" : 0,
                  "tag" : "v0.39",
                  "tag_format" : "v%v",
                  "tag_message" : "%N %v",
                  "time_zone" : "local"
               },
               "Dist::Zilla::Role::Git::Repo" : {
                  "repo_root" : "."
               }
            },
            "name" : "@Author::ALEXBIO/Git::Tag",
            "version" : "2.029"
         },
         {
            "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" : "@Author::ALEXBIO/Git::Push",
            "version" : "2.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::UploadToCPAN",
            "name" : "@Author::ALEXBIO/UploadToCPAN",
            "version" : "5.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::InstallRelease",
            "name" : "@Author::ALEXBIO/InstallRelease",
            "version" : "0.008"
         },
         {
            "class" : "Dist::Zilla::Plugin::Clean",
            "name" : "@Author::ALEXBIO/Clean",
            "version" : "0.07"
         },
         {
            "class" : "Dist::Zilla::Plugin::Prereqs",
            "config" : {
               "Dist::Zilla::Plugin::Prereqs" : {
                  "phase" : "runtime",
                  "type" : "requires"
               }
            },
            "name" : "Prereqs",
            "version" : "5.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::PruneFiles",
            "name" : "PruneFiles",
            "version" : "5.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":InstallModules",
            "version" : "5.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":IncModules",
            "version" : "5.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":TestFiles",
            "version" : "5.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":ExecFiles",
            "version" : "5.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":ShareFiles",
            "version" : "5.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":MainModule",
            "version" : "5.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":AllFiles",
            "version" : "5.029"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":NoFiles",
            "version" : "5.029"
         }
      ],
      "zilla" : {
         "class" : "Dist::Zilla::Dist::Builder",
         "config" : {
            "is_trial" : "0"
         },
         "version" : "5.029"
      }
   }
}