The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "add option keywords to your object (Mo/Moo/Moose)",
   "author" : [
      "celogeek <me@celogeek.com>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 4.300028, CPAN::Meta::Converter version 2.120921",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "MooX-Options",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Module::Build" : "0.3601"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.3601"
         }
      },
      "develop" : {
         "requires" : {
            "Pod::Coverage::TrustPod" : "0",
            "Test::Pod::Coverage" : "1.08"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp" : "0",
            "Data::Record" : "0",
            "Getopt::Long" : "2.38",
            "Getopt::Long::Descriptive" : "0.091",
            "MRO::Compat" : "0",
            "Module::Load::Conditional" : "0.54",
            "Module::Metadata" : "1.000011",
            "Moo" : "1.000003",
            "Regexp::Common" : "0",
            "perl" : "5.006",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "File::Find" : "0",
            "File::Temp" : "0",
            "FindBin" : "0",
            "Role::Tiny::With" : "0",
            "Scalar::Util" : "0",
            "Test::More" : "0.94",
            "Test::Trap" : "0",
            "Try::Tiny" : "0",
            "namespace::clean" : "0",
            "perl" : "5.004"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "http://tasks.celogeek.com/projects/perl-modules-moox-options"
      },
      "homepage" : "https://gitorious.celogeek.com/perl-modules/moox-options",
      "repository" : {
         "type" : "git",
         "url" : "git://gitorious.celogeek.com/perl-modules/moox-options.git",
         "web" : "https://gitorious.celogeek.com/perl-modules/moox-options"
      }
   },
   "version" : "3.77",
   "x_Dist_Zilla" : {
      "perl" : {
         "version" : "5.016002"
      },
      "plugins" : [
         {
            "class" : "Dist::Zilla::Plugin::Git::NextVersion",
            "name" : "@Author::Celogeek/Git::NextVersion",
            "version" : "2.006"
         },
         {
            "class" : "Dist::Zilla::Plugin::NextRelease",
            "name" : "@Author::Celogeek/NextRelease",
            "version" : "4.300028"
         },
         {
            "class" : "Dist::Zilla::Plugin::Git::Check",
            "name" : "@Author::Celogeek/@Git/Check",
            "version" : "2.006"
         },
         {
            "class" : "Dist::Zilla::Plugin::Git::Commit",
            "name" : "@Author::Celogeek/@Git/Commit",
            "version" : "2.006"
         },
         {
            "class" : "Dist::Zilla::Plugin::Git::Tag",
            "name" : "@Author::Celogeek/@Git/Tag",
            "version" : "2.006"
         },
         {
            "class" : "Dist::Zilla::Plugin::Git::Push",
            "name" : "@Author::Celogeek/@Git/Push",
            "version" : "2.006"
         },
         {
            "class" : "Dist::Zilla::Plugin::GatherDir",
            "name" : "@Author::Celogeek/@Filter/GatherDir",
            "version" : "4.300028"
         },
         {
            "class" : "Dist::Zilla::Plugin::PruneCruft",
            "name" : "@Author::Celogeek/@Filter/PruneCruft",
            "version" : "4.300028"
         },
         {
            "class" : "Dist::Zilla::Plugin::ManifestSkip",
            "name" : "@Author::Celogeek/@Filter/ManifestSkip",
            "version" : "4.300028"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaYAML",
            "name" : "@Author::Celogeek/@Filter/MetaYAML",
            "version" : "4.300028"
         },
         {
            "class" : "Dist::Zilla::Plugin::License",
            "name" : "@Author::Celogeek/@Filter/License",
            "version" : "4.300028"
         },
         {
            "class" : "Dist::Zilla::Plugin::Readme",
            "name" : "@Author::Celogeek/@Filter/Readme",
            "version" : "4.300028"
         },
         {
            "class" : "Dist::Zilla::Plugin::ExtraTests",
            "name" : "@Author::Celogeek/@Filter/ExtraTests",
            "version" : "4.300028"
         },
         {
            "class" : "Dist::Zilla::Plugin::ExecDir",
            "name" : "@Author::Celogeek/@Filter/ExecDir",
            "version" : "4.300028"
         },
         {
            "class" : "Dist::Zilla::Plugin::ShareDir",
            "name" : "@Author::Celogeek/@Filter/ShareDir",
            "version" : "4.300028"
         },
         {
            "class" : "Dist::Zilla::Plugin::Manifest",
            "name" : "@Author::Celogeek/@Filter/Manifest",
            "version" : "4.300028"
         },
         {
            "class" : "Dist::Zilla::Plugin::TestRelease",
            "name" : "@Author::Celogeek/@Filter/TestRelease",
            "version" : "4.300028"
         },
         {
            "class" : "Dist::Zilla::Plugin::ConfirmRelease",
            "name" : "@Author::Celogeek/@Filter/ConfirmRelease",
            "version" : "4.300028"
         },
         {
            "class" : "Dist::Zilla::Plugin::UploadToCPAN",
            "name" : "@Author::Celogeek/@Filter/UploadToCPAN",
            "version" : "4.300028"
         },
         {
            "class" : "Dist::Zilla::Plugin::ModuleBuild",
            "name" : "@Author::Celogeek/ModuleBuild",
            "version" : "4.300028"
         },
         {
            "class" : "Dist::Zilla::Plugin::ReportVersions",
            "name" : "@Author::Celogeek/ReportVersions",
            "version" : "1.110730"
         },
         {
            "class" : "Dist::Zilla::Plugin::OurPkgVersion",
            "name" : "@Author::Celogeek/OurPkgVersion",
            "version" : "0.004000"
         },
         {
            "class" : "Dist::Zilla::Plugin::Prepender",
            "name" : "@Author::Celogeek/Prepender",
            "version" : "1.112280"
         },
         {
            "class" : "Dist::Zilla::Plugin::MinimumPerl",
            "name" : "@Author::Celogeek/MinimumPerl",
            "version" : "1.003"
         },
         {
            "class" : "Dist::Zilla::Plugin::Test::Compile",
            "name" : "@Author::Celogeek/Test::Compile",
            "version" : "1.112820"
         },
         {
            "class" : "Dist::Zilla::Plugin::CheckChangeLog",
            "name" : "@Author::Celogeek/CheckChangeLog",
            "version" : "0.01"
         },
         {
            "class" : "Dist::Zilla::Plugin::Test::UnusedVars",
            "name" : "@Author::Celogeek/Test::UnusedVars",
            "version" : "2.000003"
         },
         {
            "class" : "Dist::Zilla::Plugin::PodCoverageTests",
            "name" : "@Author::Celogeek/PodCoverageTests",
            "version" : "4.300028"
         },
         {
            "class" : "Dist::Zilla::Plugin::PruneFiles",
            "name" : "@Author::Celogeek/PruneFiles",
            "version" : "4.300028"
         },
         {
            "class" : "Dist::Zilla::Plugin::ReadmeMarkdownFromPod",
            "name" : "@Author::Celogeek/ReadmeMarkdownFromPod",
            "version" : "0.120120"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaJSON",
            "name" : "@Author::Celogeek/MetaJSON",
            "version" : "4.300028"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaResourcesFromGit",
            "name" : "@Author::Celogeek/MetaResourcesFromGit",
            "version" : "1.103620"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaConfig",
            "name" : "@Author::Celogeek/MetaConfig",
            "version" : "4.300028"
         },
         {
            "class" : "Dist::Zilla::Plugin::PodWeaver",
            "name" : "@Author::Celogeek/PodWeaver",
            "version" : "3.101641"
         },
         {
            "class" : "Dist::Zilla::Plugin::Run::BeforeRelease",
            "name" : "@Author::Celogeek/Run::BeforeRelease",
            "version" : "0.013"
         },
         {
            "class" : "Dist::Zilla::Plugin::PerlTidy",
            "name" : "@Author::Celogeek/PerlTidy",
            "version" : "0.12"
         },
         {
            "class" : "Dist::Zilla::Plugin::Test::Perl::Critic",
            "name" : "@Author::Celogeek/Test::Perl::Critic",
            "version" : "2.112410"
         },
         {
            "class" : "Dist::Zilla::Plugin::AutoPrereqs",
            "name" : "AutoPrereqs",
            "version" : "4.300028"
         },
         {
            "class" : "Dist::Zilla::Plugin::Prereqs",
            "config" : {
               "Dist::Zilla::Plugin::Prereqs" : {
                  "phase" : "runtime",
                  "type" : "requires"
               }
            },
            "name" : "Prereqs",
            "version" : "4.300028"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaResourcesFromGit",
            "name" : "MetaResourcesFromGit",
            "version" : "1.103620"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":InstallModules",
            "version" : "4.300028"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":IncModules",
            "version" : "4.300028"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":TestFiles",
            "version" : "4.300028"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":ExecFiles",
            "version" : "4.300028"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":ShareFiles",
            "version" : "4.300028"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":MainModule",
            "version" : "4.300028"
         }
      ],
      "zilla" : {
         "class" : "Dist::Zilla::Dist::Builder",
         "config" : {
            "is_trial" : "0"
         },
         "version" : "4.300028"
      }
   }
}