The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "classical 'risk' board game",
   "author" : [
      "Jerome Quelin"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 5.014, CPAN::Meta::Converter version 2.140640",
   "license" : [
      "gpl_3"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "Games-Risk",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Module::Build" : "0.3601"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.3601"
         }
      },
      "develop" : {
         "requires" : {
            "Pod::Coverage::TrustPod" : "0",
            "Test::Pod" : "1.41",
            "Test::Pod::Coverage" : "1.08",
            "version" : "0.9901"
         }
      },
      "runtime" : {
         "requires" : {
            "App::Cmd::Setup" : "0",
            "Carp" : "0",
            "Class::Accessor::Fast" : "0",
            "Data::Dump" : "0",
            "Encode" : "0",
            "Exporter" : "0",
            "Exporter::Lite" : "0",
            "File::Basename" : "0",
            "File::Copy" : "0",
            "File::HomeDir::PathClass" : "0",
            "File::ShareDir::PathClass" : "0",
            "File::Spec::Functions" : "0",
            "Find::Lib" : "0",
            "FindBin" : "0",
            "Hash::NoRef" : "0",
            "Image::Magick" : "0",
            "Image::Size" : "0",
            "List::AllUtils" : "0",
            "List::MoreUtils" : "0",
            "List::Util" : "0",
            "Locale::TextDomain" : "0",
            "MIME::Base64" : "0",
            "Module::Pluggable::Object" : "0",
            "Moose" : "0.92",
            "Moose::Util::TypeConstraints" : "0",
            "MooseX::Aliases" : "0",
            "MooseX::Has::Sugar" : "0",
            "MooseX::POE" : "0",
            "MooseX::SemiAffordanceAccessor" : "0",
            "MooseX::Singleton" : "0",
            "POE" : "0",
            "POE::Kernel" : "0",
            "POE::Loop::Tk" : "0",
            "Path::Class" : "0.22",
            "Readonly" : "0",
            "Term::ANSIColor" : "0",
            "Text::Padding" : "0",
            "Tk" : "0",
            "Tk::Action" : "0",
            "Tk::Balloon" : "0",
            "Tk::BrowseEntry" : "0",
            "Tk::Font" : "0",
            "Tk::JPEG" : "0",
            "Tk::PNG" : "0",
            "Tk::Pane" : "0",
            "Tk::Pod::Text" : "0",
            "Tk::Role::Dialog" : "1.11238",
            "Tk::Role::HasWidgets" : "1.112070",
            "Tk::Sugar" : "0",
            "Tk::TableMatrix" : "0",
            "Tk::ToolBar" : "0",
            "UNIVERSAL::require" : "0",
            "YAML::Tiny" : "0",
            "base" : "0",
            "constant" : "0",
            "lib" : "0",
            "perl" : "5.010",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "File::Spec" : "0",
            "IO::Handle" : "0",
            "IPC::Open3" : "0",
            "Test::More" : "0.88"
         }
      }
   },
   "provides" : {
      "Games::Risk" : {
         "file" : "lib/Games/Risk.pm",
         "version" : "4.000"
      },
      "Games::Risk::AI" : {
         "file" : "lib/Games/Risk/AI.pm",
         "version" : "4.000"
      },
      "Games::Risk::AI::Blitzkrieg" : {
         "file" : "lib/Games/Risk/AI/Blitzkrieg.pm",
         "version" : "4.000"
      },
      "Games::Risk::AI::Dumb" : {
         "file" : "lib/Games/Risk/AI/Dumb.pm",
         "version" : "4.000"
      },
      "Games::Risk::AI::Hegemon" : {
         "file" : "lib/Games/Risk/AI/Hegemon.pm",
         "version" : "4.000"
      },
      "Games::Risk::App" : {
         "file" : "lib/Games/Risk/App.pm",
         "version" : "4.000"
      },
      "Games::Risk::App::Command" : {
         "file" : "lib/Games/Risk/App/Command.pm",
         "version" : "4.000"
      },
      "Games::Risk::App::Command::import" : {
         "file" : "lib/Games/Risk/App/Command/import.pm",
         "version" : "4.000"
      },
      "Games::Risk::App::Command::play" : {
         "file" : "lib/Games/Risk/App/Command/play.pm",
         "version" : "4.000"
      },
      "Games::Risk::Card" : {
         "file" : "lib/Games/Risk/Card.pm",
         "version" : "4.000"
      },
      "Games::Risk::Config" : {
         "file" : "lib/Games/Risk/Config.pm",
         "version" : "4.000"
      },
      "Games::Risk::Continent" : {
         "file" : "lib/Games/Risk/Continent.pm",
         "version" : "4.000"
      },
      "Games::Risk::Controller" : {
         "file" : "lib/Games/Risk/Controller.pm",
         "version" : "4.000"
      },
      "Games::Risk::Country" : {
         "file" : "lib/Games/Risk/Country.pm",
         "version" : "4.000"
      },
      "Games::Risk::Deck" : {
         "file" : "lib/Games/Risk/Deck.pm",
         "version" : "4.000"
      },
      "Games::Risk::ExtraMaps" : {
         "file" : "lib/Games/Risk/ExtraMaps.pm",
         "version" : "4.000"
      },
      "Games::Risk::GUI" : {
         "file" : "lib/Games/Risk/GUI.pm",
         "version" : "4.000"
      },
      "Games::Risk::GUI::MoveArmies" : {
         "file" : "lib/Games/Risk/GUI/MoveArmies.pm",
         "version" : "4.000"
      },
      "Games::Risk::GUI::Startup" : {
         "file" : "lib/Games/Risk/GUI/Startup.pm",
         "version" : "4.000"
      },
      "Games::Risk::I18n" : {
         "file" : "lib/Games/Risk/I18n.pm",
         "version" : "4.000"
      },
      "Games::Risk::Logger" : {
         "file" : "lib/Games/Risk/Logger.pm",
         "version" : "4.000"
      },
      "Games::Risk::Map" : {
         "file" : "lib/Games/Risk/Map.pm",
         "version" : "4.000"
      },
      "Games::Risk::Map::Risk" : {
         "file" : "lib/Games/Risk/Map/Risk.pm",
         "version" : "4.000"
      },
      "Games::Risk::Player" : {
         "file" : "lib/Games/Risk/Player.pm",
         "version" : "4.000"
      },
      "Games::Risk::Point" : {
         "file" : "lib/Games/Risk/Point.pm",
         "version" : "4.000"
      },
      "Games::Risk::Resources" : {
         "file" : "lib/Games/Risk/Resources.pm",
         "version" : "4.000"
      },
      "Games::Risk::Tk::About" : {
         "file" : "lib/Games/Risk/Tk/About.pm",
         "version" : "4.000"
      },
      "Games::Risk::Tk::Cards" : {
         "file" : "lib/Games/Risk/Tk/Cards.pm",
         "version" : "4.000"
      },
      "Games::Risk::Tk::Continents" : {
         "file" : "lib/Games/Risk/Tk/Continents.pm",
         "version" : "4.000"
      },
      "Games::Risk::Tk::GameOver" : {
         "file" : "lib/Games/Risk/Tk/GameOver.pm",
         "version" : "4.000"
      },
      "Games::Risk::Tk::Help" : {
         "file" : "lib/Games/Risk/Tk/Help.pm",
         "version" : "4.000"
      },
      "Games::Risk::Tk::Main" : {
         "file" : "lib/Games/Risk/Tk/Main.pm",
         "version" : "4.000"
      },
      "Games::Risk::Types" : {
         "file" : "lib/Games/Risk/Types.pm",
         "version" : "4.000"
      },
      "Games::Risk::Utils" : {
         "file" : "lib/Games/Risk/Utils.pm",
         "version" : "4.000"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "mailto" : "bug-games-risk at rt.cpan.org",
         "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=Games-Risk"
      },
      "homepage" : "http://search.cpan.org/dist/Games-Risk/",
      "repository" : {
         "type" : "git",
         "url" : "git://github.com/jquelin/games-risk.git",
         "web" : "https://github.com/jquelin/games-risk"
      }
   },
   "version" : "4.000",
   "x_Dist_Zilla" : {
      "perl" : {
         "version" : "5.018002"
      },
      "plugins" : [
         {
            "class" : "Dist::Zilla::Plugin::Encoding",
            "name" : "Encoding",
            "version" : "5.014"
         },
         {
            "class" : "Dist::Zilla::Plugin::Git::NextVersion",
            "name" : "@Author::JQUELIN/Git::NextVersion",
            "version" : "2.020"
         },
         {
            "class" : "Dist::Zilla::Plugin::GatherDir",
            "name" : "@Author::JQUELIN/GatherDir",
            "version" : "5.014"
         },
         {
            "class" : "Dist::Zilla::Plugin::Test::Compile",
            "config" : {
               "Dist::Zilla::Plugin::Test::Compile" : {
                  "filename" : "t/00-compile.t",
                  "module_finder" : [
                     ":InstallModules"
                  ],
                  "script_finder" : [
                     ":ExecFiles"
                  ]
               }
            },
            "name" : "@Author::JQUELIN/Test::Compile",
            "version" : "2.039"
         },
         {
            "class" : "Dist::Zilla::Plugin::PodCoverageTests",
            "name" : "@Author::JQUELIN/PodCoverageTests",
            "version" : "5.014"
         },
         {
            "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
            "name" : "@Author::JQUELIN/PodSyntaxTests",
            "version" : "5.014"
         },
         {
            "class" : "Dist::Zilla::Plugin::ReportVersions::Tiny",
            "name" : "@Author::JQUELIN/ReportVersions::Tiny",
            "version" : "1.10"
         },
         {
            "class" : "Dist::Zilla::Plugin::PruneCruft",
            "name" : "@Author::JQUELIN/PruneCruft",
            "version" : "5.014"
         },
         {
            "class" : "Dist::Zilla::Plugin::PruneFiles",
            "name" : "@Author::JQUELIN/PruneFiles",
            "version" : "5.014"
         },
         {
            "class" : "Dist::Zilla::Plugin::ManifestSkip",
            "name" : "@Author::JQUELIN/ManifestSkip",
            "version" : "5.014"
         },
         {
            "class" : "Dist::Zilla::Plugin::AutoPrereqs",
            "name" : "@Author::JQUELIN/AutoPrereqs",
            "version" : "5.014"
         },
         {
            "class" : "Dist::Zilla::Plugin::ExtraTests",
            "name" : "@Author::JQUELIN/ExtraTests",
            "version" : "5.014"
         },
         {
            "class" : "Dist::Zilla::Plugin::NextRelease",
            "name" : "@Author::JQUELIN/NextRelease",
            "version" : "5.014"
         },
         {
            "class" : "Dist::Zilla::Plugin::PkgVersion",
            "name" : "@Author::JQUELIN/PkgVersion",
            "version" : "5.014"
         },
         {
            "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" : "CLASS_ATTRIBUTES",
                        "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::Collect",
                        "name" : "EVENTS",
                        "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" : "@Author::JQUELIN/PodWeaver",
            "version" : "4.005"
         },
         {
            "class" : "Dist::Zilla::Plugin::Prepender",
            "name" : "@Author::JQUELIN/Prepender",
            "version" : "1.112280"
         },
         {
            "class" : "Dist::Zilla::Plugin::ExecDir",
            "name" : "@Author::JQUELIN/ExecDir",
            "version" : "5.014"
         },
         {
            "class" : "Dist::Zilla::Plugin::ShareDir",
            "name" : "@Author::JQUELIN/ShareDir",
            "version" : "5.014"
         },
         {
            "class" : "Dist::Zilla::Plugin::Bugtracker",
            "name" : "@Author::JQUELIN/Bugtracker",
            "version" : "1.111080"
         },
         {
            "class" : "Dist::Zilla::Plugin::Homepage",
            "name" : "@Author::JQUELIN/Homepage",
            "version" : "1.101420"
         },
         {
            "class" : "Dist::Zilla::Plugin::Repository",
            "name" : "@Author::JQUELIN/Repository",
            "version" : "0.20"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaProvides::Package",
            "config" : {
               "Dist::Zilla::Plugin::MetaProvides::Package" : {
                  "finder_objects" : [
                     {
                        "class" : "Dist::Zilla::Plugin::FinderCode",
                        "name" : "@Author::JQUELIN/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
                        "version" : "5.014"
                     }
                  ]
               },
               "Dist::Zilla::Role::MetaProvider::Provider" : {
                  "inherit_missing" : "1",
                  "inherit_version" : "1",
                  "meta_noindex" : "1"
               }
            },
            "name" : "@Author::JQUELIN/MetaProvides::Package",
            "version" : "2.000001"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaConfig",
            "name" : "@Author::JQUELIN/MetaConfig",
            "version" : "5.014"
         },
         {
            "class" : "Dist::Zilla::Plugin::HelpWanted",
            "name" : "@Author::JQUELIN/HelpWanted",
            "version" : "0.3.1"
         },
         {
            "class" : "Dist::Zilla::Plugin::License",
            "name" : "@Author::JQUELIN/License",
            "version" : "5.014"
         },
         {
            "class" : "Dist::Zilla::Plugin::Covenant",
            "name" : "@Author::JQUELIN/Covenant",
            "version" : "0.1.0"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaYAML",
            "name" : "@Author::JQUELIN/MetaYAML",
            "version" : "5.014"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaJSON",
            "name" : "@Author::JQUELIN/MetaJSON",
            "version" : "5.014"
         },
         {
            "class" : "Dist::Zilla::Plugin::ModuleBuild",
            "config" : {
               "Dist::Zilla::Role::TestRunner" : {
                  "default_jobs" : 1
               }
            },
            "name" : "@Author::JQUELIN/ModuleBuild",
            "version" : "5.014"
         },
         {
            "class" : "Dist::Zilla::Plugin::Readme",
            "name" : "@Author::JQUELIN/Readme",
            "version" : "5.014"
         },
         {
            "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
            "name" : "@Author::JQUELIN/ReadmeAnyFromPod",
            "version" : "0.133360"
         },
         {
            "class" : "Dist::Zilla::Plugin::Manifest",
            "name" : "@Author::JQUELIN/Manifest",
            "version" : "5.014"
         },
         {
            "class" : "Dist::Zilla::Plugin::CheckChangeLog",
            "name" : "@Author::JQUELIN/CheckChangeLog",
            "version" : "0.01"
         },
         {
            "class" : "Dist::Zilla::Plugin::TestRelease",
            "name" : "@Author::JQUELIN/TestRelease",
            "version" : "5.014"
         },
         {
            "class" : "Dist::Zilla::Plugin::Git::Check",
            "name" : "@Author::JQUELIN/Git::Check",
            "version" : "2.020"
         },
         {
            "class" : "Dist::Zilla::Plugin::Git::Commit",
            "name" : "@Author::JQUELIN/Git::Commit",
            "version" : "2.020"
         },
         {
            "class" : "Dist::Zilla::Plugin::Git::Tag",
            "name" : "@Author::JQUELIN/Git::Tag",
            "version" : "2.020"
         },
         {
            "class" : "Dist::Zilla::Plugin::Git::Push",
            "name" : "@Author::JQUELIN/Git::Push",
            "version" : "2.020"
         },
         {
            "class" : "Dist::Zilla::Plugin::UploadToCPAN",
            "name" : "@Author::JQUELIN/UploadToCPAN",
            "version" : "5.014"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":InstallModules",
            "version" : "5.014"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":IncModules",
            "version" : "5.014"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":TestFiles",
            "version" : "5.014"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":ExecFiles",
            "version" : "5.014"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":ShareFiles",
            "version" : "5.014"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":MainModule",
            "version" : "5.014"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":AllFiles",
            "version" : "5.014"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":NoFiles",
            "version" : "5.014"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : "@Author::JQUELIN/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
            "version" : "5.014"
         }
      ],
      "zilla" : {
         "class" : "Dist::Zilla::Dist::Builder",
         "config" : {
            "is_trial" : "0"
         },
         "version" : "5.014"
      }
   },
   "x_author_pledge" : {
      "version" : 1
   }
}