{
  "abstract" : "generating native linux packages from cpan",
  "author" : [
     "Jerome Quelin <[email protected]>"
  ],
  "dynamic_config" : 0,
  "generated_by" : "Dist::Zilla version 4.300026, CPAN::Meta::Converter version 2.120921",
  "license" : [
     "perl_5"
  ],
  "meta-spec" : {
     "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
     "version" : "2"
  },
  "name" : "App-CPAN2Pkg",
  "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" : {
           "DateTime" : "0",
           "Devel::Platform::Info::Linux" : "0",
           "Exporter::Lite" : "0",
           "File::ShareDir::PathClass" : "0",
           "Find::Lib" : "0",
           "FindBin" : "0",
           "Getopt::Long::Descriptive" : "0",
           "HTML::TreeBuilder" : "0",
           "HTTP::Request" : "0",
           "List::MoreUtils" : "0",
           "List::Util" : "0",
           "Moose" : "0",
           "Moose::Util::TypeConstraints" : "0",
           "MooseX::ClassAttribute" : "0",
           "MooseX::Has::Sugar" : "0",
           "MooseX::POE" : "0",
           "MooseX::SemiAffordanceAccessor" : "0",
           "MooseX::Singleton" : "0",
           "POE" : "0",
           "POE::Component::Client::HTTP" : "0",
           "POE::Loop::Tk" : "0",
           "POE::Wheel::Run" : "0",
           "Path::Class" : "0",
           "Readonly" : "0",
           "Term::ANSIColor" : "0",
           "Tk" : "0",
           "Tk::Balloon" : "0",
           "Tk::HList" : "0",
           "Tk::NoteBook" : "0",
           "Tk::PNG" : "0",
           "Tk::ROText" : "0",
           "Tk::Role::HasWidgets" : "0",
           "Tk::Sugar" : "0",
           "perl" : "5.012",
           "strict" : "0",
           "warnings" : "0"
        }
     },
     "test" : {
        "requires" : {
           "File::Find" : "0",
           "File::Temp" : "0",
           "Test::Exception" : "0",
           "Test::More" : "0.88"
        }
     }
  },
  "provides" : {
     "App::CPAN2Pkg" : {
        "file" : "lib/App/CPAN2Pkg.pm",
        "version" : "3.002"
     },
     "App::CPAN2Pkg::Controller" : {
        "file" : "lib/App/CPAN2Pkg/Controller.pm",
        "version" : "3.002"
     },
     "App::CPAN2Pkg::Lock" : {
        "file" : "lib/App/CPAN2Pkg/Lock.pm",
        "version" : "3.002"
     },
     "App::CPAN2Pkg::Module" : {
        "file" : "lib/App/CPAN2Pkg/Module.pm",
        "version" : "3.002"
     },
     "App::CPAN2Pkg::Repository" : {
        "file" : "lib/App/CPAN2Pkg/Repository.pm",
        "version" : "3.002"
     },
     "App::CPAN2Pkg::Types" : {
        "file" : "lib/App/CPAN2Pkg/Types.pm",
        "version" : "3.002"
     },
     "App::CPAN2Pkg::UI::Text" : {
        "file" : "lib/App/CPAN2Pkg/UI/Text.pm",
        "version" : "3.002"
     },
     "App::CPAN2Pkg::UI::Tk" : {
        "file" : "lib/App/CPAN2Pkg/UI/Tk.pm",
        "version" : "3.002"
     },
     "App::CPAN2Pkg::Utils" : {
        "file" : "lib/App/CPAN2Pkg/Utils.pm",
        "version" : "3.002"
     },
     "App::CPAN2Pkg::Worker" : {
        "file" : "lib/App/CPAN2Pkg/Worker.pm",
        "version" : "3.002"
     },
     "App::CPAN2Pkg::Worker::Mageia" : {
        "file" : "lib/App/CPAN2Pkg/Worker/Mageia.pm",
        "version" : "3.002"
     },
     "App::CPAN2Pkg::Worker::RPM" : {
        "file" : "lib/App/CPAN2Pkg/Worker/RPM.pm",
        "version" : "3.002"
     }
  },
  "release_status" : "stable",
  "resources" : {
     "bugtracker" : {
        "mailto" : "bug-app-cpan2pkg at rt.cpan.org",
        "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=App-CPAN2Pkg"
     },
     "homepage" : "http://search.cpan.org/dist/App-CPAN2Pkg/",
     "repository" : {
        "type" : "git",
        "url" : "git://github.com/jquelin/app-cpan2pkg.git",
        "web" : "http://github.com/jquelin/app-cpan2pkg"
     }
  },
  "version" : "3.002",
  "x_Dist_Zilla" : {
     "perl" : {
        "version" : "5.016001"
     },
     "plugins" : [
        {
           "class" : "Dist::Zilla::Plugin::Prereqs",
           "config" : {
              "Dist::Zilla::Plugin::Prereqs" : {
                 "phase" : "runtime",
                 "type" : "requires"
              }
           },
           "name" : "Prereqs",
           "version" : "4.300026"
        },
        {
           "class" : "Dist::Zilla::Plugin::Git::NextVersion",
           "name" : "@Author::JQUELIN/Git::NextVersion",
           "version" : "2.001"
        },
        {
           "class" : "Dist::Zilla::Plugin::GatherDir",
           "name" : "@Author::JQUELIN/GatherDir",
           "version" : "4.300026"
        },
        {
           "class" : "Dist::Zilla::Plugin::Test::Compile",
           "name" : "@Author::JQUELIN/Test::Compile",
           "version" : "1.112820"
        },
        {
           "class" : "Dist::Zilla::Plugin::PodCoverageTests",
           "name" : "@Author::JQUELIN/PodCoverageTests",
           "version" : "4.300026"
        },
        {
           "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
           "name" : "@Author::JQUELIN/PodSyntaxTests",
           "version" : "4.300026"
        },
        {
           "class" : "Dist::Zilla::Plugin::ReportVersions::Tiny",
           "name" : "@Author::JQUELIN/ReportVersions::Tiny",
           "version" : "1.08"
        },
        {
           "class" : "Dist::Zilla::Plugin::PruneCruft",
           "name" : "@Author::JQUELIN/PruneCruft",
           "version" : "4.300026"
        },
        {
           "class" : "Dist::Zilla::Plugin::PruneFiles",
           "name" : "@Author::JQUELIN/PruneFiles",
           "version" : "4.300026"
        },
        {
           "class" : "Dist::Zilla::Plugin::ManifestSkip",
           "name" : "@Author::JQUELIN/ManifestSkip",
           "version" : "4.300026"
        },
        {
           "class" : "Dist::Zilla::Plugin::AutoPrereqs",
           "name" : "@Author::JQUELIN/AutoPrereqs",
           "version" : "4.300026"
        },
        {
           "class" : "Dist::Zilla::Plugin::ExtraTests",
           "name" : "@Author::JQUELIN/ExtraTests",
           "version" : "4.300026"
        },
        {
           "class" : "Dist::Zilla::Plugin::NextRelease",
           "name" : "@Author::JQUELIN/NextRelease",
           "version" : "4.300026"
        },
        {
           "class" : "Dist::Zilla::Plugin::PkgVersion",
           "name" : "@Author::JQUELIN/PkgVersion",
           "version" : "4.300026"
        },
        {
           "class" : "Dist::Zilla::Plugin::PodWeaver",
           "name" : "@Author::JQUELIN/PodWeaver",
           "version" : "3.101641"
        },
        {
           "class" : "Dist::Zilla::Plugin::Prepender",
           "name" : "@Author::JQUELIN/Prepender",
           "version" : "1.112280"
        },
        {
           "class" : "Dist::Zilla::Plugin::ExecDir",
           "name" : "@Author::JQUELIN/ExecDir",
           "version" : "4.300026"
        },
        {
           "class" : "Dist::Zilla::Plugin::ShareDir",
           "name" : "@Author::JQUELIN/ShareDir",
           "version" : "4.300026"
        },
        {
           "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.18"
        },
        {
           "class" : "Dist::Zilla::Plugin::MetaProvides::Package",
           "name" : "@Author::JQUELIN/MetaProvides::Package",
           "version" : "1.14000001"
        },
        {
           "class" : "Dist::Zilla::Plugin::MetaConfig",
           "name" : "@Author::JQUELIN/MetaConfig",
           "version" : "4.300026"
        },
        {
           "class" : "Dist::Zilla::Plugin::HelpWanted",
           "name" : "@Author::JQUELIN/HelpWanted",
           "version" : "0.2.1"
        },
        {
           "class" : "Dist::Zilla::Plugin::License",
           "name" : "@Author::JQUELIN/License",
           "version" : "4.300026"
        },
        {
           "class" : "Dist::Zilla::Plugin::Covenant",
           "name" : "@Author::JQUELIN/Covenant",
           "version" : "0.1.0"
        },
        {
           "class" : "Dist::Zilla::Plugin::MetaYAML",
           "name" : "@Author::JQUELIN/MetaYAML",
           "version" : "4.300026"
        },
        {
           "class" : "Dist::Zilla::Plugin::MetaJSON",
           "name" : "@Author::JQUELIN/MetaJSON",
           "version" : "4.300026"
        },
        {
           "class" : "Dist::Zilla::Plugin::ModuleBuild",
           "name" : "@Author::JQUELIN/ModuleBuild",
           "version" : "4.300026"
        },
        {
           "class" : "Dist::Zilla::Plugin::Readme",
           "name" : "@Author::JQUELIN/Readme",
           "version" : "4.300026"
        },
        {
           "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
           "name" : "@Author::JQUELIN/ReadmeAnyFromPod",
           "version" : "0.120120"
        },
        {
           "class" : "Dist::Zilla::Plugin::Manifest",
           "name" : "@Author::JQUELIN/Manifest",
           "version" : "4.300026"
        },
        {
           "class" : "Dist::Zilla::Plugin::CheckChangeLog",
           "name" : "@Author::JQUELIN/CheckChangeLog",
           "version" : "0.01"
        },
        {
           "class" : "Dist::Zilla::Plugin::TestRelease",
           "name" : "@Author::JQUELIN/TestRelease",
           "version" : "4.300026"
        },
        {
           "class" : "Dist::Zilla::Plugin::Git::Check",
           "name" : "@Author::JQUELIN/Git::Check",
           "version" : "2.001"
        },
        {
           "class" : "Dist::Zilla::Plugin::Git::Commit",
           "name" : "@Author::JQUELIN/Git::Commit",
           "version" : "2.001"
        },
        {
           "class" : "Dist::Zilla::Plugin::Git::Tag",
           "name" : "@Author::JQUELIN/Git::Tag",
           "version" : "2.001"
        },
        {
           "class" : "Dist::Zilla::Plugin::Git::Push",
           "name" : "@Author::JQUELIN/Git::Push",
           "version" : "2.001"
        },
        {
           "class" : "Dist::Zilla::Plugin::UploadToCPAN",
           "name" : "@Author::JQUELIN/UploadToCPAN",
           "version" : "4.300026"
        },
        {
           "class" : "Dist::Zilla::Plugin::FinderCode",
           "name" : ":InstallModules",
           "version" : "4.300026"
        },
        {
           "class" : "Dist::Zilla::Plugin::FinderCode",
           "name" : ":IncModules",
           "version" : "4.300026"
        },
        {
           "class" : "Dist::Zilla::Plugin::FinderCode",
           "name" : ":TestFiles",
           "version" : "4.300026"
        },
        {
           "class" : "Dist::Zilla::Plugin::FinderCode",
           "name" : ":ExecFiles",
           "version" : "4.300026"
        },
        {
           "class" : "Dist::Zilla::Plugin::FinderCode",
           "name" : ":ShareFiles",
           "version" : "4.300026"
        },
        {
           "class" : "Dist::Zilla::Plugin::FinderCode",
           "name" : ":MainModule",
           "version" : "4.300026"
        }
     ],
     "zilla" : {
        "class" : "Dist::Zilla::Dist::Builder",
        "config" : {
           "is_trial" : "0"
        },
        "version" : "4.300026"
     }
  },
  "x_author_pledge" : {
     "version" : 1
  }
}