Skip to content

Instantly share code, notes, and snippets.

@tsibley
Last active August 29, 2015 14:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsibley/863fc6ae99cd2bce151c to your computer and use it in GitHub Desktop.
Save tsibley/863fc6ae99cd2bce151c to your computer and use it in GitHub Desktop.
Search for "dist zilla" on metacpan
{
"query" : {
"filtered" : {
"query" : {
"custom_score" : {
"query" : {
"boosting" : {
"negative_boost" : 0.5,
"positive" : {
"bool" : {
"should" : [
{
"term" : {
"file.documentation" : {
"boost" : 20,
"value" : "dist zilla"
}
}
},
{
"term" : {
"file.module.name" : {
"value" : "dist zilla",
"boost" : 20
}
}
},
{
"dis_max" : {
"queries" : [
{
"query_string" : {
"query" : "dist zilla",
"allow_leading_wildcard" : false,
"default_operator" : "AND",
"use_dis_max" : true,
"boost" : 3,
"fields" : [
"documentation.analyzed^2",
"file.module.name.analyzed^2",
"distribution.analyzed",
"documentation.camelcase",
"file.module.name.camelcase",
"distribution.camelcase"
]
}
},
{
"query_string" : {
"query" : "dist zilla",
"default_operator" : "AND",
"allow_leading_wildcard" : false,
"fields" : [
"abstract.analyzed",
"pod.analyzed"
],
"use_dis_max" : true
}
}
]
}
}
]
}
},
"negative" : {
"term" : {
"file.mime" : {
"value" : "text/x-script.perl"
}
}
}
}
},
"metacpan_script" : "prefer_shorter_module_names_400"
}
},
"filter" : {
"and" : [
{
"not" : {
"filter" : {
"or" : [
{
"term" : {
"file.distribution" : "kurila"
}
},
{
"term" : {
"file.distribution" : "perl_debug"
}
},
{
"term" : {
"file.distribution" : "perl_mlb"
}
},
{
"term" : {
"file.distribution" : "perl-5.005_02+apache1.3.3+modperl"
}
},
{
"term" : {
"file.distribution" : "pod2texi"
}
},
{
"term" : {
"file.distribution" : "perlbench"
}
},
{
"term" : {
"file.distribution" : "spodcxx"
}
},
{
"term" : {
"file.distribution" : "Bundle-Everything"
}
}
]
}
}
},
{
"term" : {
"status" : "latest"
}
},
{
"term" : {
"file.authorized" : true
}
},
{
"term" : {
"file.indexed" : true
}
},
{
"or" : [
{
"and" : [
{
"exists" : {
"field" : "file.module.name"
}
},
{
"term" : {
"file.module.indexed" : true
}
}
]
},
{
"exists" : {
"field" : "documentation"
}
}
]
}
]
}
}
},
"facets" : {
"count" : {
"terms" : {
"field" : "distribution",
"size" : 999
}
}
},
"from" : 0,
"fields" : [
"distribution",
"documentation",
"author",
"abstract.analyzed",
"release",
"path",
"status",
"indexed",
"authorized",
"module",
"distribution",
"date",
"id",
"pod_lines"
],
"size" : 200
}
{
"timed_out" : false,
"hits" : {
"hits" : [
{
"_score" : 0.27893198,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"0",
"232"
],
"date" : "2014-05-24T06:30:15.000Z",
"status" : "latest",
"abstract.analyzed" : "Dist::Zilla Bashed Inside Out",
"release" : "Zilla-Dist-0.0.5",
"path" : "lib/Zilla/Dist.pod",
"author" : "INGY",
"distribution" : "Zilla-Dist",
"indexed" : "true",
"documentation" : "Zilla::Dist",
"id" : "5sGKNl_SWaGQlu38RXC5R0rb1Ag"
},
"_index" : "cpan_v1",
"_id" : "5sGKNl_SWaGQlu38RXC5R0rb1Ag",
"_type" : "file"
},
{
"_score" : 0.2751527,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"771",
"241"
],
"abstract.analyzed" : "distribution builder; installer not included!",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla",
"id" : "6A00w8MyBEAXTOJsAtZfq3dAcJY",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla.pm",
"version" : "5.019",
"name" : "Dist::Zilla",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "6A00w8MyBEAXTOJsAtZfq3dAcJY",
"_type" : "file"
},
{
"_score" : 0.23244685,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"140",
"24"
],
"abstract.analyzed" : "distribution builder; installer not included!",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Dist/Minter.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Dist::Minter",
"id" : "iOlrGTNGSEKk2RDhKge9LU3YU2I",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Dist/Minter.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Dist::Minter",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "iOlrGTNGSEKk2RDhKge9LU3YU2I",
"_type" : "file"
},
{
"_score" : 0.22459865,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"809",
"168"
],
"abstract.analyzed" : "dist zilla subclass for building dists",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Dist/Builder.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Dist::Builder",
"id" : "kldRQYOomNXThtfZHKpBQNvOnqA",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Dist/Builder.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Dist::Builder",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "kldRQYOomNXThtfZHKpBQNvOnqA",
"_type" : "file"
},
{
"_score" : 0.20264556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"21",
"505"
],
"abstract.analyzed" : "task to install dist-zilla and all its plugins",
"date" : "2011-06-17T16:52:58.000Z",
"status" : "latest",
"release" : "Task-Dist-Zilla-1.111681",
"path" : "lib/Task/Dist/Zilla.pm",
"author" : "JQUELIN",
"distribution" : "Task-Dist-Zilla",
"indexed" : "true",
"documentation" : "Task::Dist::Zilla",
"id" : "IN14HXUpS2_fpTILxGVGAtLo7ME",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "JQUELIN/Task-Dist-Zilla-1.111681/lib/Task/Dist/Zilla.pm",
"version" : "1.111681",
"name" : "Task::Dist::Zilla",
"version_numified" : 1.111681
}
]
},
"_index" : "cpan_v1",
"_id" : "IN14HXUpS2_fpTILxGVGAtLo7ME",
"_type" : "file"
},
{
"_score" : 0.20212217,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"5",
"22"
],
"date" : "2013-09-07T14:01:26.000Z",
"status" : "latest",
"abstract.analyzed" : "Debian-specific commands and plugins for Dist::Zilla",
"release" : "Dist-Zilla-Deb-0.04",
"path" : "lib/Dist/Zilla/Deb.pod",
"author" : "MMCLERIC",
"distribution" : "Dist-Zilla-Deb",
"indexed" : "true",
"documentation" : "Dist::Zilla::Deb",
"id" : "37L1ccEBCXOBO6xJlusN6fqDjok"
},
"_index" : "cpan_v1",
"_id" : "37L1ccEBCXOBO6xJlusN6fqDjok",
"_type" : "file"
},
{
"_score" : 0.20212217,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"148",
"31"
],
"abstract.analyzed" : "Dist::Zilla's App::Cmd",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/App.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::App",
"id" : "7NOvrWBHGzXoKMaU29hqirK5VMI",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/App.pm",
"version" : "5.019",
"name" : "Dist::Zilla::App",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "7NOvrWBHGzXoKMaU29hqirK5VMI",
"_type" : "file"
},
{
"_score" : 0.20164937,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"134",
"40"
],
"abstract.analyzed" : "random snippets of code that Dist::Zilla wants",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Util.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Util",
"id" : "irQ41VOgmjWGX59Aqe9Am7gvGvQ",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Util.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Util",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "irQ41VOgmjWGX59Aqe9Am7gvGvQ",
"_type" : "file"
},
{
"_score" : 0.19712217,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"11",
"67"
],
"abstract.analyzed" : "An interactive shell for Dist::Zilla",
"date" : "2011-11-08T23:06:18.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Shell-0.005",
"path" : "lib/Dist/Zilla/Shell.pm",
"author" : "DOLMEN",
"distribution" : "Dist-Zilla-Shell",
"indexed" : "true",
"documentation" : "Dist::Zilla::Shell",
"id" : "hW93NA6Np7dhfLOpUvy8DVYzeDI",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "DOLMEN/Dist-Zilla-Shell-0.005/lib/Dist/Zilla/Shell.pm",
"version" : "0.005",
"name" : "Dist::Zilla::Shell",
"version_numified" : 0.005
}
]
},
"_index" : "cpan_v1",
"_id" : "hW93NA6Np7dhfLOpUvy8DVYzeDI",
"_type" : "file"
},
{
"_score" : 0.19565697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"30",
"32"
],
"abstract.analyzed" : "dzil-specific type library",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Types.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Types",
"id" : "0E__zqX6cy3_VFlpaGDQ4UWHPMI",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Types.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Types",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "0E__zqX6cy3_VFlpaGDQ4UWHPMI",
"_type" : "file"
},
{
"_score" : 0.19315697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"257",
"24"
],
"abstract.analyzed" : "a testing-enabling stand-in for Dist::Zilla",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Tester.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Tester",
"id" : "fTSzY_Zel5eQT_YCp3LdTva9a44",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Tester.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Tester",
"version_numified" : 5.019
},
{
"indexed" : true,
"authorized" : true,
"version" : "5.019",
"name" : "Dist::Zilla::Tester::_Builder",
"version_numified" : 5.019
},
{
"indexed" : true,
"authorized" : true,
"version" : "5.019",
"name" : "Dist::Zilla::Tester::_Minter",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "fTSzY_Zel5eQT_YCp3LdTva9a44",
"_type" : "file"
},
{
"_score" : 0.19264556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"5",
"202"
],
"date" : "2014-05-02T03:48:28.000Z",
"status" : "latest",
"abstract.analyzed" : "Travis CI plugins for your DZIL-based distribution",
"release" : "Dist-Zilla-TravisCI-1.10",
"path" : "lib/Dist/Zilla/TravisCI.pod",
"author" : "BBYRD",
"distribution" : "Dist-Zilla-TravisCI",
"indexed" : "true",
"documentation" : "Dist::Zilla::TravisCI",
"id" : "JTeqjR1xiXv1Bs41EuH73JINpLQ"
},
"_index" : "cpan_v1",
"_id" : "JTeqjR1xiXv1Bs41EuH73JINpLQ",
"_type" : "file"
},
{
"_score" : 0.19212218,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"134",
"80"
],
"abstract.analyzed" : "the prerequisites of a Dist::Zilla distribution",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Prereqs.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Prereqs",
"id" : "DRQ7ToPnqTyz2IczW_hAu17NuXk",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Prereqs.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Prereqs",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "DRQ7ToPnqTyz2IczW_hAu17NuXk",
"_type" : "file"
},
{
"_score" : 0.19154742,
"fields" : {
"authorized" : "true",
"date" : "2014-05-24T06:30:15.000Z",
"status" : "latest",
"release" : "Zilla-Dist-0.0.5",
"path" : "lib/Zilla/Dist.pm",
"author" : "INGY",
"distribution" : "Zilla-Dist",
"indexed" : "true",
"id" : "_0xxuOmGRDSpCVtXIRK40HIkh3E",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "INGY/Zilla-Dist-0.0.5/lib/Zilla/Dist.pod",
"version" : "0.0.5",
"name" : "Zilla::Dist",
"version_numified" : 5e-06
}
]
},
"_index" : "cpan_v1",
"_id" : "_0xxuOmGRDSpCVtXIRK40HIkh3E",
"_type" : "file"
},
{
"_score" : 0.19014555,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"109",
"56"
],
"abstract.analyzed" : "a role for plugins which use PPI",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Role/PPI.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::PPI",
"id" : "E6Xydjk4Hgupcx8bQESLbZcCzMo",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Role/PPI.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Role::PPI",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "E6Xydjk4Hgupcx8bQESLbZcCzMo",
"_type" : "file"
},
{
"_score" : 0.18815698,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"140",
"151"
],
"abstract.analyzed" : "how to use this \"Dist::Zilla\" thing",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Tutorial.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Tutorial",
"id" : "vplp2IPf8tO2WxcBD272AwNXdQo",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Tutorial.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Tutorial",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "vplp2IPf8tO2WxcBD272AwNXdQo",
"_type" : "file"
},
{
"_score" : 0.18725638,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"13",
"22"
],
"abstract.analyzed" : "Collection of web-related plugins for DZil",
"date" : "2012-04-04T18:58:40.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Web-0.0.6",
"path" : "lib/Dist/Zilla/Plugin/Web.pm",
"author" : "NPLATONOV",
"distribution" : "Dist-Zilla-Plugin-Web",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::Web",
"id" : "6T_FoDL2vaUAjfbSIkvihgABliM",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "NPLATONOV/Dist-Zilla-Plugin-Web-0.0.6/lib/Dist/Zilla/Plugin/Web.pm",
"version" : "0.0.6",
"name" : "Dist::Zilla::Plugin::Web",
"version_numified" : 6e-06
}
]
},
"_index" : "cpan_v1",
"_id" : "6T_FoDL2vaUAjfbSIkvihgABliM",
"_type" : "file"
},
{
"_score" : 0.18725638,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"30",
"24"
],
"abstract.analyzed" : "a stash of user name and email",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Stash/User.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Stash::User",
"id" : "la_aSi1td5Jsqq_ETxT4sKpGCdg",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Stash/User.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Stash::User",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "la_aSi1td5Jsqq_ETxT4sKpGCdg",
"_type" : "file"
},
{
"_score" : 0.18514556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"14",
"124"
],
"abstract.analyzed" : "Run external commands at specific phases of Dist::Zilla",
"date" : "2014-02-23T23:33:29.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Run-0.021",
"path" : "lib/Dist/Zilla/Plugin/Run.pm",
"author" : "ETHER",
"distribution" : "Dist-Zilla-Plugin-Run",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::Run",
"id" : "4_cvJE8Jydgx5JQEihgTztyLAvc",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "ETHER/Dist-Zilla-Plugin-Run-0.021/lib/Dist/Zilla/Plugin/Run.pm",
"version" : "0.021",
"name" : "Dist::Zilla::Plugin::Run",
"version_numified" : 0.021
}
]
},
"_index" : "cpan_v1",
"_id" : "4_cvJE8Jydgx5JQEihgTztyLAvc",
"_type" : "file"
},
{
"_score" : 0.18514556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"77",
"96"
],
"abstract.analyzed" : "Dist::Zilla plugin for your firefox addons development",
"date" : "2012-02-15T03:10:05.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Moz-0.104",
"path" : "lib/Dist/Zilla/Plugin/Moz.pm",
"author" : "REDICAPS",
"distribution" : "Dist-Zilla-Plugin-Moz",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::Moz",
"id" : "_ov35iIsSnVtpvIre5FrVe0YYQo",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "REDICAPS/Dist-Zilla-Plugin-Moz-0.104/lib/Dist/Zilla/Plugin/Moz.pm",
"version" : "0.104",
"name" : "Dist::Zilla::Plugin::Moz",
"version_numified" : 0.104
}
]
},
"_index" : "cpan_v1",
"_id" : "_ov35iIsSnVtpvIre5FrVe0YYQo",
"_type" : "file"
},
{
"_score" : 0.18514556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"84",
"24"
],
"abstract.analyzed" : "testing library for Dist::Zilla::App",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/App/Tester.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::App::Tester",
"id" : "DnGYSEsZEhm3z7qGPHIQJGOJ8xs",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/App/Tester.pm",
"version" : "5.019",
"name" : "Dist::Zilla::App::Tester",
"version_numified" : 5.019
},
{
"indexed" : true,
"authorized" : true,
"version" : "5.019",
"name" : "Dist::Zilla::App::Tester::Result",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "DnGYSEsZEhm3z7qGPHIQJGOJ8xs",
"_type" : "file"
},
{
"_score" : 0.18475638,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"84",
"119"
],
"abstract.analyzed" : "create a doap.xml file for your project",
"date" : "2014-03-14T13:41:19.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-DOAP-0.002",
"path" : "lib/Dist/Zilla/Plugin/DOAP.pm",
"author" : "TOBYINK",
"distribution" : "Dist-Zilla-Plugin-DOAP",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::DOAP",
"id" : "NHQhxdj65tVFXfu1RssxjYuhNy0",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "TOBYINK/Dist-Zilla-Plugin-DOAP-0.002/lib/Dist/Zilla/Plugin/DOAP.pm",
"version" : "0.002",
"name" : "Dist::Zilla::Plugin::DOAP",
"version_numified" : 0.002
}
]
},
"_index" : "cpan_v1",
"_id" : "NHQhxdj65tVFXfu1RssxjYuhNy0",
"_type" : "file"
},
{
"_score" : 0.18475638,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"35",
"37"
],
"abstract.analyzed" : "base class for dzil commands",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/App/Command.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::App::Command",
"id" : "O5QwfMsN1iRVXMCFU_39LJO_25Y",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/App/Command.pm",
"version" : "5.019",
"name" : "Dist::Zilla::App::Command",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "O5QwfMsN1iRVXMCFU_39LJO_25Y",
"_type" : "file"
},
{
"_score" : 0.18414937,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"23",
"88"
],
"abstract.analyzed" : "update your git repository after release",
"date" : "2014-04-19T18:31:22.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Git-2.022",
"path" : "lib/Dist/Zilla/Plugin/Git.pm",
"author" : "CJM",
"distribution" : "Dist-Zilla-Plugin-Git",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::Git",
"id" : "3LW25WuRlRzziWfkt_uFU38nQMo",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "CJM/Dist-Zilla-Plugin-Git-2.022/lib/Dist/Zilla/Plugin/Git.pm",
"version" : "2.022",
"name" : "Dist::Zilla::Plugin::Git",
"version_numified" : 2.022
}
]
},
"_index" : "cpan_v1",
"_id" : "3LW25WuRlRzziWfkt_uFU38nQMo",
"_type" : "file"
},
{
"_score" : 0.18414937,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"29",
"24"
],
"abstract.analyzed" : "something that stores options or data for later reference",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Role/Stash.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::Stash",
"id" : "_oQI3DmPyAGkro017zIPthNb3Q0",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Role/Stash.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Role::Stash",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "_oQI3DmPyAGkro017zIPthNb3Q0",
"_type" : "file"
},
{
"_score" : 0.18315697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"119",
"52"
],
"abstract.analyzed" : "something that can act like a file",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Role/File.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::File",
"id" : "PrbB9CvO2XhhodnTBlzbuYUEoFQ",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Role/File.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Role::File",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "PrbB9CvO2XhhodnTBlzbuYUEoFQ",
"_type" : "file"
},
{
"_score" : 0.18264556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"160",
"192"
],
"abstract.analyzed" : "WSDL to Perl classes when building your dist",
"date" : "2011-06-14T15:43:28.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-WSDL-0.205",
"path" : "lib/Dist/Zilla/Plugin/WSDL.pm",
"author" : "MJGARDNER",
"distribution" : "Dist-Zilla-Plugin-WSDL",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::WSDL",
"id" : "r1lV378vKe6Th4LYQCAmQnfgSxA",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "MJGARDNER/Dist-Zilla-Plugin-WSDL-0.205/lib/Dist/Zilla/Plugin/WSDL.pm",
"version" : "0.205",
"name" : "Dist::Zilla::Plugin::WSDL",
"version_numified" : 0.205
}
]
},
"_index" : "cpan_v1",
"_id" : "r1lV378vKe6Th4LYQCAmQnfgSxA",
"_type" : "file"
},
{
"_score" : 0.18264556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"43",
"24"
],
"abstract.analyzed" : "a standard section in Dist::Zilla's configuration sequence",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/MVP/Section.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::MVP::Section",
"id" : "4k6oZcBOPTbvW2nPwHs4reBnPEQ",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/MVP/Section.pm",
"version" : "5.019",
"name" : "Dist::Zilla::MVP::Section",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "4k6oZcBOPTbvW2nPwHs4reBnPEQ",
"_type" : "file"
},
{
"_score" : 0.18225639,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"210",
"128"
],
"abstract.analyzed" : "Use Alien::Base with Dist::Zilla",
"date" : "2013-12-27T02:52:16.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Alien-0.010",
"path" : "lib/Dist/Zilla/Plugin/Alien.pm",
"author" : "ZMUGHAL",
"distribution" : "Dist-Zilla-Plugin-Alien",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::Alien",
"id" : "r2ISJZOp5oZqNjgVt_cvSWvXoBc",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "ZMUGHAL/Dist-Zilla-Plugin-Alien-0.010/lib/Dist/Zilla/Plugin/Alien.pm",
"version" : "0.010",
"name" : "Dist::Zilla::Plugin::Alien",
"version_numified" : 0.01
}
]
},
"_index" : "cpan_v1",
"_id" : "r2ISJZOp5oZqNjgVt_cvSWvXoBc",
"_type" : "file"
},
{
"_score" : 0.18212217,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"11",
"76"
],
"abstract.analyzed" : "have svk update your repository at release time",
"date" : "2010-07-02T00:30:15.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-SVK-0.10",
"path" : "lib/Dist/Zilla/Plugin/SVK.pm",
"author" : "DRBEAN",
"distribution" : "Dist-Zilla-Plugin-SVK",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::SVK",
"id" : "TdicbQenYYQ9yYCXxzU1cMpj7jI",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "DRBEAN/Dist-Zilla-Plugin-SVK-0.10/lib/Dist/Zilla/Plugin/SVK.pm",
"name" : "Dist::Zilla::Plugin::SVK",
"version_numified" : 0
}
]
},
"_index" : "cpan_v1",
"_id" : "TdicbQenYYQ9yYCXxzU1cMpj7jI",
"_type" : "file"
},
{
"_score" : 0.18164937,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"47",
"40"
],
"abstract.analyzed" : "Shared code for things that communicate data about dzil roles.",
"date" : "2013-11-12T22:00:41.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Util-RoleDB-0.001000",
"path" : "lib/Dist/Zilla/Util/RoleDB.pm",
"author" : "KENTNL",
"distribution" : "Dist-Zilla-Util-RoleDB",
"indexed" : "true",
"documentation" : "Dist::Zilla::Util::RoleDB",
"id" : "sSkXBGi9Aka3htionzTVmFNpvmw",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "KENTNL/Dist-Zilla-Util-RoleDB-0.001000/lib/Dist/Zilla/Util/RoleDB.pm",
"version" : "0.001000",
"name" : "Dist::Zilla::Util::RoleDB",
"version_numified" : 0.001
}
]
},
"_index" : "cpan_v1",
"_id" : "sSkXBGi9Aka3htionzTVmFNpvmw",
"_type" : "file"
},
{
"_score" : 0.18164937,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"47",
"30"
],
"abstract.analyzed" : "a file that comes from your filesystem",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/File/OnDisk.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::File::OnDisk",
"id" : "NzfW54rC2E0sTZy22uB3bVlK_Ug",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/File/OnDisk.pm",
"version" : "5.019",
"name" : "Dist::Zilla::File::OnDisk",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "NzfW54rC2E0sTZy22uB3bVlK_Ug",
"_type" : "file"
},
{
"_score" : 0.18065697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"111",
"120"
],
"abstract.analyzed" : "Build an RPM from your Dist::Zilla release",
"date" : "2012-11-15T02:01:56.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-RPM-0.007",
"path" : "lib/Dist/Zilla/Plugin/RPM.pm",
"author" : "SCLOUSE",
"distribution" : "Dist-Zilla-Plugin-RPM",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::RPM",
"id" : "sxnGCorE_oZ35FLIkSGafcH5WtA",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "SCLOUSE/Dist-Zilla-Plugin-RPM-0.007/lib/Dist/Zilla/Plugin/RPM.pm",
"version" : "0.007",
"name" : "Dist::Zilla::Plugin::RPM",
"version_numified" : 0.007
}
]
},
"_index" : "cpan_v1",
"_id" : "sxnGCorE_oZ35FLIkSGafcH5WtA",
"_type" : "file"
},
{
"_score" : 0.18065697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"49",
"61"
],
"abstract.analyzed" : "A dynamic stash^Wstore of common data",
"date" : "2014-04-26T21:40:27.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Role-Store-0.000002",
"path" : "lib/Dist/Zilla/Role/Store.pm",
"author" : "RSRCHBOY",
"distribution" : "Dist-Zilla-Role-Store",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::Store",
"id" : "fPeF558GkWad_mD6G4ep1QOhb_U",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RSRCHBOY/Dist-Zilla-Role-Store-0.000002/lib/Dist/Zilla/Role/Store.pm",
"version" : "0.000002",
"name" : "Dist::Zilla::Role::Store",
"version_numified" : 2e-06
}
]
},
"_index" : "cpan_v1",
"_id" : "fPeF558GkWad_mD6G4ep1QOhb_U",
"_type" : "file"
},
{
"_score" : 0.18014556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"49",
"98"
],
"abstract.analyzed" : "Something finds or creates a gettext language translation template file",
"date" : "2013-11-24T04:46:39.000Z",
"status" : "latest",
"release" : "Dist-Zilla-LocaleTextDomain-0.87",
"path" : "lib/Dist/Zilla/Role/PotFile.pm",
"author" : "DWHEELER",
"distribution" : "Dist-Zilla-LocaleTextDomain",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::PotFile",
"id" : "NLu995i_NtHk89cWGRKYEulXhXE",
"module" : [
{
"indexed" : true,
"authorized" : true,
"version" : "0.87",
"name" : "Dist::Zilla::Role::PotFile",
"version_numified" : 0.87
}
]
},
"_index" : "cpan_v1",
"_id" : "NLu995i_NtHk89cWGRKYEulXhXE",
"_type" : "file"
},
{
"_score" : 0.17975639,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"5",
"207"
],
"date" : "2014-05-02T03:48:28.000Z",
"status" : "latest",
"abstract.analyzed" : "FAQ for Minimum Version Dependency Testing (MVDT)",
"release" : "Dist-Zilla-TravisCI-1.10",
"path" : "lib/Dist/Zilla/TravisCI/MVDT.pod",
"author" : "BBYRD",
"distribution" : "Dist-Zilla-TravisCI",
"indexed" : "true",
"documentation" : "Dist::Zilla::TravisCI::MVDT",
"id" : "ZBgf1fU9iVKUAsbr7LTnkhcFzNc"
},
"_index" : "cpan_v1",
"_id" : "ZBgf1fU9iVKUAsbr7LTnkhcFzNc",
"_type" : "file"
},
{
"_score" : 0.17975639,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"76",
"44"
],
"abstract.analyzed" : "Dist::Zilla-specific subclass of Config::MVP::Assembler",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/MVP/Assembler.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::MVP::Assembler",
"id" : "CrPxO_Ng8bjlT_iIg2iwr3iNMyo",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/MVP/Assembler.pm",
"version" : "5.019",
"name" : "Dist::Zilla::MVP::Assembler",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "CrPxO_Ng8bjlT_iIg2iwr3iNMyo",
"_type" : "file"
},
{
"_score" : 0.17962217,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"205",
"81"
],
"abstract.analyzed" : "A temporary directory with a collection of item states",
"date" : "2014-05-16T19:13:28.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Role-Tempdir-1.000000",
"path" : "lib/Dist/Zilla/Tempdir/Dir.pm",
"author" : "KENTNL",
"distribution" : "Dist-Zilla-Role-Tempdir",
"indexed" : "true",
"documentation" : "Dist::Zilla::Tempdir::Dir",
"id" : "19GCULYNx2FM6921CcQogksatv4",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "KENTNL/Dist-Zilla-Role-Tempdir-1.000000/lib/Dist/Zilla/Tempdir/Dir.pm",
"version" : "1.000000",
"name" : "Dist::Zilla::Tempdir::Dir",
"version_numified" : 1
}
]
},
"_index" : "cpan_v1",
"_id" : "19GCULYNx2FM6921CcQogksatv4",
"_type" : "file"
},
{
"_score" : 0.17962217,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"132",
"29"
],
"abstract.analyzed" : "chrome used for terminal-based interaction",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Chrome/Term.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Chrome::Term",
"id" : "bodloOQiZ_TLQQjMfExNM4d_bVU",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Chrome/Term.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Chrome::Term",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "bodloOQiZ_TLQQjMfExNM4d_bVU",
"_type" : "file"
},
{
"_score" : 0.17914937,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"181",
"113"
],
"abstract.analyzed" : "A result object for things that DO() DZ::R::Tempdir;",
"date" : "2014-05-16T19:13:28.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Role-Tempdir-1.000000",
"path" : "lib/Dist/Zilla/Tempdir/Item.pm",
"author" : "KENTNL",
"distribution" : "Dist-Zilla-Role-Tempdir",
"indexed" : "true",
"documentation" : "Dist::Zilla::Tempdir::Item",
"id" : "GcnEqapYeTyz1aOSQ0TrnxJH00I",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "KENTNL/Dist-Zilla-Role-Tempdir-1.000000/lib/Dist/Zilla/Tempdir/Item.pm",
"version" : "1.000000",
"name" : "Dist::Zilla::Tempdir::Item",
"version_numified" : 1
}
]
},
"_index" : "cpan_v1",
"_id" : "GcnEqapYeTyz1aOSQ0TrnxJH00I",
"_type" : "file"
},
{
"_score" : 0.17815697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"218",
"172"
],
"abstract.analyzed" : "a plugin for Dist::Zilla for building JSAN distributions",
"date" : "2011-07-15T15:09:18.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-JSAN-0.06",
"path" : "lib/Dist/Zilla/Plugin/JSAN.pm",
"author" : "NPLATONOV",
"distribution" : "Dist-Zilla-Plugin-JSAN",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::JSAN",
"id" : "I0e_Y2tKszeCAiDQ4JkLjNSttyg",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "NPLATONOV/Dist-Zilla-Plugin-JSAN-0.06/lib/Dist/Zilla/Plugin/JSAN.pm",
"version" : "0.06",
"name" : "Dist::Zilla::Plugin::JSAN",
"version_numified" : 0.06
}
]
},
"_index" : "cpan_v1",
"_id" : "I0e_Y2tKszeCAiDQ4JkLjNSttyg",
"_type" : "file"
},
{
"_score" : 0.17815697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"316",
"264"
],
"abstract.analyzed" : "Generate Dpkg files for your perl module",
"date" : "2013-04-11T00:15:27.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Dpkg-0.05",
"path" : "lib/Dist/Zilla/Plugin/Dpkg.pm",
"author" : "DIZ",
"distribution" : "Dist-Zilla-Plugin-Dpkg",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::Dpkg",
"id" : "3IGf0jqGt6qebT9fE98A3DKwp7k",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "DIZ/Dist-Zilla-Plugin-Dpkg-0.05/lib/Dist/Zilla/Plugin/Dpkg.pm",
"version" : "0.05",
"name" : "Dist::Zilla::Plugin::Dpkg",
"version_numified" : 0.05
}
]
},
"_index" : "cpan_v1",
"_id" : "3IGf0jqGt6qebT9fE98A3DKwp7k",
"_type" : "file"
},
{
"_score" : 0.17815697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"16",
"43"
],
"abstract.analyzed" : "Stash for handling %DUKGO credentials",
"date" : "2013-12-10T00:31:04.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-UploadToDuckPAN-0.007",
"path" : "lib/Dist/Zilla/Stash/DUKGO.pm",
"author" : "GETTY",
"distribution" : "Dist-Zilla-Plugin-UploadToDuckPAN",
"indexed" : "true",
"documentation" : "Dist::Zilla::Stash::DUKGO",
"id" : "ZGkh83mS8EyKLdLudRH19POhWY4",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "GETTY/Dist-Zilla-Plugin-UploadToDuckPAN-0.007/lib/Dist/Zilla/Stash/DUKGO.pm",
"version" : "0.007",
"name" : "Dist::Zilla::Stash::DUKGO",
"version_numified" : 0.007
}
]
},
"_index" : "cpan_v1",
"_id" : "ZGkh83mS8EyKLdLudRH19POhWY4",
"_type" : "file"
},
{
"_score" : 0.17815697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"95",
"47"
],
"abstract.analyzed" : "something that gets plugged in to Dist::Zilla",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Role/Plugin.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::Plugin",
"id" : "zYmrjiOURaAL1SAHQC8mvswIYgA",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Role/Plugin.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Role::Plugin",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "zYmrjiOURaAL1SAHQC8mvswIYgA",
"_type" : "file"
},
{
"_score" : 0.17815697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"17",
"24"
],
"abstract.analyzed" : "something that provides a user interface for Dist::Zilla",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Role/Chrome.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::Chrome",
"id" : "g5hjFhbJqErQMhILmi_V7dGvuUE",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Role/Chrome.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Role::Chrome",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "g5hjFhbJqErQMhILmi_V7dGvuUE",
"_type" : "file"
},
{
"_score" : 0.17815697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"36",
"29"
],
"abstract.analyzed" : "a stash of your PAUSE credentials",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Stash/PAUSE.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Stash::PAUSE",
"id" : "gKrNHuTo39qgC_5Qj7Mp_B82Acw",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Stash/PAUSE.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Stash::PAUSE",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "gKrNHuTo39qgC_5Qj7Mp_B82Acw",
"_type" : "file"
},
{
"_score" : 0.17815697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"79",
"43"
],
"abstract.analyzed" : "the chrome used by Dist::Zilla::Tester",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Chrome/Test.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Chrome::Test",
"id" : "KjwzyFNQ1hRY8RPptB5dYp5it1w",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Chrome/Test.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Chrome::Test",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "KjwzyFNQ1hRY8RPptB5dYp5it1w",
"_type" : "file"
},
{
"_score" : 0.17764556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"65",
"118"
],
"abstract.analyzed" : "Add metadata about potential breakages to your distribution",
"date" : "2014-02-12T04:56:28.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Breaks-0.002",
"path" : "lib/Dist/Zilla/Plugin/Breaks.pm",
"author" : "ETHER",
"distribution" : "Dist-Zilla-Plugin-Breaks",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::Breaks",
"id" : "wUYdZrZkY4_v_Xwi8L31HC7OL34",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "ETHER/Dist-Zilla-Plugin-Breaks-0.002/lib/Dist/Zilla/Plugin/Breaks.pm",
"version" : "0.002",
"name" : "Dist::Zilla::Plugin::Breaks",
"version_numified" : 0.002
}
]
},
"_index" : "cpan_v1",
"_id" : "wUYdZrZkY4_v_Xwi8L31HC7OL34",
"_type" : "file"
},
{
"_score" : 0.17764556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"146",
"95",
"242",
"12"
],
"abstract.analyzed" : "Include jQuery in your distribution",
"date" : "2013-12-14T02:43:49.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-jQuery-0.03",
"path" : "lib/Dist/Zilla/Plugin/jQuery.pm",
"author" : "PLICEASE",
"distribution" : "Dist-Zilla-Plugin-jQuery",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::jQuery",
"id" : "kK_ybEHbO59Q6ygJaUvSXKCDrIg",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "PLICEASE/Dist-Zilla-Plugin-jQuery-0.03/lib/Dist/Zilla/Plugin/jQuery.pm",
"version" : "0.03",
"name" : "Dist::Zilla::Plugin::jQuery",
"version_numified" : 0.03
}
]
},
"_index" : "cpan_v1",
"_id" : "kK_ybEHbO59Q6ygJaUvSXKCDrIg",
"_type" : "file"
},
{
"_score" : 0.17764556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"32",
"30",
"166",
"15"
],
"abstract.analyzed" : "Plugins to integrate Dist::Zilla with GitHub",
"date" : "2013-12-03T18:28:02.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-GitHub-0.36",
"path" : "lib/Dist/Zilla/Plugin/GitHub.pm",
"author" : "ALEXBIO",
"distribution" : "Dist-Zilla-Plugin-GitHub",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::GitHub",
"id" : "_qV6WPgbObPHyMbkslFF2wczfkc",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "ALEXBIO/Dist-Zilla-Plugin-GitHub-0.36/lib/Dist/Zilla/Plugin/GitHub.pm",
"version" : "0.36",
"name" : "Dist::Zilla::Plugin::GitHub",
"version_numified" : 0.36
}
]
},
"_index" : "cpan_v1",
"_id" : "_qV6WPgbObPHyMbkslFF2wczfkc",
"_type" : "file"
},
{
"_score" : 0.17764556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"31",
"33"
],
"abstract.analyzed" : "(DEPRECATED) the old name of the Prereqs plugin",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Plugin/Prereq.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::Prereq",
"id" : "bQKpeegJ1Zi6JIT2hleZpsc6nY0",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Plugin/Prereq.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Plugin::Prereq",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "bQKpeegJ1Zi6JIT2hleZpsc6nY0",
"_type" : "file"
},
{
"_score" : 0.17725639,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"27",
"186"
],
"date" : "2014-01-28T13:36:23.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-TestRun-0.0.2",
"path" : "lib/Dist/Zilla/Plugin/TestRun.pm",
"author" : "SHLOMIF",
"distribution" : "Dist-Zilla-Plugin-TestRun",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::TestRun",
"id" : "utIXTF_2Zjj7HqgMQGoaAXz4UPk",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "SHLOMIF/Dist-Zilla-Plugin-TestRun-0.0.2/lib/Dist/Zilla/Plugin/TestRun.pm",
"version" : "v0.0.2",
"name" : "Dist::Zilla::Plugin::TestRun",
"version_numified" : 2e-06
}
]
},
"_index" : "cpan_v1",
"_id" : "utIXTF_2Zjj7HqgMQGoaAXz4UPk",
"_type" : "file"
},
{
"_score" : 0.17712218,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"12",
"20",
"40",
"15"
],
"abstract.analyzed" : "Clean after release",
"date" : "2012-08-20T11:22:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Clean-0.07",
"path" : "lib/Dist/Zilla/Plugin/Clean.pm",
"author" : "ALEXBIO",
"distribution" : "Dist-Zilla-Plugin-Clean",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::Clean",
"id" : "9_9TY21Pk0f6hIWE8QciEANtltc",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "ALEXBIO/Dist-Zilla-Plugin-Clean-0.07/lib/Dist/Zilla/Plugin/Clean.pm",
"version" : "0.07",
"name" : "Dist::Zilla::Plugin::Clean",
"version_numified" : 0.07
}
]
},
"_index" : "cpan_v1",
"_id" : "9_9TY21Pk0f6hIWE8QciEANtltc",
"_type" : "file"
},
{
"_score" : 0.17712218,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"114",
"87"
],
"abstract.analyzed" : "Shell Out and collect the result in a DZ plug-in.",
"date" : "2014-05-16T19:13:28.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Role-Tempdir-1.000000",
"path" : "lib/Dist/Zilla/Role/Tempdir.pm",
"author" : "KENTNL",
"distribution" : "Dist-Zilla-Role-Tempdir",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::Tempdir",
"id" : "4zxGZIXOSRupYxdYRcVp5fYcX3A",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "KENTNL/Dist-Zilla-Role-Tempdir-1.000000/lib/Dist/Zilla/Role/Tempdir.pm",
"version" : "1.000000",
"name" : "Dist::Zilla::Role::Tempdir",
"version_numified" : 1
}
]
},
"_index" : "cpan_v1",
"_id" : "4zxGZIXOSRupYxdYRcVp5fYcX3A",
"_type" : "file"
},
{
"_score" : 0.17712218,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"56",
"31"
],
"abstract.analyzed" : "Common ground for Build.PL based builders",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Role/BuildPL.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::BuildPL",
"id" : "jOBst3sbD2oQ20SGF2eg0UBh0ps",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Role/BuildPL.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Role::BuildPL",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "jOBst3sbD2oQ20SGF2eg0UBh0ps",
"_type" : "file"
},
{
"_score" : 0.17712218,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"30",
"24"
],
"abstract.analyzed" : "a stash of your default licensing terms",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Stash/Rights.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Stash::Rights",
"id" : "8UEdGE11ADWznM3S8pso_FjjL0E",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Stash/Rights.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Stash::Rights",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "8UEdGE11ADWznM3S8pso_FjjL0E",
"_type" : "file"
},
{
"_score" : 0.17664938,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"43",
"31"
],
"abstract.analyzed" : "a file that you build entirely in memory",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/File/InMemory.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::File::InMemory",
"id" : "LsziunxlOD7unqvIuN1_f3KZN_Q",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/File/InMemory.pm",
"version" : "5.019",
"name" : "Dist::Zilla::File::InMemory",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "LsziunxlOD7unqvIuN1_f3KZN_Q",
"_type" : "file"
},
{
"_score" : 0.17514557,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"246",
"153"
],
"abstract.analyzed" : "Twitter when you release with Dist::Zilla",
"date" : "2014-01-17T00:41:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Twitter-0.025",
"path" : "lib/Dist/Zilla/Plugin/Twitter.pm",
"author" : "DOHERTY",
"distribution" : "Dist-Zilla-Plugin-Twitter",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::Twitter",
"id" : "dn_Kz8JJLOO8WCrM7MsX9hXXBIY",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "DOHERTY/Dist-Zilla-Plugin-Twitter-0.025/lib/Dist/Zilla/Plugin/Twitter.pm",
"version" : "0.025",
"name" : "Dist::Zilla::Plugin::Twitter",
"version_numified" : 0.025
}
]
},
"_index" : "cpan_v1",
"_id" : "dn_Kz8JJLOO8WCrM7MsX9hXXBIY",
"_type" : "file"
},
{
"_score" : 0.17514557,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"149",
"142"
],
"abstract.analyzed" : "Process module documentation through Pod::Loom",
"date" : "2013-11-14T01:17:36.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-PodLoom-5.00",
"path" : "lib/Dist/Zilla/Plugin/PodLoom.pm",
"author" : "CJM",
"distribution" : "Dist-Zilla-Plugin-PodLoom",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::PodLoom",
"id" : "MfvGGWiem2WZNf5ANq8k0_FeatI",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "CJM/Dist-Zilla-Plugin-PodLoom-5.00/lib/Dist/Zilla/Plugin/PodLoom.pm",
"version" : "5.00",
"name" : "Dist::Zilla::Plugin::PodLoom",
"version_numified" : 5
}
]
},
"_index" : "cpan_v1",
"_id" : "MfvGGWiem2WZNf5ANq8k0_FeatI",
"_type" : "file"
},
{
"_score" : 0.17514557,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"77",
"67"
],
"abstract.analyzed" : "no line insertion and does Package release date with our",
"date" : "2014-04-16T13:39:59.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-OurDate-0.01",
"path" : "lib/Dist/Zilla/Plugin/OurDate.pm",
"author" : "SHARYANTO",
"distribution" : "Dist-Zilla-Plugin-OurDate",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::OurDate",
"id" : "VvHlDSbXiPzq7hNN9sH4L5mgiZA",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "SHARYANTO/Dist-Zilla-Plugin-OurDate-0.01/lib/Dist/Zilla/Plugin/OurDate.pm",
"version" : "0.01",
"name" : "Dist::Zilla::Plugin::OurDate",
"version_numified" : 0.01
}
]
},
"_index" : "cpan_v1",
"_id" : "VvHlDSbXiPzq7hNN9sH4L5mgiZA",
"_type" : "file"
},
{
"_score" : 0.17514557,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"41",
"32"
],
"abstract.analyzed" : "a file whose content is built on demand and changed later",
"date" : "2012-04-04T18:58:40.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Web-0.0.6",
"path" : "lib/Dist/Zilla/File/Generated.pm",
"author" : "NPLATONOV",
"distribution" : "Dist-Zilla-Plugin-Web",
"indexed" : "true",
"documentation" : "Dist::Zilla::File::Generated",
"id" : "Rg_hIKheSpKnhw7kpBit5YmeJiE",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "NPLATONOV/Dist-Zilla-Plugin-Web-0.0.6/lib/Dist/Zilla/File/Generated.pm",
"version" : "0.0.6",
"name" : "Dist::Zilla::File::Generated",
"version_numified" : 6e-06
}
]
},
"_index" : "cpan_v1",
"_id" : "Rg_hIKheSpKnhw7kpBit5YmeJiE",
"_type" : "file"
},
{
"_score" : 0.17514557,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"477",
"29"
],
"abstract.analyzed" : "Role for .travis.yml creation",
"date" : "2014-05-02T03:48:28.000Z",
"status" : "latest",
"release" : "Dist-Zilla-TravisCI-1.10",
"path" : "lib/Dist/Zilla/Role/TravisYML.pm",
"author" : "BBYRD",
"distribution" : "Dist-Zilla-TravisCI",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::TravisYML",
"id" : "kTQfdNTWtDLErIR5VBnz1MsNIj8",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "BBYRD/Dist-Zilla-TravisCI-1.10/lib/Dist/Zilla/Role/TravisYML.pm",
"version" : "1.10",
"name" : "Dist::Zilla::Role::TravisYML",
"version_numified" : 1.1
}
]
},
"_index" : "cpan_v1",
"_id" : "kTQfdNTWtDLErIR5VBnz1MsNIj8",
"_type" : "file"
},
{
"_score" : 0.17514557,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"39",
"33"
],
"abstract.analyzed" : "install a directory's contents as executables",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Plugin/ExecDir.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::ExecDir",
"id" : "NvslG425cD6VEte0ZQhYzvy9Ero",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Plugin/ExecDir.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Plugin::ExecDir",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "NvslG425cD6VEte0ZQhYzvy9Ero",
"_type" : "file"
},
{
"_score" : 0.17514557,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"11",
"24"
],
"abstract.analyzed" : "provides an empty BUILD methods",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Role/StubBuild.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::StubBuild",
"id" : "FiI8SqQ2YfuXhTkTSkcEcho_R7Y",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Role/StubBuild.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Role::StubBuild",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "FiI8SqQ2YfuXhTkTSkcEcho_R7Y",
"_type" : "file"
},
{
"_score" : 0.17475638,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"41",
"238"
],
"abstract.analyzed" : "A stash of config options for Pod::Weaver",
"date" : "2012-12-09T02:12:27.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Stash-PodWeaver-1.005",
"path" : "lib/Dist/Zilla/Stash/PodWeaver.pm",
"author" : "RWSTAUNER",
"distribution" : "Dist-Zilla-Stash-PodWeaver",
"indexed" : "true",
"documentation" : "Dist::Zilla::Stash::PodWeaver",
"id" : "yKcZtxbPbT_IFpid_SSc44MWJM4",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RWSTAUNER/Dist-Zilla-Stash-PodWeaver-1.005/lib/Dist/Zilla/Stash/PodWeaver.pm",
"version" : "1.005",
"name" : "Dist::Zilla::Stash::PodWeaver",
"version_numified" : 1.005
}
]
},
"_index" : "cpan_v1",
"_id" : "yKcZtxbPbT_IFpid_SSc44MWJM4",
"_type" : "file"
},
{
"_score" : 0.17475638,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"61",
"38"
],
"abstract.analyzed" : "a subclass of Catalyst::Helper",
"date" : "2011-02-17T12:47:36.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Catalyst-0.15",
"path" : "lib/Dist/Zilla/Catalyst/Helper.pm",
"author" : "XENO",
"distribution" : "Dist-Zilla-Plugin-Catalyst",
"indexed" : "true",
"documentation" : "Dist::Zilla::Catalyst::Helper",
"id" : "zB5J9N6dBGlPwivwObAssL9sOYs",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "XENO/Dist-Zilla-Plugin-Catalyst-0.15/lib/Dist/Zilla/Catalyst/Helper.pm",
"version" : "0.15",
"name" : "Dist::Zilla::Catalyst::Helper",
"version_numified" : 0.15
}
]
},
"_index" : "cpan_v1",
"_id" : "zB5J9N6dBGlPwivwObAssL9sOYs",
"_type" : "file"
},
{
"_score" : 0.17475638,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"74",
"53"
],
"abstract.analyzed" : "add the author's pledge to the distribution",
"date" : "2012-03-19T23:39:32.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Covenant-0.1.0",
"path" : "lib/Dist/Zilla/Plugin/Covenant.pm",
"author" : "YANICK",
"distribution" : "Dist-Zilla-Plugin-Covenant",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::Covenant",
"id" : "2hvQWW8n4aHJyc5ZhtJUV69qHQo",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "YANICK/Dist-Zilla-Plugin-Covenant-0.1.0/lib/Dist/Zilla/Plugin/Covenant.pm",
"version" : "v0.1.0",
"name" : "Dist::Zilla::Plugin::Covenant",
"version_numified" : 0.001
}
]
},
"_index" : "cpan_v1",
"_id" : "2hvQWW8n4aHJyc5ZhtJUV69qHQo",
"_type" : "file"
},
{
"_score" : 0.17475638,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"60",
"104"
],
"abstract.analyzed" : "Distribute dual-life modules with Dist::Zilla",
"date" : "2013-08-30T16:22:57.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-DualLife-0.03",
"path" : "lib/Dist/Zilla/Plugin/DualLife.pm",
"author" : "FLORA",
"distribution" : "Dist-Zilla-Plugin-DualLife",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::DualLife",
"id" : "Cm_0aNIaDVrwWNX4Nlr3i5jCTUE",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "FLORA/Dist-Zilla-Plugin-DualLife-0.03/lib/Dist/Zilla/Plugin/DualLife.pm",
"version" : "0.03",
"name" : "Dist::Zilla::Plugin::DualLife",
"version_numified" : 0.03
}
]
},
"_index" : "cpan_v1",
"_id" : "Cm_0aNIaDVrwWNX4Nlr3i5jCTUE",
"_type" : "file"
},
{
"_score" : 0.17475638,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"97",
"55"
],
"abstract.analyzed" : "set the encoding of arbitrary files",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Plugin/Encoding.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::Encoding",
"id" : "SmM12y_8B4lbmSW1kJEDGV10S3I",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Plugin/Encoding.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Plugin::Encoding",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "SmM12y_8B4lbmSW1kJEDGV10S3I",
"_type" : "file"
},
{
"_score" : 0.17475638,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"105",
"59"
],
"abstract.analyzed" : "produce a META.json",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Plugin/MetaJSON.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::MetaJSON",
"id" : "C0oV1ufma2ERULB19mZZ_mzGFYA",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Plugin/MetaJSON.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Plugin::MetaJSON",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "C0oV1ufma2ERULB19mZZ_mzGFYA",
"_type" : "file"
},
{
"_score" : 0.17462218,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"84",
"44"
],
"abstract.analyzed" : "A representation of an externalised prerequisite",
"date" : "2013-11-22T09:52:26.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Prereqs-DarkPAN-0.2.4",
"path" : "lib/Dist/Zilla/ExternalPrereq.pm",
"author" : "KENTNL",
"distribution" : "Dist-Zilla-Plugin-Prereqs-DarkPAN",
"indexed" : "true",
"documentation" : "Dist::Zilla::ExternalPrereq",
"id" : "9FDVi2Ri30Fpeg1XdeuFjomKf9c",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "KENTNL/Dist-Zilla-Plugin-Prereqs-DarkPAN-0.2.4/lib/Dist/Zilla/ExternalPrereq.pm",
"version" : "v0.2.4",
"name" : "Dist::Zilla::ExternalPrereq",
"version_numified" : 0.002004
}
]
},
"_index" : "cpan_v1",
"_id" : "9FDVi2Ri30Fpeg1XdeuFjomKf9c",
"_type" : "file"
},
{
"_score" : 0.17462218,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"38",
"57"
],
"abstract.analyzed" : "Automatically set PrePAN author and module URLs",
"date" : "2012-08-27T15:10:02.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-PrePAN-0.01",
"path" : "lib/Dist/Zilla/Plugin/PrePAN.pm",
"author" : "OALDERS",
"distribution" : "Dist-Zilla-Plugin-PrePAN",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::PrePAN",
"id" : "H2_lPnwWX4o31LK7YOFGpKpnm1g",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "OALDERS/Dist-Zilla-Plugin-PrePAN-0.01/lib/Dist/Zilla/Plugin/PrePAN.pm",
"version" : "0.01",
"name" : "Dist::Zilla::Plugin::PrePAN",
"version_numified" : 0.01
}
]
},
"_index" : "cpan_v1",
"_id" : "H2_lPnwWX4o31LK7YOFGpKpnm1g",
"_type" : "file"
},
{
"_score" : 0.17462218,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"27",
"44"
],
"abstract.analyzed" : "Put and ignore extra parameters in dist.ini",
"date" : "2012-08-08T03:37:25.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Extras-0.01",
"path" : "lib/Dist/Zilla/Plugin/Extras.pm",
"author" : "SHARYANTO",
"distribution" : "Dist-Zilla-Plugin-Extras",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::Extras",
"id" : "kzdh5z0lyKdzet4lMugEghORYIQ",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "SHARYANTO/Dist-Zilla-Plugin-Extras-0.01/lib/Dist/Zilla/Plugin/Extras.pm",
"version" : "0.01",
"name" : "Dist::Zilla::Plugin::Extras",
"version_numified" : 0.01
}
]
},
"_index" : "cpan_v1",
"_id" : "kzdh5z0lyKdzet4lMugEghORYIQ",
"_type" : "file"
},
{
"_score" : 0.17462218,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"38",
"148"
],
"abstract.analyzed" : "Config::MVP::Slicer customized for Dist::Zilla",
"date" : "2012-03-31T18:36:10.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Config-Slicer-0.200",
"path" : "lib/Dist/Zilla/Config/Slicer.pm",
"author" : "RWSTAUNER",
"distribution" : "Dist-Zilla-Config-Slicer",
"indexed" : "true",
"documentation" : "Dist::Zilla::Config::Slicer",
"id" : "nJn_2Xl06EF_SIc8yliR3vVQr_A",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RWSTAUNER/Dist-Zilla-Config-Slicer-0.200/lib/Dist/Zilla/Config/Slicer.pm",
"version" : "0.200",
"name" : "Dist::Zilla::Config::Slicer",
"version_numified" : 0.2
}
]
},
"_index" : "cpan_v1",
"_id" : "nJn_2Xl06EF_SIc8yliR3vVQr_A",
"_type" : "file"
},
{
"_score" : 0.17462218,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"69",
"53"
],
"abstract.analyzed" : "PPPort for Dist::Zilla",
"date" : "2014-04-25T22:14:36.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-PPPort-0.007",
"path" : "lib/Dist/Zilla/Plugin/PPPort.pm",
"author" : "LEONT",
"distribution" : "Dist-Zilla-Plugin-PPPort",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::PPPort",
"id" : "p8RrJS_F2RCNlgnWqGyfLGQXw7w",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "LEONT/Dist-Zilla-Plugin-PPPort-0.007/lib/Dist/Zilla/Plugin/PPPort.pm",
"version" : "0.007",
"name" : "Dist::Zilla::Plugin::PPPort",
"version_numified" : 0.007
}
]
},
"_index" : "cpan_v1",
"_id" : "p8RrJS_F2RCNlgnWqGyfLGQXw7w",
"_type" : "file"
},
{
"_score" : 0.17462218,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"108",
"46"
],
"abstract.analyzed" : "a file whose content is (re-)built on demand",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/File/FromCode.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::File::FromCode",
"id" : "2IoE7cMr_GU5aGzXTMuFG4dQ4ys",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/File/FromCode.pm",
"version" : "5.019",
"name" : "Dist::Zilla::File::FromCode",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "2IoE7cMr_GU5aGzXTMuFG4dQ4ys",
"_type" : "file"
},
{
"_score" : 0.17462218,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"78",
"30"
],
"abstract.analyzed" : "build a README file",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Plugin/Readme.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::Readme",
"id" : "Q2jDkU8lT1HJThbpPCijidYvOJI",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Plugin/Readme.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Plugin::Readme",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "Q2jDkU8lT1HJThbpPCijidYvOJI",
"_type" : "file"
},
{
"_score" : 0.17462218,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"21",
"29"
],
"abstract.analyzed" : "something that makes a release of the dist",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Role/Releaser.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::Releaser",
"id" : "fhov0OByO_npf4q3e_2IcLWaulI",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Role/Releaser.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Role::Releaser",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "fhov0OByO_npf4q3e_2IcLWaulI",
"_type" : "file"
},
{
"_score" : 0.17414938,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"55",
"43"
],
"abstract.analyzed" : "Apply tidyall to files in Dist::Zilla",
"date" : "2012-08-22T02:08:31.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-TidyAll-0.03",
"path" : "lib/Dist/Zilla/Plugin/TidyAll.pm",
"author" : "JSWARTZ",
"distribution" : "Dist-Zilla-Plugin-TidyAll",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::TidyAll",
"id" : "vuAdbg32rrBHv3SPwhujjsbuDZ8",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "JSWARTZ/Dist-Zilla-Plugin-TidyAll-0.03/lib/Dist/Zilla/Plugin/TidyAll.pm",
"version" : "0.03",
"name" : "Dist::Zilla::Plugin::TidyAll",
"version_numified" : 0.03
}
]
},
"_index" : "cpan_v1",
"_id" : "vuAdbg32rrBHv3SPwhujjsbuDZ8",
"_type" : "file"
},
{
"_score" : 0.17414938,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"331",
"169"
],
"abstract.analyzed" : "Shared logic for bootstrap things.",
"date" : "2014-04-05T07:38:44.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Role-Bootstrap-1.000001",
"path" : "lib/Dist/Zilla/Role/Bootstrap.pm",
"author" : "KENTNL",
"distribution" : "Dist-Zilla-Role-Bootstrap",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::Bootstrap",
"id" : "wlLxCQC7rBCjVM8KXZCf2ELspag",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "KENTNL/Dist-Zilla-Role-Bootstrap-1.000001/lib/Dist/Zilla/Role/Bootstrap.pm",
"version" : "1.000001",
"name" : "Dist::Zilla::Role::Bootstrap",
"version_numified" : 1.000001
}
]
},
"_index" : "cpan_v1",
"_id" : "wlLxCQC7rBCjVM8KXZCf2ELspag",
"_type" : "file"
},
{
"_score" : 0.17414938,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"106",
"40"
],
"abstract.analyzed" : "add a $DIST to your packages",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Plugin/PkgDist.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::PkgDist",
"id" : "GzCW2_E4_Vacjtl1PMeBDBDIMdk",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Plugin/PkgDist.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Plugin::PkgDist",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "GzCW2_E4_Vacjtl1PMeBDBDIMdk",
"_type" : "file"
},
{
"_score" : 0.17414938,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"21",
"24"
],
"abstract.analyzed" : "something that finds files to install as executables",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Role/ExecFiles.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::ExecFiles",
"id" : "r2qCXDguCvwHk92UGeA9TKOqokA",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Role/ExecFiles.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Role::ExecFiles",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "r2qCXDguCvwHk92UGeA9TKOqokA",
"_type" : "file"
},
{
"_score" : 0.17315698,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"54",
"26"
],
"abstract.analyzed" : "Copy to other places plugin for Dist::Zilla",
"date" : "2010-01-11T02:02:12.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-CopyTo-0.11",
"path" : "lib/Dist/Zilla/Plugin/CopyTo.pm",
"author" : "REDICAPS",
"distribution" : "Dist-Zilla-Plugin-CopyTo",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::CopyTo",
"id" : "g5APuwGT0Lc1_5dCwvJEHV_euGI",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "REDICAPS/Dist-Zilla-Plugin-CopyTo-0.11/lib/Dist/Zilla/Plugin/CopyTo.pm",
"version" : "0.11",
"name" : "Dist::Zilla::Plugin::CopyTo",
"version_numified" : 0.11
}
]
},
"_index" : "cpan_v1",
"_id" : "g5APuwGT0Lc1_5dCwvJEHV_euGI",
"_type" : "file"
},
{
"_score" : 0.17315698,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"112",
"59"
],
"abstract.analyzed" : "Inject into a CPAN::Mini mirror",
"date" : "2010-12-02T16:25:04.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Inject-0.001",
"path" : "lib/Dist/Zilla/Plugin/Inject.pm",
"author" : "PSHANGOV",
"distribution" : "Dist-Zilla-Plugin-Inject",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::Inject",
"id" : "JUnc0XomBl_cMYFPwwZMLwc5G1s",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "PSHANGOV/Dist-Zilla-Plugin-Inject-0.001/lib/Dist/Zilla/Plugin/Inject.pm",
"version" : "0.001",
"name" : "Dist::Zilla::Plugin::Inject",
"version_numified" : 0.001
}
]
},
"_index" : "cpan_v1",
"_id" : "JUnc0XomBl_cMYFPwwZMLwc5G1s",
"_type" : "file"
},
{
"_score" : 0.17315698,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"16",
"43"
],
"abstract.analyzed" : "Stash for handling %DUCKPAN credentials",
"date" : "2013-12-10T00:31:04.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-UploadToDuckPAN-0.007",
"path" : "lib/Dist/Zilla/Stash/DUCKPAN.pm",
"author" : "GETTY",
"distribution" : "Dist-Zilla-Plugin-UploadToDuckPAN",
"indexed" : "true",
"documentation" : "Dist::Zilla::Stash::DUCKPAN",
"id" : "8rlm_UmjDEXHSU8uTfzHvGAPb_o",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "GETTY/Dist-Zilla-Plugin-UploadToDuckPAN-0.007/lib/Dist/Zilla/Stash/DUCKPAN.pm",
"version" : "0.007",
"name" : "Dist::Zilla::Stash::DUCKPAN",
"version_numified" : 0.007
}
]
},
"_index" : "cpan_v1",
"_id" : "8rlm_UmjDEXHSU8uTfzHvGAPb_o",
"_type" : "file"
},
{
"_score" : 0.17315698,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"18",
"24"
],
"abstract.analyzed" : "something that picks a directory to install as shared files",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Role/ShareDir.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::ShareDir",
"id" : "UooALC3yL_ZGKB4Uwk2NwIe76dY",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Role/ShareDir.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Role::ShareDir",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "UooALC3yL_ZGKB4Uwk2NwIe76dY",
"_type" : "file"
},
{
"_score" : 0.17264555,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"15",
"130"
],
"abstract.analyzed" : "Build a modern dist like CSJEWELL does it.",
"date" : "2010-08-19T08:25:34.000Z",
"status" : "latest",
"release" : "Dist-Zilla-BeLike-CSJEWELL-0.901",
"path" : "lib/Dist/Zilla/BeLike/CSJEWELL.pm",
"author" : "CSJEWELL",
"distribution" : "Dist-Zilla-BeLike-CSJEWELL",
"indexed" : "true",
"documentation" : "Dist::Zilla::BeLike::CSJEWELL",
"id" : "ys2d5DGbqgoRj57cp4nrbN1JPzk",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "CSJEWELL/Dist-Zilla-BeLike-CSJEWELL-0.901/lib/Dist/Zilla/BeLike/CSJEWELL.pm",
"version" : "0.901",
"name" : "Dist::Zilla::BeLike::CSJEWELL",
"version_numified" : 0.901
}
]
},
"_index" : "cpan_v1",
"_id" : "ys2d5DGbqgoRj57cp4nrbN1JPzk",
"_type" : "file"
},
{
"_score" : 0.17264555,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"163",
"74"
],
"abstract.analyzed" : "Integrating the generation of .travis.yml into your dzil",
"date" : "2014-02-16T01:31:11.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-TravisCI-0.004",
"path" : "lib/Dist/Zilla/Plugin/TravisCI.pm",
"author" : "GETTY",
"distribution" : "Dist-Zilla-Plugin-TravisCI",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::TravisCI",
"id" : "qIuRwah8LPC4w_d2XxUi2YtWG9k",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "GETTY/Dist-Zilla-Plugin-TravisCI-0.004/lib/Dist/Zilla/Plugin/TravisCI.pm",
"version" : "0.004",
"name" : "Dist::Zilla::Plugin::TravisCI",
"version_numified" : 0.004
}
]
},
"_index" : "cpan_v1",
"_id" : "qIuRwah8LPC4w_d2XxUi2YtWG9k",
"_type" : "file"
},
{
"_score" : 0.17264555,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"56",
"65"
],
"abstract.analyzed" : "PerlTidy in Dist::Zilla",
"date" : "2014-03-20T04:09:12.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-PerlTidy-0.16",
"path" : "lib/Dist/Zilla/Plugin/PerlTidy.pm",
"author" : "FAYLAND",
"distribution" : "Dist-Zilla-Plugin-PerlTidy",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::PerlTidy",
"id" : "AxVnB4MckiQXvb__hV8jrAGpKrg",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "FAYLAND/Dist-Zilla-Plugin-PerlTidy-0.16/lib/Dist/Zilla/Plugin/PerlTidy.pm",
"version" : "0.16",
"name" : "Dist::Zilla::Plugin::PerlTidy",
"version_numified" : 0.16
}
]
},
"_index" : "cpan_v1",
"_id" : "AxVnB4MckiQXvb__hV8jrAGpKrg",
"_type" : "file"
},
{
"_score" : 0.17264555,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"74",
"91"
],
"abstract.analyzed" : "Add arbitrary keys to distmeta",
"date" : "2014-04-05T17:02:03.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugins-CJM-4.22",
"path" : "lib/Dist/Zilla/Plugin/Metadata.pm",
"author" : "CJM",
"distribution" : "Dist-Zilla-Plugins-CJM",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::Metadata",
"id" : "7gYvn1wY8x0Jh3bZ9OF35Ty60CM",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "CJM/Dist-Zilla-Plugins-CJM-4.22/lib/Dist/Zilla/Plugin/Metadata.pm",
"version" : "3.03",
"name" : "Dist::Zilla::Plugin::Metadata",
"version_numified" : 3.03
}
]
},
"_index" : "cpan_v1",
"_id" : "7gYvn1wY8x0Jh3bZ9OF35Ty60CM",
"_type" : "file"
},
{
"_score" : 0.17264555,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"61",
"69"
],
"abstract.analyzed" : "Require that our distribution has a particular command available",
"date" : "2014-04-11T03:51:19.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-CheckBin-0.002",
"path" : "lib/Dist/Zilla/Plugin/CheckBin.pm",
"author" : "ETHER",
"distribution" : "Dist-Zilla-Plugin-CheckBin",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::CheckBin",
"id" : "Bz8hUW9v52Rs1vrMlkjQ_KEsyjE",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "ETHER/Dist-Zilla-Plugin-CheckBin-0.002/lib/Dist/Zilla/Plugin/CheckBin.pm",
"version" : "0.002",
"name" : "Dist::Zilla::Plugin::CheckBin",
"version_numified" : 0.002
}
]
},
"_index" : "cpan_v1",
"_id" : "Bz8hUW9v52Rs1vrMlkjQ_KEsyjE",
"_type" : "file"
},
{
"_score" : 0.17264555,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"158",
"100"
],
"abstract.analyzed" : "create CSS-rich HTML pages from the POD-aware files",
"date" : "2013-06-03T05:52:58.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Pod2Html-0.1.2",
"path" : "lib/Dist/Zilla/Plugin/Pod2Html.pm",
"author" : "TULSOFT",
"distribution" : "Dist-Zilla-Plugin-Pod2Html",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::Pod2Html",
"id" : "zqQzOR_drtrQpy8ptwQRMQqMrKI",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "TULSOFT/Dist-Zilla-Plugin-Pod2Html-0.1.2/lib/Dist/Zilla/Plugin/Pod2Html.pm",
"version" : "0.1.2",
"name" : "Dist::Zilla::Plugin::Pod2Html",
"version_numified" : 0.001002
}
]
},
"_index" : "cpan_v1",
"_id" : "zqQzOR_drtrQpy8ptwQRMQqMrKI",
"_type" : "file"
},
{
"_score" : 0.17264555,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"79",
"79"
],
"abstract.analyzed" : "add keywords to metadata in your distribution",
"date" : "2014-05-04T03:59:11.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Keywords-0.005",
"path" : "lib/Dist/Zilla/Plugin/Keywords.pm",
"author" : "ETHER",
"distribution" : "Dist-Zilla-Plugin-Keywords",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::Keywords",
"id" : "WFoBe_P91IA014fjDH5qi81lJ2Y",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "ETHER/Dist-Zilla-Plugin-Keywords-0.005/lib/Dist/Zilla/Plugin/Keywords.pm",
"version" : "0.005",
"name" : "Dist::Zilla::Plugin::Keywords",
"version_numified" : 0.005
}
]
},
"_index" : "cpan_v1",
"_id" : "WFoBe_P91IA014fjDH5qi81lJ2Y",
"_type" : "file"
},
{
"_score" : 0.17264555,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"23",
"31"
],
"abstract.analyzed" : "something that removes found files from the distribution",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Role/FilePruner.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::FilePruner",
"id" : "A9JlAWbaRyFxFk8k76eEK1GTkw8",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Role/FilePruner.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Role::FilePruner",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "A9JlAWbaRyFxFk8k76eEK1GTkw8",
"_type" : "file"
},
{
"_score" : 0.17264555,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"51",
"51"
],
"abstract.analyzed" : "something used as a delegating agent to 'dzil test'",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Role/TestRunner.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::TestRunner",
"id" : "QaoYFPN_sEiTY1oKrQ6zI2z45qY",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Role/TestRunner.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Role::TestRunner",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "QaoYFPN_sEiTY1oKrQ6zI2z45qY",
"_type" : "file"
},
{
"_score" : 0.17264555,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"24",
"32"
],
"abstract.analyzed" : "something that runs after building is mostly complete",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Role/AfterBuild.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::AfterBuild",
"id" : "1S_qmecncQmmQIjfTSqV5J98Fxs",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Role/AfterBuild.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Role::AfterBuild",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "1S_qmecncQmmQIjfTSqV5J98Fxs",
"_type" : "file"
},
{
"_score" : 0.17264555,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"110",
"86"
],
"abstract.analyzed" : "Attempt to determine the current command Dist::Zilla is running under.",
"date" : "2014-05-25T18:48:32.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Util-CurrentCmd-0.001000",
"path" : "lib/Dist/Zilla/Util/CurrentCmd.pm",
"author" : "KENTNL",
"distribution" : "Dist-Zilla-Util-CurrentCmd",
"indexed" : "true",
"documentation" : "Dist::Zilla::Util::CurrentCmd",
"id" : "ag53lyB90V6nM5PikPoNmISLT1g",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "KENTNL/Dist-Zilla-Util-CurrentCmd-0.001000/lib/Dist/Zilla/Util/CurrentCmd.pm",
"version" : "0.001000",
"name" : "Dist::Zilla::Util::CurrentCmd",
"version_numified" : 0.001
}
]
},
"_index" : "cpan_v1",
"_id" : "ag53lyB90V6nM5PikPoNmISLT1g",
"_type" : "file"
},
{
"_score" : 0.17225638,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"69",
"43"
],
"abstract.analyzed" : "sign releases with Module::Signature",
"date" : "2010-04-03T00:25:54.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Signature-1.100930",
"path" : "lib/Dist/Zilla/Plugin/Signature.pm",
"author" : "GBARR",
"distribution" : "Dist-Zilla-Plugin-Signature",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::Signature",
"id" : "1qcu61QcnFhDu54AZ_DTZQ_QY_4",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "GBARR/Dist-Zilla-Plugin-Signature-1.100930/lib/Dist/Zilla/Plugin/Signature.pm",
"version" : "1.100930",
"name" : "Dist::Zilla::Plugin::Signature",
"version_numified" : 1.10093
}
]
},
"_index" : "cpan_v1",
"_id" : "1qcu61QcnFhDu54AZ_DTZQ_QY_4",
"_type" : "file"
},
{
"_score" : 0.17225638,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"394",
"78"
],
"abstract.analyzed" : "Build your distributions like AMD does",
"date" : "2012-08-06T11:46:39.000Z",
"status" : "latest",
"release" : "Dist-Zilla-PluginBundle-AMD-0.011",
"path" : "lib/Dist/Zilla/PluginBundle/AMD.pm",
"author" : "AMD",
"distribution" : "Dist-Zilla-PluginBundle-AMD",
"indexed" : "true",
"documentation" : "Dist::Zilla::PluginBundle::AMD",
"id" : "Mk561mTdE3yYhPz2LgHyNtkx3Y0",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "AMD/Dist-Zilla-PluginBundle-AMD-0.011/lib/Dist/Zilla/PluginBundle/AMD.pm",
"version" : "0.011",
"name" : "Dist::Zilla::PluginBundle::AMD",
"version_numified" : 0.011
}
]
},
"_index" : "cpan_v1",
"_id" : "Mk561mTdE3yYhPz2LgHyNtkx3Y0",
"_type" : "file"
},
{
"_score" : 0.17212218,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"84",
"56"
],
"abstract.analyzed" : "Easy role to add git_config option to most plugins",
"date" : "2013-12-04T02:24:34.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Config-Git-0.92",
"path" : "lib/Dist/Zilla/Role/GitConfig.pm",
"author" : "BBYRD",
"distribution" : "Dist-Zilla-Plugin-Config-Git",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::GitConfig",
"id" : "znGY95TpQeUQFI772hwtC_OSqlQ",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "BBYRD/Dist-Zilla-Plugin-Config-Git-0.92/lib/Dist/Zilla/Role/GitConfig.pm",
"version" : "0.92",
"name" : "Dist::Zilla::Role::GitConfig",
"version_numified" : 0.92
}
]
},
"_index" : "cpan_v1",
"_id" : "znGY95TpQeUQFI772hwtC_OSqlQ",
"_type" : "file"
},
{
"_score" : 0.17212218,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"59",
"52"
],
"abstract.analyzed" : "output a LICENSE file",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Plugin/License.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::License",
"id" : "WNseEOu3LbUbw2KVSqn4KN_bAMg",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Plugin/License.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Plugin::License",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "WNseEOu3LbUbw2KVSqn4KN_bAMg",
"_type" : "file"
},
{
"_score" : 0.17212218,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"108",
"64"
],
"abstract.analyzed" : "a plugin to add a dist.ini to newly-minted dists",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Plugin/DistINI.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::DistINI",
"id" : "ia2rt9fBjcUiPY6Kqq8iQSpnKe8",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Plugin/DistINI.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Plugin::DistINI",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "ia2rt9fBjcUiPY6Kqq8iQSpnKe8",
"_type" : "file"
},
{
"_score" : 0.17212218,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"24",
"32"
],
"abstract.analyzed" : "something that runs after minting is mostly complete",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Role/AfterMint.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::AfterMint",
"id" : "H6eTpFiTa7vlqRyJ6SG8tshS1Vg",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Role/AfterMint.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Role::AfterMint",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "H6eTpFiTa7vlqRyJ6SG8tshS1Vg",
"_type" : "file"
},
{
"_score" : 0.17164937,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"28",
"64"
],
"abstract.analyzed" : "Automatically sets the homepage URL",
"date" : "2010-05-22T15:01:17.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Homepage-1.101420",
"path" : "lib/Dist/Zilla/Plugin/Homepage.pm",
"author" : "MARCEL",
"distribution" : "Dist-Zilla-Plugin-Homepage",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::Homepage",
"id" : "ixavsbk4FIPYCIA6HITJlrUWYo0",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "MARCEL/Dist-Zilla-Plugin-Homepage-1.101420/lib/Dist/Zilla/Plugin/Homepage.pm",
"version" : "1.101420",
"name" : "Dist::Zilla::Plugin::Homepage",
"version_numified" : 1.10142
}
]
},
"_index" : "cpan_v1",
"_id" : "ixavsbk4FIPYCIA6HITJlrUWYo0",
"_type" : "file"
},
{
"_score" : 0.17164937,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"11",
"58"
],
"abstract.analyzed" : "set of plugins for working with Catalyst",
"date" : "2011-02-17T12:47:36.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Catalyst-0.15",
"path" : "lib/Dist/Zilla/Plugin/Catalyst.pm",
"author" : "XENO",
"distribution" : "Dist-Zilla-Plugin-Catalyst",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::Catalyst",
"id" : "sTpvcyd6BGIl1J0Z_AZ9hEeWN3I",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "XENO/Dist-Zilla-Plugin-Catalyst-0.15/lib/Dist/Zilla/Plugin/Catalyst.pm",
"version" : "0.15",
"name" : "Dist::Zilla::Plugin::Catalyst",
"version_numified" : 0.15
}
]
},
"_index" : "cpan_v1",
"_id" : "sTpvcyd6BGIl1J0Z_AZ9hEeWN3I",
"_type" : "file"
},
{
"_score" : 0.17164937,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"88",
"103"
],
"abstract.analyzed" : "Require that our distribution has a particular library available",
"date" : "2014-04-19T08:33:46.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-CheckLib-0.001",
"path" : "lib/Dist/Zilla/Plugin/CheckLib.pm",
"author" : "ETHER",
"distribution" : "Dist-Zilla-Plugin-CheckLib",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::CheckLib",
"id" : "JwvhfKWsva2nHiYsUaPHNoYlRnQ",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "ETHER/Dist-Zilla-Plugin-CheckLib-0.001/lib/Dist/Zilla/Plugin/CheckLib.pm",
"version" : "0.001",
"name" : "Dist::Zilla::Plugin::CheckLib",
"version_numified" : 0.001
}
]
},
"_index" : "cpan_v1",
"_id" : "JwvhfKWsva2nHiYsUaPHNoYlRnQ",
"_type" : "file"
},
{
"_score" : 0.17164937,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"64",
"41"
],
"abstract.analyzed" : "build a MANIFEST file",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Plugin/Manifest.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::Manifest",
"id" : "bav2PvjJZEdJCt_W_yxawcL8mmc",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Plugin/Manifest.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Plugin::Manifest",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "bav2PvjJZEdJCt_W_yxawcL8mmc",
"_type" : "file"
},
{
"_score" : 0.17164937,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"110",
"61"
],
"abstract.analyzed" : "produce a META.yml",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Plugin/MetaYAML.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::MetaYAML",
"id" : "azsahKUIW5xQ0l1qdflv0_DWWlk",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Plugin/MetaYAML.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Plugin::MetaYAML",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "azsahKUIW5xQ0l1qdflv0_DWWlk",
"_type" : "file"
},
{
"_score" : 0.17154817,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"74",
"51"
],
"abstract.analyzed" : "Dist::Zilla::MVP::Assembler for the Dist::Zilla object",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/MVP/Assembler/Zilla.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::MVP::Assembler::Zilla",
"id" : "ISh6363x0L_KUkn146tQCMLqfWM",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/MVP/Assembler/Zilla.pm",
"version" : "5.019",
"name" : "Dist::Zilla::MVP::Assembler::Zilla",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "ISh6363x0L_KUkn146tQCMLqfWM",
"_type" : "file"
},
{
"_score" : 0.17065698,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"81",
"87"
],
"abstract.analyzed" : "Something that writes gettext language translation template file",
"date" : "2013-11-24T04:46:39.000Z",
"status" : "latest",
"release" : "Dist-Zilla-LocaleTextDomain-0.87",
"path" : "lib/Dist/Zilla/Role/PotWriter.pm",
"author" : "DWHEELER",
"distribution" : "Dist-Zilla-LocaleTextDomain",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::PotWriter",
"id" : "IuY73DXs_cpPfyFC2PL1lsHInZw",
"module" : [
{
"indexed" : true,
"authorized" : true,
"version" : "0.87",
"name" : "Dist::Zilla::Role::PotWriter",
"version_numified" : 0.87
}
]
},
"_index" : "cpan_v1",
"_id" : "IuY73DXs_cpPfyFC2PL1lsHInZw",
"_type" : "file"
},
{
"_score" : 0.17065698,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"204",
"147"
],
"abstract.analyzed" : "list simple prerequisites",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Plugin/Prereqs.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::Prereqs",
"id" : "9rHh94QZU7o7Fydg98_Pjy1cSik",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Plugin/Prereqs.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Plugin::Prereqs",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "9rHh94QZU7o7Fydg98_Pjy1cSik",
"_type" : "file"
},
{
"_score" : 0.17014556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"50",
"89"
],
"abstract.analyzed" : "Ensure your plugin has access to a certain stash",
"date" : "2012-12-30T15:32:18.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Role-EnsureStash-0.002",
"path" : "lib/Dist/Zilla/Role/EnsureStash.pm",
"author" : "RSRCHBOY",
"distribution" : "Dist-Zilla-Role-EnsureStash",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::EnsureStash",
"id" : "67BU2XRTLATS405Ph6t83hKVBYU",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RSRCHBOY/Dist-Zilla-Role-EnsureStash-0.002/lib/Dist/Zilla/Role/EnsureStash.pm",
"version" : "0.002",
"name" : "Dist::Zilla::Role::EnsureStash",
"version_numified" : 0.002
}
]
},
"_index" : "cpan_v1",
"_id" : "67BU2XRTLATS405Ph6t83hKVBYU",
"_type" : "file"
},
{
"_score" : 0.17014556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"357",
"127"
],
"abstract.analyzed" : "Declare conflicts for your distro",
"date" : "2014-04-07T02:53:08.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Conflicts-0.14",
"path" : "lib/Dist/Zilla/Plugin/Conflicts.pm",
"author" : "DROLSKY",
"distribution" : "Dist-Zilla-Plugin-Conflicts",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::Conflicts",
"id" : "6Q4Yt3Ib0zctXVK1k1xbImuLpRQ",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "DROLSKY/Dist-Zilla-Plugin-Conflicts-0.14/lib/Dist/Zilla/Plugin/Conflicts.pm",
"version" : "0.14",
"name" : "Dist::Zilla::Plugin::Conflicts",
"version_numified" : 0.14
}
]
},
"_index" : "cpan_v1",
"_id" : "6Q4Yt3Ib0zctXVK1k1xbImuLpRQ",
"_type" : "file"
},
{
"_score" : 0.17014556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"200",
"279"
],
"abstract.analyzed" : "Add the $AUTHORITY variable and metadata to your distribution",
"date" : "2012-01-03T04:16:01.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Authority-1.006",
"path" : "lib/Dist/Zilla/Plugin/Authority.pm",
"author" : "APOCAL",
"distribution" : "Dist-Zilla-Plugin-Authority",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::Authority",
"id" : "gdpVSlC2QVxoesZK7YIuarGi9aM",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "APOCAL/Dist-Zilla-Plugin-Authority-1.006/lib/Dist/Zilla/Plugin/Authority.pm",
"version" : "1.006",
"name" : "Dist::Zilla::Plugin::Authority",
"version_numified" : 1.006
}
]
},
"_index" : "cpan_v1",
"_id" : "gdpVSlC2QVxoesZK7YIuarGi9aM",
"_type" : "file"
},
{
"_score" : 0.17014556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"185",
"86"
],
"abstract.analyzed" : "gather all the files in a directory",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Plugin/GatherDir.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::GatherDir",
"id" : "B3gOq5cfg7FH5fEws3BrtzUlT7M",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Plugin/GatherDir.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Plugin::GatherDir",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "B3gOq5cfg7FH5fEws3BrtzUlT7M",
"_type" : "file"
},
{
"_score" : 0.17014556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"30",
"33"
],
"abstract.analyzed" : "something that creates an install program for a dist",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Role/InstallTool.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::InstallTool",
"id" : "M_IwBd3CKYLKPCLkLVpjkk1bNew",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Role/InstallTool.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Role::InstallTool",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "M_IwBd3CKYLKPCLkLVpjkk1bNew",
"_type" : "file"
},
{
"_score" : 0.16975638,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"209",
"109"
],
"abstract.analyzed" : "Dist::Zilla plugins for AJGB",
"date" : "2013-04-07T22:46:28.000Z",
"status" : "latest",
"release" : "Dist-Zilla-PluginBundle-AJGB-2.03",
"path" : "lib/Dist/Zilla/PluginBundle/AJGB.pm",
"author" : "AJGB",
"distribution" : "Dist-Zilla-PluginBundle-AJGB",
"indexed" : "true",
"documentation" : "Dist::Zilla::PluginBundle::AJGB",
"id" : "7eHj3vTNejJ2yJUWTkOrmjtAHEs",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "AJGB/Dist-Zilla-PluginBundle-AJGB-2.03/lib/Dist/Zilla/PluginBundle/AJGB.pm",
"version" : "2.03",
"name" : "Dist::Zilla::PluginBundle::AJGB",
"version_numified" : 2.03
}
]
},
"_index" : "cpan_v1",
"_id" : "7eHj3vTNejJ2yJUWTkOrmjtAHEs",
"_type" : "file"
},
{
"_score" : 0.16975638,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"101",
"59"
],
"abstract.analyzed" : "Substitutions for files in dzil",
"date" : "2013-10-27T01:05:29.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Substitute-0.004",
"path" : "lib/Dist/Zilla/Plugin/Substitute.pm",
"author" : "LEONT",
"distribution" : "Dist-Zilla-Plugin-Substitute",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::Substitute",
"id" : "VlIF0M2nex6sGPVMmoZrDhGhc2A",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "LEONT/Dist-Zilla-Plugin-Substitute-0.004/lib/Dist/Zilla/Plugin/Substitute.pm",
"version" : "0.004",
"name" : "Dist::Zilla::Plugin::Substitute",
"version_numified" : 0.004
}
]
},
"_index" : "cpan_v1",
"_id" : "VlIF0M2nex6sGPVMmoZrDhGhc2A",
"_type" : "file"
},
{
"_score" : 0.16975638,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"50",
"24"
],
"abstract.analyzed" : "a callback-based FileFinder plugin",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Plugin/FinderCode.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::FinderCode",
"id" : "9v_euxlqnUCcrb5Qz6bWtQiZHZM",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Plugin/FinderCode.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Plugin::FinderCode",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "9v_euxlqnUCcrb5Qz6bWtQiZHZM",
"_type" : "file"
},
{
"_score" : 0.16975638,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"105",
"51"
],
"abstract.analyzed" : "prune stuff that you probably don't mean to include",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Plugin/PruneCruft.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::PruneCruft",
"id" : "zBK9DKthxyjnj2tJaYJjUtP1A5Q",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Plugin/PruneCruft.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Plugin::PruneCruft",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "zBK9DKthxyjnj2tJaYJjUtP1A5Q",
"_type" : "file"
},
{
"_score" : 0.16975638,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"28",
"34"
],
"abstract.analyzed" : "something that gathers files into the distribution",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Role/FileGatherer.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::FileGatherer",
"id" : "t1L5H9NvvLmXfdsB5t_HI1epFTI",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Role/FileGatherer.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Role::FileGatherer",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "t1L5H9NvvLmXfdsB5t_HI1epFTI",
"_type" : "file"
},
{
"_score" : 0.16975638,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"21",
"29"
],
"abstract.analyzed" : "something that registers prerequisites",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Role/PrereqSource.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::PrereqSource",
"id" : "1Q_t9Hk1d3i_xBqVs30EvSMKfhQ",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Role/PrereqSource.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Role::PrereqSource",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "1Q_t9Hk1d3i_xBqVs30EvSMKfhQ",
"_type" : "file"
},
{
"_score" : 0.16962217,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"41",
"41"
],
"abstract.analyzed" : "Release tests making sure correct line endings are used",
"date" : "2010-06-05T18:14:06.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-EOLTests-0.02",
"path" : "lib/Dist/Zilla/Plugin/EOLTests.pm",
"author" : "FLORA",
"distribution" : "Dist-Zilla-Plugin-EOLTests",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::EOLTests",
"id" : "J38b4qIekPKzvk_c_dxfctnjHSU",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "FLORA/Dist-Zilla-Plugin-EOLTests-0.02/lib/Dist/Zilla/Plugin/EOLTests.pm",
"version" : "0.02",
"name" : "Dist::Zilla::Plugin::EOLTests",
"version_numified" : 0.02
}
]
},
"_index" : "cpan_v1",
"_id" : "J38b4qIekPKzvk_c_dxfctnjHSU",
"_type" : "file"
},
{
"_score" : 0.16962217,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"159",
"47"
],
"abstract.analyzed" : "does Subversion actions for a distribution",
"date" : "2010-06-08T15:38:44.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Subversion-1.101590",
"path" : "lib/Dist/Zilla/Role/Subversion.pm",
"author" : "MJGARDNER",
"distribution" : "Dist-Zilla-Plugin-Subversion",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::Subversion",
"id" : "McJzc5ATAPs50eneVDPQPjQPVEE",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "MJGARDNER/Dist-Zilla-Plugin-Subversion-1.101590/lib/Dist/Zilla/Role/Subversion.pm",
"version" : "1.101590",
"name" : "Dist::Zilla::Role::Subversion",
"version_numified" : 1.10159
}
]
},
"_index" : "cpan_v1",
"_id" : "McJzc5ATAPs50eneVDPQPjQPVEE",
"_type" : "file"
},
{
"_score" : 0.16962217,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"11",
"337"
],
"abstract.analyzed" : "Tools for managing Locale::TextDomain language catalogs",
"date" : "2013-11-24T04:46:39.000Z",
"status" : "latest",
"release" : "Dist-Zilla-LocaleTextDomain-0.87",
"path" : "lib/Dist/Zilla/LocaleTextDomain.pm",
"author" : "DWHEELER",
"distribution" : "Dist-Zilla-LocaleTextDomain",
"indexed" : "true",
"documentation" : "Dist::Zilla::LocaleTextDomain",
"id" : "vonANaIc45GBgtvB9ohaNh0MS1g",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "DWHEELER/Dist-Zilla-LocaleTextDomain-0.87/lib/Dist/Zilla/LocaleTextDomain.pm",
"version" : "0.87",
"name" : "Dist::Zilla::LocaleTextDomain",
"version_numified" : 0.87
}
]
},
"_index" : "cpan_v1",
"_id" : "vonANaIc45GBgtvB9ohaNh0MS1g",
"_type" : "file"
},
{
"_score" : 0.16962217,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"88",
"115"
],
"abstract.analyzed" : "Dump selected hash keys as a string",
"date" : "2014-04-05T17:02:03.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugins-CJM-4.22",
"path" : "lib/Dist/Zilla/Role/HashDumper.pm",
"author" : "CJM",
"distribution" : "Dist-Zilla-Plugins-CJM",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::HashDumper",
"id" : "OnCkYvzMBlMNCNN7S7pIa0Unyq4",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "CJM/Dist-Zilla-Plugins-CJM-4.22/lib/Dist/Zilla/Role/HashDumper.pm",
"version" : "4.13",
"name" : "Dist::Zilla::Role::HashDumper",
"version_numified" : 4.13
}
]
},
"_index" : "cpan_v1",
"_id" : "OnCkYvzMBlMNCNN7S7pIa0Unyq4",
"_type" : "file"
},
{
"_score" : 0.16962217,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"81",
"35"
],
"abstract.analyzed" : "produce a cpanfile prereqs file",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Plugin/CPANFile.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::CPANFile",
"id" : "TYY2U6QikPifF6jaEj8Mo7u9IzA",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Plugin/CPANFile.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Plugin::CPANFile",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "TYY2U6QikPifF6jaEj8Mo7u9IzA",
"_type" : "file"
},
{
"_score" : 0.16962217,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"48",
"54"
],
"abstract.analyzed" : "something that finds files within the distribution",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Role/FileFinder.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::FileFinder",
"id" : "aF4lX6myQZUQXzoZIe_auBf_aUw",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Role/FileFinder.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Role::FileFinder",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "aF4lX6myQZUQXzoZIe_auBf_aUw",
"_type" : "file"
},
{
"_score" : 0.16914937,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"61",
"51"
],
"abstract.analyzed" : "all git plugins in one go",
"date" : "2014-04-19T18:31:22.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Git-2.022",
"path" : "lib/Dist/Zilla/PluginBundle/Git.pm",
"author" : "CJM",
"distribution" : "Dist-Zilla-Plugin-Git",
"indexed" : "true",
"documentation" : "Dist::Zilla::PluginBundle::Git",
"id" : "fe3Sefw_n4f7BL1dDRbO9ycnVY4",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "CJM/Dist-Zilla-Plugin-Git-2.022/lib/Dist/Zilla/PluginBundle/Git.pm",
"version" : "2.022",
"name" : "Dist::Zilla::PluginBundle::Git",
"version_numified" : 2.022
}
]
},
"_index" : "cpan_v1",
"_id" : "fe3Sefw_n4f7BL1dDRbO9ycnVY4",
"_type" : "file"
},
{
"_score" : 0.16914937,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"65",
"75"
],
"abstract.analyzed" : "Pack your dependencies onto your script file",
"date" : "2014-04-30T01:15:26.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-FatPacker-1.141200",
"path" : "lib/Dist/Zilla/Plugin/FatPacker.pm",
"author" : "DOHERTY",
"distribution" : "Dist-Zilla-Plugin-FatPacker",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::FatPacker",
"id" : "Q3k5F633SWkbJAl5ofc8IxO2uL4",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "DOHERTY/Dist-Zilla-Plugin-FatPacker-1.141200/lib/Dist/Zilla/Plugin/FatPacker.pm",
"version" : "1.141200",
"name" : "Dist::Zilla::Plugin::FatPacker",
"version_numified" : 1.1412
}
]
},
"_index" : "cpan_v1",
"_id" : "Q3k5F633SWkbJAl5ofc8IxO2uL4",
"_type" : "file"
},
{
"_score" : 0.16914937,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"82",
"294"
],
"abstract.analyzed" : "creates a .travis.yml file for Travis CI",
"date" : "2014-05-02T03:48:28.000Z",
"status" : "latest",
"release" : "Dist-Zilla-TravisCI-1.10",
"path" : "lib/Dist/Zilla/Plugin/TravisYML.pm",
"author" : "BBYRD",
"distribution" : "Dist-Zilla-TravisCI",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::TravisYML",
"id" : "kamztkzb8rmHFc4KWAgtgGodDNc",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "BBYRD/Dist-Zilla-TravisCI-1.10/lib/Dist/Zilla/Plugin/TravisYML.pm",
"version" : "1.10",
"name" : "Dist::Zilla::Plugin::TravisYML",
"version_numified" : 1.1
}
]
},
"_index" : "cpan_v1",
"_id" : "kamztkzb8rmHFc4KWAgtgGodDNc",
"_type" : "file"
},
{
"_score" : 0.16914937,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"14",
"65"
],
"abstract.analyzed" : "A Mercurial plugin for Dist::Zilla",
"date" : "2014-01-27T10:40:39.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Mercurial-0.07",
"path" : "lib/Dist/Zilla/Plugin/Mercurial.pm",
"author" : "SHLOMIF",
"distribution" : "Dist-Zilla-Plugin-Mercurial",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::Mercurial",
"id" : "zV5VCpKwC6__h6ff69mo1NlIjHo",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "SHLOMIF/Dist-Zilla-Plugin-Mercurial-0.07/lib/Dist/Zilla/Plugin/Mercurial.pm",
"version" : "0.07",
"name" : "Dist::Zilla::Plugin::Mercurial",
"version_numified" : 0.07
}
]
},
"_index" : "cpan_v1",
"_id" : "zV5VCpKwC6__h6ff69mo1NlIjHo",
"_type" : "file"
},
{
"_score" : 0.16914937,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"48",
"45"
],
"abstract.analyzed" : "common extra tests for META.yml",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Plugin/MetaTests.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::MetaTests",
"id" : "zlX3W4Ldct1u8YFISRazhbnfl_A",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Plugin/MetaTests.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Plugin::MetaTests",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "zlX3W4Ldct1u8YFISRazhbnfl_A",
"_type" : "file"
},
{
"_score" : 0.16914937,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"21",
"29"
],
"abstract.analyzed" : "something that runs before building really begins",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Role/BeforeBuild.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::BeforeBuild",
"id" : "DDkWkglGFe4ZugTtXlitmKEJm34",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Role/BeforeBuild.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Role::BeforeBuild",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "DDkWkglGFe4ZugTtXlitmKEJm34",
"_type" : "file"
},
{
"_score" : 0.16914937,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"131",
"38"
],
"abstract.analyzed" : "something that can act like a file with changeable contents",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Role/MutableFile.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::MutableFile",
"id" : "3gGNrkdN0n5jtB2QeUoF_JTEDxs",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Role/MutableFile.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Role::MutableFile",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "3gGNrkdN0n5jtB2QeUoF_JTEDxs",
"_type" : "file"
},
{
"_score" : 0.16914937,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"27",
"35"
],
"abstract.analyzed" : "something used as a delegating agent during 'dzil run'",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Role/BuildRunner.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::BuildRunner",
"id" : "6eXDf11efer4NPkTyKOwriGtuUA",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Role/BuildRunner.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Role::BuildRunner",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "6eXDf11efer4NPkTyKOwriGtuUA",
"_type" : "file"
},
{
"_score" : 0.16815697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"164",
"118"
],
"abstract.analyzed" : "Load and interpret a bundle",
"date" : "2013-09-25T18:04:33.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Util-BundleInfo-0.1.3",
"path" : "lib/Dist/Zilla/Util/BundleInfo.pm",
"author" : "KENTNL",
"distribution" : "Dist-Zilla-Util-BundleInfo",
"indexed" : "true",
"documentation" : "Dist::Zilla::Util::BundleInfo",
"id" : "WxdldG7nEl6AV695dZUcyt5CyyU",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "KENTNL/Dist-Zilla-Util-BundleInfo-0.1.3/lib/Dist/Zilla/Util/BundleInfo.pm",
"version" : "v0.1.3",
"name" : "Dist::Zilla::Util::BundleInfo",
"version_numified" : 0.001003
}
]
},
"_index" : "cpan_v1",
"_id" : "WxdldG7nEl6AV695dZUcyt5CyyU",
"_type" : "file"
},
{
"_score" : 0.16815697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"69",
"60"
],
"abstract.analyzed" : "Expand or unexpand tabs in your dist",
"date" : "2013-12-14T02:36:55.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-TextTabs-0.03",
"path" : "lib/Dist/Zilla/Plugin/TextTabs.pm",
"author" : "PLICEASE",
"distribution" : "Dist-Zilla-Plugin-TextTabs",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::TextTabs",
"id" : "RPbueqQ3GgB4nqmj8w8Nt0QlN6Y",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "PLICEASE/Dist-Zilla-Plugin-TextTabs-0.03/lib/Dist/Zilla/Plugin/TextTabs.pm",
"version" : "0.03",
"name" : "Dist::Zilla::Plugin::TextTabs",
"version_numified" : 0.03
}
]
},
"_index" : "cpan_v1",
"_id" : "RPbueqQ3GgB4nqmj8w8Nt0QlN6Y",
"_type" : "file"
},
{
"_score" : 0.16815697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"76",
"87"
],
"abstract.analyzed" : "Automatically add all plugins in a bundle as dependencies",
"date" : "2013-11-24T15:33:53.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Role-BundleDeps-0.001001",
"path" : "lib/Dist/Zilla/Role/BundleDeps.pm",
"author" : "KENTNL",
"distribution" : "Dist-Zilla-Role-BundleDeps",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::BundleDeps",
"id" : "pN66GRjkKzD5VNoDdTSvP9NAcYw",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "KENTNL/Dist-Zilla-Role-BundleDeps-0.001001/lib/Dist/Zilla/Role/BundleDeps.pm",
"version" : "0.001001",
"name" : "Dist::Zilla::Role::BundleDeps",
"version_numified" : 0.001001
}
]
},
"_index" : "cpan_v1",
"_id" : "pN66GRjkKzD5VNoDdTSvP9NAcYw",
"_type" : "file"
},
{
"_score" : 0.16815697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"129",
"111"
],
"abstract.analyzed" : "Require that our distribution is running on a particular OS",
"date" : "2013-10-04T21:17:05.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-AssertOS-0.06",
"path" : "lib/Dist/Zilla/Plugin/AssertOS.pm",
"author" : "BINGOS",
"distribution" : "Dist-Zilla-Plugin-AssertOS",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::AssertOS",
"id" : "W4rR3QgqYVBOqsIiXGuElLnwdBQ",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "BINGOS/Dist-Zilla-Plugin-AssertOS-0.06/lib/Dist/Zilla/Plugin/AssertOS.pm",
"version" : "0.06",
"name" : "Dist::Zilla::Plugin::AssertOS",
"version_numified" : 0.06
}
]
},
"_index" : "cpan_v1",
"_id" : "W4rR3QgqYVBOqsIiXGuElLnwdBQ",
"_type" : "file"
},
{
"_score" : 0.16815697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"62",
"86"
],
"abstract.analyzed" : "Create Module::Metadata object from Dist::Zilla::File",
"date" : "2014-04-05T17:02:03.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugins-CJM-4.22",
"path" : "lib/Dist/Zilla/Role/ModuleInfo.pm",
"author" : "CJM",
"distribution" : "Dist-Zilla-Plugins-CJM",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::ModuleInfo",
"id" : "1xvoLPm6UEk__PFcMXxSRZVUMAE",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "CJM/Dist-Zilla-Plugins-CJM-4.22/lib/Dist/Zilla/Role/ModuleInfo.pm",
"version" : "4.22",
"name" : "Dist::Zilla::Role::ModuleInfo",
"version_numified" : 4.22
}
]
},
"_index" : "cpan_v1",
"_id" : "1xvoLPm6UEk__PFcMXxSRZVUMAE",
"_type" : "file"
},
{
"_score" : 0.16815697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"47",
"33"
],
"abstract.analyzed" : "install a directory's contents as \"ShareDir\" content",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Plugin/ShareDir.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::ShareDir",
"id" : "K2bVGOI_iwYJtE9LKXVE_BJvmek",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Plugin/ShareDir.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Plugin::ShareDir",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "K2bVGOI_iwYJtE9LKXVE_BJvmek",
"_type" : "file"
},
{
"_score" : 0.16815697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"69",
"49"
],
"abstract.analyzed" : "a standard section in Dist::Zilla's configuration sequence",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/MVP/RootSection.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::MVP::RootSection",
"id" : "SROeCr37O__rl5VF7szl1RhUFn4",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/MVP/RootSection.pm",
"version" : "5.019",
"name" : "Dist::Zilla::MVP::RootSection",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "SROeCr37O__rl5VF7szl1RhUFn4",
"_type" : "file"
},
{
"_score" : 0.16815697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"21",
"29"
],
"abstract.analyzed" : "something that runs before minting really begins",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Role/BeforeMint.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::BeforeMint",
"id" : "xkNoak_tSVLGzSYnfNCRUa9hk4c",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Role/BeforeMint.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Role::BeforeMint",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "xkNoak_tSVLGzSYnfNCRUa9hk4c",
"_type" : "file"
},
{
"_score" : 0.16815697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"47",
"39"
],
"abstract.analyzed" : "something that alters a file's destination or content",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Role/FileMunger.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::FileMunger",
"id" : "Ztrjm7FvbtCvc38efiDKPV0KpgE",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Role/FileMunger.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Role::FileMunger",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "Ztrjm7FvbtCvc38efiDKPV0KpgE",
"_type" : "file"
},
{
"_score" : 0.16815697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"120",
"24"
],
"abstract.analyzed" : "Utils for listing your distribution's author dependencies",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Util/AuthorDeps.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Util::AuthorDeps",
"id" : "C0JJ8t5qphX91ozNtYpvocrav2s",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Util/AuthorDeps.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Util::AuthorDeps",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "C0JJ8t5qphX91ozNtYpvocrav2s",
"_type" : "file"
},
{
"_score" : 0.16764556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"79",
"53"
],
"abstract.analyzed" : "Tools to resolve a package to a URI from a CPAN/DARKPAN mirror.",
"date" : "2013-11-22T09:52:26.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Prereqs-DarkPAN-0.2.4",
"path" : "lib/Dist/Zilla/Role/xPANResolver.pm",
"author" : "KENTNL",
"distribution" : "Dist-Zilla-Plugin-Prereqs-DarkPAN",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::xPANResolver",
"id" : "MxAcOhfzzDdyrzAfyou3p4n77Sc",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "KENTNL/Dist-Zilla-Plugin-Prereqs-DarkPAN-0.2.4/lib/Dist/Zilla/Role/xPANResolver.pm",
"version" : "v0.2.4",
"name" : "Dist::Zilla::Role::xPANResolver",
"version_numified" : 0.002004
}
]
},
"_index" : "cpan_v1",
"_id" : "MxAcOhfzzDdyrzAfyou3p4n77Sc",
"_type" : "file"
},
{
"_score" : 0.16764556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"104",
"49"
],
"abstract.analyzed" : "the basic plugins to maintain and release ACPS dists",
"date" : "2014-04-07T17:05:17.000Z",
"status" : "latest",
"release" : "Dist-Zilla-PluginBundle-ACPS-0.28",
"path" : "lib/Dist/Zilla/PluginBundle/ACPS.pm",
"author" : "PLICEASE",
"distribution" : "Dist-Zilla-PluginBundle-ACPS",
"indexed" : "true",
"documentation" : "Dist::Zilla::PluginBundle::ACPS",
"id" : "p3oTWDsFsvij_GJViGP2lzk4rIs",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "PLICEASE/Dist-Zilla-PluginBundle-ACPS-0.28/lib/Dist/Zilla/PluginBundle/ACPS.pm",
"version" : "0.28",
"name" : "Dist::Zilla::PluginBundle::ACPS",
"version_numified" : 0.28
}
]
},
"_index" : "cpan_v1",
"_id" : "p3oTWDsFsvij_GJViGP2lzk4rIs",
"_type" : "file"
},
{
"_score" : 0.16764556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"249",
"98"
],
"abstract.analyzed" : "Nasty tools for probing Dist::Zilla's internal state.",
"date" : "2014-04-18T10:54:27.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Util-EmulatePhase-1.000000",
"path" : "lib/Dist/Zilla/Util/EmulatePhase.pm",
"author" : "KENTNL",
"distribution" : "Dist-Zilla-Util-EmulatePhase",
"indexed" : "true",
"documentation" : "Dist::Zilla::Util::EmulatePhase",
"id" : "EPhHTd464xGYcxP4O4mnfJu4o4g",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "KENTNL/Dist-Zilla-Util-EmulatePhase-1.000000/lib/Dist/Zilla/Util/EmulatePhase.pm",
"version" : "1.000000",
"name" : "Dist::Zilla::Util::EmulatePhase",
"version_numified" : 1
}
]
},
"_index" : "cpan_v1",
"_id" : "EPhHTd464xGYcxP4O4mnfJu4o4g",
"_type" : "file"
},
{
"_score" : 0.16764556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"123",
"53"
],
"abstract.analyzed" : "BeLike::INGY when you build your dists",
"date" : "2013-10-28T06:30:14.000Z",
"status" : "latest",
"release" : "Dist-Zilla-PluginBundle-INGY-0.0.4",
"path" : "lib/Dist/Zilla/PluginBundle/INGY.pm",
"author" : "CARLOS",
"distribution" : "Dist-Zilla-PluginBundle-INGY",
"indexed" : "true",
"documentation" : "Dist::Zilla::PluginBundle::INGY",
"id" : "Bi_fHz_0SJJGMs03wvJDwAQlxd4",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "CARLOS/Dist-Zilla-PluginBundle-INGY-0.0.4/lib/Dist/Zilla/PluginBundle/INGY.pm",
"version" : "0.0.4",
"name" : "Dist::Zilla::PluginBundle::INGY",
"version_numified" : 4e-06
}
]
},
"_index" : "cpan_v1",
"_id" : "Bi_fHz_0SJJGMs03wvJDwAQlxd4",
"_type" : "file"
},
{
"_score" : 0.16764556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"231",
"92"
],
"abstract.analyzed" : "add a $VERSION to your packages",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Plugin/PkgVersion.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::PkgVersion",
"id" : "4bZLDTLaH78OWXHyMzK815vxj18",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Plugin/PkgVersion.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Plugin::PkgVersion",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "4bZLDTLaH78OWXHyMzK815vxj18",
"_type" : "file"
},
{
"_score" : 0.16764556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"24",
"33"
],
"abstract.analyzed" : "something that provides a name for the dist",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Role/NameProvider.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::NameProvider",
"id" : "Brh2oVxRVCHII05iFX_YC7YdsqY",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Role/NameProvider.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Role::NameProvider",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "Brh2oVxRVCHII05iFX_YC7YdsqY",
"_type" : "file"
},
{
"_score" : 0.16764556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"24",
"45"
],
"abstract.analyzed" : "something that provides metadata (for META.yml/json)",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Role/MetaProvider.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::MetaProvider",
"id" : "OUXvNLfJ7Kgeaza3xDA3CkNP8Mg",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Role/MetaProvider.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Role::MetaProvider",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "OUXvNLfJ7Kgeaza3xDA3CkNP8Mg",
"_type" : "file"
},
{
"_score" : 0.16725639,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"337",
"63"
],
"abstract.analyzed" : "Build your distributions like FLORA does",
"date" : "2011-07-05T21:56:09.000Z",
"status" : "latest",
"release" : "Dist-Zilla-PluginBundle-FLORA-0.14",
"path" : "lib/Dist/Zilla/PluginBundle/FLORA.pm",
"author" : "FLORA",
"distribution" : "Dist-Zilla-PluginBundle-FLORA",
"indexed" : "true",
"documentation" : "Dist::Zilla::PluginBundle::FLORA",
"id" : "Za1wojvnDIEFALqvDY2TrICAWXQ",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "FLORA/Dist-Zilla-PluginBundle-FLORA-0.14/lib/Dist/Zilla/PluginBundle/FLORA.pm",
"version" : "0.14",
"name" : "Dist::Zilla::PluginBundle::FLORA",
"version_numified" : 0.14
}
]
},
"_index" : "cpan_v1",
"_id" : "Za1wojvnDIEFALqvDY2TrICAWXQ",
"_type" : "file"
},
{
"_score" : 0.16725639,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"107",
"202"
],
"abstract.analyzed" : "Detects the minimum version of Perl required for your dist",
"date" : "2011-04-21T16:20:32.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-MinimumPerl-1.003",
"path" : "lib/Dist/Zilla/Plugin/MinimumPerl.pm",
"author" : "APOCAL",
"distribution" : "Dist-Zilla-Plugin-MinimumPerl",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::MinimumPerl",
"id" : "o8Ya8w90wfSKzCd4NnaQlDK3Q_4",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "APOCAL/Dist-Zilla-Plugin-MinimumPerl-1.003/lib/Dist/Zilla/Plugin/MinimumPerl.pm",
"version" : "1.003",
"name" : "Dist::Zilla::Plugin::MinimumPerl",
"version_numified" : 1.003
}
]
},
"_index" : "cpan_v1",
"_id" : "o8Ya8w90wfSKzCd4NnaQlDK3Q_4",
"_type" : "file"
},
{
"_score" : 0.16725639,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"261",
"136"
],
"abstract.analyzed" : "Dist::Zilla plugins for me",
"date" : "2013-03-22T18:59:54.000Z",
"status" : "latest",
"release" : "Dist-Zilla-PluginBundle-Author-LOGIE-0.04",
"path" : "Dist-Zilla-PluginBundle-LOGIE-0.04/lib/Dist/Zilla/PluginBundle/LOGIE.pm",
"author" : "LOGIE",
"distribution" : "Dist-Zilla-PluginBundle-Author-LOGIE",
"indexed" : "true",
"documentation" : "Dist::Zilla::PluginBundle::LOGIE",
"id" : "hl3_bbYhIeyQDnxOKI0_Tu9n0sE",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "LOGIE/Dist-Zilla-PluginBundle-Author-LOGIE-0.04/Dist-Zilla-PluginBundle-LOGIE-0.01/lib/Dist/Zilla/PluginBundle/LOGIE.pm",
"version" : "0.04",
"name" : "Dist::Zilla::PluginBundle::LOGIE",
"version_numified" : 0.04
}
]
},
"_index" : "cpan_v1",
"_id" : "hl3_bbYhIeyQDnxOKI0_Tu9n0sE",
"_type" : "file"
},
{
"_score" : 0.16725639,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"17",
"56"
],
"abstract.analyzed" : "Run external commands at specific phases of Dist::Zilla on regex'd Git branches",
"date" : "2014-01-17T03:01:09.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-RunByBranch-0.214",
"path" : "lib/Dist/Zilla/Plugin/RunByBranch.pm",
"author" : "FFFINKEL",
"distribution" : "Dist-Zilla-Plugin-RunByBranch",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::RunByBranch",
"id" : "1ovMtqVVCQJzzflig7iAm7wpw5Y",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "FFFINKEL/Dist-Zilla-Plugin-RunByBranch-0.214/README.pod",
"version" : "0.214",
"name" : "Dist::Zilla::Plugin::RunByBranch",
"version_numified" : 0.214
}
]
},
"_index" : "cpan_v1",
"_id" : "1ovMtqVVCQJzzflig7iAm7wpw5Y",
"_type" : "file"
},
{
"_score" : 0.16725639,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"75",
"65"
],
"abstract.analyzed" : "Dist::Zilla plugins for gphat",
"date" : "2014-01-25T00:03:02.000Z",
"status" : "latest",
"release" : "Dist-Zilla-PluginBundle-GPHAT-0.05",
"path" : "lib/Dist/Zilla/PluginBundle/GPHAT.pm",
"author" : "GPHAT",
"distribution" : "Dist-Zilla-PluginBundle-GPHAT",
"indexed" : "true",
"documentation" : "Dist::Zilla::PluginBundle::GPHAT",
"id" : "j_0dkJgJN6XSDiWJAUvH7_l8vmk",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "GPHAT/Dist-Zilla-PluginBundle-GPHAT-0.05/lib/Dist/Zilla/PluginBundle/GPHAT.pm",
"version" : "0.05",
"name" : "Dist::Zilla::PluginBundle::GPHAT",
"version_numified" : 0.05
}
]
},
"_index" : "cpan_v1",
"_id" : "j_0dkJgJN6XSDiWJAUvH7_l8vmk",
"_type" : "file"
},
{
"_score" : 0.16725639,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"250",
"143"
],
"abstract.analyzed" : "update the next release number in your changelog",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Plugin/NextRelease.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::NextRelease",
"id" : "s3JcbdoZnVk_U6tFnAEQVnm_UnU",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Plugin/NextRelease.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Plugin::NextRelease",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "s3JcbdoZnVk_U6tFnAEQVnm_UnU",
"_type" : "file"
},
{
"_score" : 0.16725639,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"123",
"88"
],
"abstract.analyzed" : "Stop CPAN from indexing stuff",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Plugin/MetaNoIndex.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::MetaNoIndex",
"id" : "aBMkrRl2dnv6qEXzrn8Ppqt9ork",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Plugin/MetaNoIndex.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Plugin::MetaNoIndex",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "aBMkrRl2dnv6qEXzrn8Ppqt9ork",
"_type" : "file"
},
{
"_score" : 0.16712217,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"48",
"39"
],
"abstract.analyzed" : "Dist::Zilla plugins for RBO",
"date" : "2010-12-20T12:10:21.000Z",
"status" : "latest",
"release" : "Dist-Zilla-PluginBundle-RBO-0.002",
"path" : "lib/Dist/Zilla/PluginBundle/RBO.pm",
"author" : "RBO",
"distribution" : "Dist-Zilla-PluginBundle-RBO",
"indexed" : "true",
"documentation" : "Dist::Zilla::PluginBundle::RBO",
"id" : "pCDNJz6_Z70yo5cLelqPOl1oV3A",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RBO/Dist-Zilla-PluginBundle-RBO-0.002/lib/Dist/Zilla/PluginBundle/RBO.pm",
"version" : "0.002",
"name" : "Dist::Zilla::PluginBundle::RBO",
"version_numified" : 0.002
}
]
},
"_index" : "cpan_v1",
"_id" : "pCDNJz6_Z70yo5cLelqPOl1oV3A",
"_type" : "file"
},
{
"_score" : 0.16712217,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"314",
"136"
],
"abstract.analyzed" : "Dist::Zilla plugins for me",
"date" : "2013-09-03T19:50:19.000Z",
"status" : "latest",
"release" : "Dist-Zilla-PluginBundle-DOY-0.14",
"path" : "lib/Dist/Zilla/PluginBundle/DOY.pm",
"author" : "DOY",
"distribution" : "Dist-Zilla-PluginBundle-DOY",
"indexed" : "true",
"documentation" : "Dist::Zilla::PluginBundle::DOY",
"id" : "gb_axdV6YL6HolFse23s9eKkrVg",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "DOY/Dist-Zilla-PluginBundle-DOY-0.14/lib/Dist/Zilla/PluginBundle/DOY.pm",
"version" : "0.14",
"name" : "Dist::Zilla::PluginBundle::DOY",
"version_numified" : 0.14
}
]
},
"_index" : "cpan_v1",
"_id" : "gb_axdV6YL6HolFse23s9eKkrVg",
"_type" : "file"
},
{
"_score" : 0.16712217,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"44",
"47"
],
"abstract.analyzed" : "DBRs Dist::Zilla PluginBundle",
"date" : "2012-06-03T19:03:29.000Z",
"status" : "latest",
"release" : "Dist-Zilla-PluginBundle-DBR-0.024",
"path" : "lib/Dist/Zilla/PluginBundle/DBR.pm",
"author" : "DBR",
"distribution" : "Dist-Zilla-PluginBundle-DBR",
"indexed" : "true",
"documentation" : "Dist::Zilla::PluginBundle::DBR",
"id" : "yu_6IeDucBH1K1Ekk_00TZm4hxk",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "DBR/Dist-Zilla-PluginBundle-DBR-0.024/lib/Dist/Zilla/PluginBundle/DBR.pm",
"version" : "0.024",
"name" : "Dist::Zilla::PluginBundle::DBR",
"version_numified" : 0.024
}
]
},
"_index" : "cpan_v1",
"_id" : "yu_6IeDucBH1K1Ekk_00TZm4hxk",
"_type" : "file"
},
{
"_score" : 0.16712217,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"110",
"123"
],
"abstract.analyzed" : "Dist::Zilla like GRS",
"date" : "2013-12-15T19:38:40.000Z",
"status" : "latest",
"release" : "Dist-Zilla-PluginBundle-GRS-0.08",
"path" : "lib/Dist/Zilla/PluginBundle/GRS.pm",
"author" : "CELOGEEK",
"distribution" : "Dist-Zilla-PluginBundle-GRS",
"indexed" : "true",
"documentation" : "Dist::Zilla::PluginBundle::GRS",
"id" : "ep4tFoX7CozWUNVAMtl8GSNJc0Y",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "CELOGEEK/Dist-Zilla-PluginBundle-GRS-0.08/lib/Dist/Zilla/PluginBundle/GRS.pm",
"version" : "0.08",
"name" : "Dist::Zilla::PluginBundle::GRS",
"version_numified" : 0.08
}
]
},
"_index" : "cpan_v1",
"_id" : "ep4tFoX7CozWUNVAMtl8GSNJc0Y",
"_type" : "file"
},
{
"_score" : 0.16712217,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"109",
"76"
],
"abstract.analyzed" : "obtain files from a git repository before building a distribution",
"date" : "2012-02-03T06:29:51.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-GitObtain-0.06",
"path" : "lib/Dist/Zilla/Plugin/GitObtain.pm",
"author" : "DUFF",
"distribution" : "Dist-Zilla-Plugin-GitObtain",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::GitObtain",
"id" : "RziRn89mUCsOrhqr8W2IZDRWmuA",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "DUFF/Dist-Zilla-Plugin-GitObtain-0.06/lib/Dist/Zilla/Plugin/GitObtain.pm",
"version" : "0.06",
"name" : "Dist::Zilla::Plugin::GitObtain",
"version_numified" : 0.06
}
]
},
"_index" : "cpan_v1",
"_id" : "RziRn89mUCsOrhqr8W2IZDRWmuA",
"_type" : "file"
},
{
"_score" : 0.16712217,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"632",
"312"
],
"abstract.analyzed" : "Make munging File::FromCode and File::InMemory easier.",
"date" : "2014-04-27T11:42:58.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Util-SimpleMunge-1.000001",
"path" : "lib/Dist/Zilla/Util/SimpleMunge.pm",
"author" : "KENTNL",
"distribution" : "Dist-Zilla-Util-SimpleMunge",
"indexed" : "true",
"documentation" : "Dist::Zilla::Util::SimpleMunge",
"id" : "KkrenbthNDd9FqZ53Il42A8iTbI",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "KENTNL/Dist-Zilla-Util-SimpleMunge-1.000001/lib/Dist/Zilla/Util/SimpleMunge.pm",
"version" : "1.000001",
"name" : "Dist::Zilla::Util::SimpleMunge",
"version_numified" : 1.000001
}
]
},
"_index" : "cpan_v1",
"_id" : "KkrenbthNDd9FqZ53Il42A8iTbI",
"_type" : "file"
},
{
"_score" : 0.16712217,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"307",
"60"
],
"abstract.analyzed" : "build a Makefile.PL that uses ExtUtils::MakeMaker",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Plugin/MakeMaker.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::MakeMaker",
"id" : "PZjfO4nbfwDQbGKUT5PZi_vKyIg",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Plugin/MakeMaker.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Plugin::MakeMaker",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "PZjfO4nbfwDQbGKUT5PZi_vKyIg",
"_type" : "file"
},
{
"_score" : 0.16664937,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"17",
"38"
],
"abstract.analyzed" : "update your Subversion repository after release",
"date" : "2010-06-08T15:38:44.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Subversion-1.101590",
"path" : "lib/Dist/Zilla/Plugin/Subversion.pm",
"author" : "MJGARDNER",
"distribution" : "Dist-Zilla-Plugin-Subversion",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::Subversion",
"id" : "CNKYiNbwLXzMxhLwKiqMbLtwE5g",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "MJGARDNER/Dist-Zilla-Plugin-Subversion-1.101590/lib/Dist/Zilla/Plugin/Subversion.pm",
"version" : "1.101590",
"name" : "Dist::Zilla::Plugin::Subversion",
"version_numified" : 1.10159
}
]
},
"_index" : "cpan_v1",
"_id" : "CNKYiNbwLXzMxhLwKiqMbLtwE5g",
"_type" : "file"
},
{
"_score" : 0.16664937,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"52",
"146"
],
"abstract.analyzed" : "Automatically sets the bugtracker URL and mailto",
"date" : "2011-04-18T09:53:56.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Bugtracker-1.111080",
"path" : "lib/Dist/Zilla/Plugin/Bugtracker.pm",
"author" : "MARCEL",
"distribution" : "Dist-Zilla-Plugin-Bugtracker",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::Bugtracker",
"id" : "D5uWAVyWX6xQC9oRlrvYDGti4A0",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "MARCEL/Dist-Zilla-Plugin-Bugtracker-1.111080/lib/Dist/Zilla/Plugin/Bugtracker.pm",
"version" : "1.111080",
"name" : "Dist::Zilla::Plugin::Bugtracker",
"version_numified" : 1.11108
}
]
},
"_index" : "cpan_v1",
"_id" : "D5uWAVyWX6xQC9oRlrvYDGti4A0",
"_type" : "file"
},
{
"_score" : 0.16664937,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"42",
"44"
],
"abstract.analyzed" : "A nifty little plugin bundle for Dist::Zilla",
"date" : "2011-08-23T18:56:15.000Z",
"status" : "latest",
"release" : "Dist-Zilla-PluginBundle-ROKR-0.0019",
"path" : "lib/Dist/Zilla/PluginBundle/ROKR.pm",
"author" : "ROKR",
"distribution" : "Dist-Zilla-PluginBundle-ROKR",
"indexed" : "true",
"documentation" : "Dist::Zilla::PluginBundle::ROKR",
"id" : "A5KsfLO0KEtKSOamrBz_ev44sMU",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "ROKR/Dist-Zilla-PluginBundle-ROKR-0.0019/lib/Dist/Zilla/PluginBundle/ROKR.pm",
"version" : "0.0019",
"name" : "Dist::Zilla::PluginBundle::ROKR",
"version_numified" : 0.0019
}
]
},
"_index" : "cpan_v1",
"_id" : "A5KsfLO0KEtKSOamrBz_ev44sMU",
"_type" : "file"
},
{
"_score" : 0.16664937,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"75",
"79"
],
"abstract.analyzed" : "insert 'Help Wanted' information in the distribution's META",
"date" : "2013-09-25T22:39:22.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-HelpWanted-0.3.1",
"path" : "lib/Dist/Zilla/Plugin/HelpWanted.pm",
"author" : "YANICK",
"distribution" : "Dist-Zilla-Plugin-HelpWanted",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::HelpWanted",
"id" : "YGaHRBVfzwRq8ue2ciMCmMbtzsM",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "YANICK/Dist-Zilla-Plugin-HelpWanted-0.3.1/lib/Dist/Zilla/Plugin/HelpWanted.pm",
"version" : "v0.3.1",
"name" : "Dist::Zilla::Plugin::HelpWanted",
"version_numified" : 0.003001
}
]
},
"_index" : "cpan_v1",
"_id" : "YGaHRBVfzwRq8ue2ciMCmMbtzsM",
"_type" : "file"
},
{
"_score" : 0.16664937,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"69",
"60"
],
"abstract.analyzed" : "a PodWeaver plugin used to build Task distributions",
"date" : "2013-07-25T23:07:10.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-TaskWeaver-0.101626",
"path" : "lib/Dist/Zilla/Plugin/TaskWeaver.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla-Plugin-TaskWeaver",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::TaskWeaver",
"id" : "v0FixfIOdfnekDarH_2yfNgg40U",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-Plugin-TaskWeaver-0.101626/lib/Dist/Zilla/Plugin/TaskWeaver.pm",
"version" : "0.101626",
"name" : "Dist::Zilla::Plugin::TaskWeaver",
"version_numified" : 0.101626
}
]
},
"_index" : "cpan_v1",
"_id" : "v0FixfIOdfnekDarH_2yfNgg40U",
"_type" : "file"
},
{
"_score" : 0.16664937,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"62",
"79"
],
"abstract.analyzed" : "A simple xs-file-from-template plugin",
"date" : "2014-01-13T16:52:49.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-TemplateXS-0.002",
"path" : "lib/Dist/Zilla/Plugin/TemplateXS.pm",
"author" : "LEONT",
"distribution" : "Dist-Zilla-Plugin-TemplateXS",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::TemplateXS",
"id" : "bFD2FhmbKOyMYYk7a1XtZI08Vbs",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "LEONT/Dist-Zilla-Plugin-TemplateXS-0.002/lib/Dist/Zilla/Plugin/TemplateXS.pm",
"version" : "0.002",
"name" : "Dist::Zilla::Plugin::TemplateXS",
"version_numified" : 0.002
}
]
},
"_index" : "cpan_v1",
"_id" : "bFD2FhmbKOyMYYk7a1XtZI08Vbs",
"_type" : "file"
},
{
"_score" : 0.16664937,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"26",
"28"
],
"abstract.analyzed" : "(DEPRECATED) the old name for Dist::Zilla::Plugin::AutoPrereqs",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Plugin/AutoPrereq.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::AutoPrereq",
"id" : "FBA4WywzsgTpRrdHRfjOMfqNJ60",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Plugin/AutoPrereq.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Plugin::AutoPrereq",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "FBA4WywzsgTpRrdHRfjOMfqNJ60",
"_type" : "file"
},
{
"_score" : 0.16664937,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"94",
"61"
],
"abstract.analyzed" : "prune arbitrary files from the dist",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Plugin/PruneFiles.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::PruneFiles",
"id" : "lFiMKTWohvtbDtrwdvfcKKlLz6A",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Plugin/PruneFiles.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Plugin::PruneFiles",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "lFiMKTWohvtbDtrwdvfcKKlLz6A",
"_type" : "file"
},
{
"_score" : 0.16664937,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"74",
"36"
],
"abstract.analyzed" : "rewrite ./xt tests to ./t tests with skips",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Plugin/ExtraTests.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::ExtraTests",
"id" : "e8KXHz2YDUl7NLuJv_Pnou9_99A",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Plugin/ExtraTests.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Plugin::ExtraTests",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "e8KXHz2YDUl7NLuJv_Pnou9_99A",
"_type" : "file"
},
{
"_score" : 0.16664937,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"28",
"31"
],
"abstract.analyzed" : "something that bundles a bunch of plugins",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Role/PluginBundle.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::PluginBundle",
"id" : "a4wZpv2N_q2EfnEeaAllT9STlZ4",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Role/PluginBundle.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Role::PluginBundle",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "a4wZpv2N_q2EfnEeaAllT9STlZ4",
"_type" : "file"
},
{
"_score" : 0.16664937,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"40",
"39"
],
"abstract.analyzed" : "something that can add files to the distribution",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Role/FileInjector.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::FileInjector",
"id" : "2Alw5fxcbdIqi9nDlMOhaWOPBoQ",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Role/FileInjector.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Role::FileInjector",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "2Alw5fxcbdIqi9nDlMOhaWOPBoQ",
"_type" : "file"
},
{
"_score" : 0.16565697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"137",
"68"
],
"abstract.analyzed" : "List prereqs conditional on operating system",
"date" : "2012-09-21T02:32:18.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-OSPrereqs-0.003",
"path" : "lib/Dist/Zilla/Plugin/OSPrereqs.pm",
"author" : "DAGOLDEN",
"distribution" : "Dist-Zilla-Plugin-OSPrereqs",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::OSPrereqs",
"id" : "Xjq6WXlNERrWnCyb2Y0GBnK1D04",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "DAGOLDEN/Dist-Zilla-Plugin-OSPrereqs-0.003/lib/Dist/Zilla/Plugin/OSPrereqs.pm",
"version" : "0.003",
"name" : "Dist::Zilla::Plugin::OSPrereqs",
"version_numified" : 0.003
}
]
},
"_index" : "cpan_v1",
"_id" : "Xjq6WXlNERrWnCyb2Y0GBnK1D04",
"_type" : "file"
},
{
"_score" : 0.16565697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"96",
"78"
],
"abstract.analyzed" : "obtain files from a subversion repository before building a distribution",
"date" : "2010-08-11T00:37:30.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-SvnObtain-0.02",
"path" : "lib/Dist/Zilla/Plugin/SvnObtain.pm",
"author" : "DUFF",
"distribution" : "Dist-Zilla-Plugin-SvnObtain",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::SvnObtain",
"id" : "TDI3zocE_mUTT5nWBTJxO7pnrJ4",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "DUFF/Dist-Zilla-Plugin-SvnObtain-0.02/lib/Dist/Zilla/Plugin/SvnObtain.pm",
"version" : "0.02",
"name" : "Dist::Zilla::Plugin::SvnObtain",
"version_numified" : 0.02
}
]
},
"_index" : "cpan_v1",
"_id" : "TDI3zocE_mUTT5nWBTJxO7pnrJ4",
"_type" : "file"
},
{
"_score" : 0.16565697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"49",
"50"
],
"abstract.analyzed" : "all SVK plugins in one go",
"date" : "2010-07-02T00:30:15.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-SVK-0.10",
"path" : "lib/Dist/Zilla/PluginBundle/SVK.pm",
"author" : "DRBEAN",
"distribution" : "Dist-Zilla-Plugin-SVK",
"indexed" : "true",
"documentation" : "Dist::Zilla::PluginBundle::SVK",
"id" : "iSkg5bzsQYmD2sTnaJOty3F3ta4",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "DRBEAN/Dist-Zilla-Plugin-SVK-0.10/lib/Dist/Zilla/PluginBundle/SVK.pm",
"name" : "Dist::Zilla::PluginBundle::SVK",
"version_numified" : 0
}
]
},
"_index" : "cpan_v1",
"_id" : "iSkg5bzsQYmD2sTnaJOty3F3ta4",
"_type" : "file"
},
{
"_score" : 0.16565697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"37",
"55"
],
"abstract.analyzed" : "deploy via scp and ssh",
"date" : "2011-07-09T00:38:34.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-ScpDeploy-1.20110709",
"path" : "lib/Dist/Zilla/Plugin/ScpDeploy.pm",
"author" : "CHROMATIC",
"distribution" : "Dist-Zilla-Plugin-ScpDeploy",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::ScpDeploy",
"id" : "ig85YWw3PlCT_tGyjNJiCV_aFP8",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "CHROMATIC/Dist-Zilla-Plugin-ScpDeploy-1.20110709/lib/Dist/Zilla/Plugin/ScpDeploy.pm",
"version" : "1.20110709",
"name" : "Dist::Zilla::Plugin::ScpDeploy",
"version_numified" : 1.20110709
}
]
},
"_index" : "cpan_v1",
"_id" : "ig85YWw3PlCT_tGyjNJiCV_aFP8",
"_type" : "file"
},
{
"_score" : 0.16565697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"112",
"92"
],
"abstract.analyzed" : "prepend lines at the top of your perl files",
"date" : "2011-08-16T17:24:07.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Prepender-1.112280",
"path" : "lib/Dist/Zilla/Plugin/Prepender.pm",
"author" : "JQUELIN",
"distribution" : "Dist-Zilla-Plugin-Prepender",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::Prepender",
"id" : "0p9LQ_DqmlE0Tyq8IcYTG2If7xE",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "JQUELIN/Dist-Zilla-Plugin-Prepender-1.112280/lib/Dist/Zilla/Plugin/Prepender.pm",
"version" : "1.112280",
"name" : "Dist::Zilla::Plugin::Prepender",
"version_numified" : 1.11228
}
]
},
"_index" : "cpan_v1",
"_id" : "0p9LQ_DqmlE0Tyq8IcYTG2If7xE",
"_type" : "file"
},
{
"_score" : 0.16565697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"21",
"47"
],
"abstract.analyzed" : "Because sometimes you just have to fake it",
"date" : "2011-05-24T11:51:02.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-FakeFaker-0.04",
"path" : "lib/Dist/Zilla/Plugin/FakeFaker.pm",
"author" : "BINGOS",
"distribution" : "Dist-Zilla-Plugin-FakeFaker",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::FakeFaker",
"id" : "5_qfdDN7diHcOZmvRQmOIfRw_MM",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "BINGOS/Dist-Zilla-Plugin-FakeFaker-0.04/lib/Dist/Zilla/Plugin/FakeFaker.pm",
"version" : "0.04",
"name" : "Dist::Zilla::Plugin::FakeFaker",
"version_numified" : 0.04
}
]
},
"_index" : "cpan_v1",
"_id" : "5_qfdDN7diHcOZmvRQmOIfRw_MM",
"_type" : "file"
},
{
"_score" : 0.16565697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"189",
"26"
],
"abstract.analyzed" : "Rampage through CPAN-Tokyo the NRR way!",
"date" : "2012-05-01T15:50:36.000Z",
"status" : "latest",
"release" : "Dist-Zilla-PluginBundle-NRR-0.121220",
"path" : "lib/Dist/Zilla/PluginBundle/NRR.pm",
"author" : "NRR",
"distribution" : "Dist-Zilla-PluginBundle-NRR",
"indexed" : "true",
"documentation" : "Dist::Zilla::PluginBundle::NRR",
"id" : "7aJIUL_8_EL_4_MvHdVhSaswfPI",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "NRR/Dist-Zilla-PluginBundle-NRR-0.121220/lib/Dist/Zilla/PluginBundle/NRR.pm",
"version" : "0.121220",
"name" : "Dist::Zilla::PluginBundle::NRR",
"version_numified" : 0.12122
}
]
},
"_index" : "cpan_v1",
"_id" : "7aJIUL_8_EL_4_MvHdVhSaswfPI",
"_type" : "file"
},
{
"_score" : 0.16565697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"151",
"107"
],
"abstract.analyzed" : "build files by running an external command",
"date" : "2013-02-13T18:05:26.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-BuildFile-0.04",
"path" : "lib/Dist/Zilla/Plugin/BuildFile.pm",
"author" : "SWESTRUP",
"distribution" : "Dist-Zilla-Plugin-BuildFile",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::BuildFile",
"id" : "Wf8koaleMngeiSdt3OM2CPbRxc0",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "SWESTRUP/Dist-Zilla-Plugin-BuildFile-0.04/lib/Dist/Zilla/Plugin/BuildFile.pm",
"name" : "Dist::Zilla::Plugin::BuildFile",
"version_numified" : 0
}
]
},
"_index" : "cpan_v1",
"_id" : "Wf8koaleMngeiSdt3OM2CPbRxc0",
"_type" : "file"
},
{
"_score" : 0.16565697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"110",
"33"
],
"abstract.analyzed" : "Transient data about a traversed plugin/role/module",
"date" : "2013-11-12T02:18:57.000Z",
"status" : "latest",
"release" : "Dist-Zilla-App-Command-lsplugins-0.001000",
"path" : "lib/Dist/Zilla/lsplugins/Module.pm",
"author" : "KENTNL",
"distribution" : "Dist-Zilla-App-Command-lsplugins",
"indexed" : "true",
"documentation" : "Dist::Zilla::lsplugins::Module",
"id" : "xRkh6S_zzZRLaSK_dWNcv2Ur960",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "KENTNL/Dist-Zilla-App-Command-lsplugins-0.001000/lib/Dist/Zilla/lsplugins/Module.pm",
"version" : "0.001000",
"name" : "Dist::Zilla::lsplugins::Module",
"version_numified" : 0.001
}
]
},
"_index" : "cpan_v1",
"_id" : "xRkh6S_zzZRLaSK_dWNcv2Ur960",
"_type" : "file"
},
{
"_score" : 0.16565697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"153",
"71"
],
"abstract.analyzed" : "weave your Pod together from configuration and Dist::Zilla",
"date" : "2014-01-08T01:08:26.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-PodWeaver-4.005",
"path" : "lib/Dist/Zilla/Plugin/PodWeaver.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla-Plugin-PodWeaver",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::PodWeaver",
"id" : "2jHiOy7eyl5ZrzFQCUKuhMLqKS0",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-Plugin-PodWeaver-4.005/lib/Dist/Zilla/Plugin/PodWeaver.pm",
"version" : "4.005",
"name" : "Dist::Zilla::Plugin::PodWeaver",
"version_numified" : 4.005
}
]
},
"_index" : "cpan_v1",
"_id" : "2jHiOy7eyl5ZrzFQCUKuhMLqKS0",
"_type" : "file"
},
{
"_score" : 0.16565697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"130",
"148"
],
"abstract.analyzed" : "Include the Math::Int64 C client API in your distribution",
"date" : "2013-12-31T17:31:07.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-MathInt64-0.06",
"path" : "lib/Dist/Zilla/Plugin/MathInt64.pm",
"author" : "PLICEASE",
"distribution" : "Dist-Zilla-Plugin-MathInt64",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::MathInt64",
"id" : "rYa6V9TrXmXqJgsKpVec1zn6jc4",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "PLICEASE/Dist-Zilla-Plugin-MathInt64-0.06/lib/Dist/Zilla/Plugin/MathInt64.pm",
"version" : "0.06",
"name" : "Dist::Zilla::Plugin::MathInt64",
"version_numified" : 0.06
}
]
},
"_index" : "cpan_v1",
"_id" : "rYa6V9TrXmXqJgsKpVec1zn6jc4",
"_type" : "file"
},
{
"_score" : 0.16565697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"83",
"44"
],
"abstract.analyzed" : "Build a Build.PL that uses the current module to build itself",
"date" : "2013-05-25T17:40:49.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-BuildSelf-0.003",
"path" : "lib/Dist/Zilla/Plugin/BuildSelf.pm",
"author" : "LEONT",
"distribution" : "Dist-Zilla-Plugin-BuildSelf",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::BuildSelf",
"id" : "pnPjD_Y8rkCmewSMfVWgrKyDj2U",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "LEONT/Dist-Zilla-Plugin-BuildSelf-0.003/lib/Dist/Zilla/Plugin/BuildSelf.pm",
"version" : "0.003",
"name" : "Dist::Zilla::Plugin::BuildSelf",
"version_numified" : 0.003
}
]
},
"_index" : "cpan_v1",
"_id" : "pnPjD_Y8rkCmewSMfVWgrKyDj2U",
"_type" : "file"
},
{
"_score" : 0.16565697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"181",
"33"
],
"abstract.analyzed" : "like PodWeaver, but more erratic and amateurish",
"date" : "2013-07-06T11:55:30.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-PodPurler-0.093401",
"path" : "lib/Dist/Zilla/Plugin/PodPurler.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla-Plugin-PodPurler",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::PodPurler",
"id" : "epxjp6jwkQ0T0byDKrMSYgG6qFI",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-Plugin-PodPurler-0.093401/lib/Dist/Zilla/Plugin/PodPurler.pm",
"version" : "0.093401",
"name" : "Dist::Zilla::Plugin::PodPurler",
"version_numified" : 0.093401
}
]
},
"_index" : "cpan_v1",
"_id" : "epxjp6jwkQ0T0byDKrMSYgG6qFI",
"_type" : "file"
},
{
"_score" : 0.16565697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"17",
"38"
],
"abstract.analyzed" : "DEPRECATED - Use Test::LocalBrew instead",
"date" : "2014-03-09T05:10:41.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Test-LocalBrew-0.07",
"path" : "lib/Dist/Zilla/Plugin/LocalBrew.pm",
"author" : "RHOELZ",
"distribution" : "Dist-Zilla-Plugin-Test-LocalBrew",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::LocalBrew",
"id" : "C_CpOiFzftwOmPWEUacwVZfds9M",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RHOELZ/Dist-Zilla-Plugin-Test-LocalBrew-0.07/lib/Dist/Zilla/Plugin/LocalBrew.pm",
"version" : "0.07",
"name" : "Dist::Zilla::Plugin::LocalBrew",
"version_numified" : 0.07
}
]
},
"_index" : "cpan_v1",
"_id" : "C_CpOiFzftwOmPWEUacwVZfds9M",
"_type" : "file"
},
{
"_score" : 0.16565697,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"31",
"36"
],
"abstract.analyzed" : "something that injects module files into the dist",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Role/ModuleMaker.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Role::ModuleMaker",
"id" : "sn2yx2N2M3iddriGbNUScj9dA6E",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Role/ModuleMaker.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Role::ModuleMaker",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "sn2yx2N2M3iddriGbNUScj9dA6E",
"_type" : "file"
},
{
"_score" : 0.16514556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"58",
"91"
],
"abstract.analyzed" : "Stash containing list of contributors",
"date" : "2013-03-22T07:32:53.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Stash-Contributors-0.1.0",
"path" : "lib/Dist/Zilla/Stash/Contributors.pm",
"author" : "YANICK",
"distribution" : "Dist-Zilla-Stash-Contributors",
"indexed" : "true",
"documentation" : "Dist::Zilla::Stash::Contributors",
"id" : "_KT_IjFSxCiip_7SLdiOi5IH06I",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "YANICK/Dist-Zilla-Stash-Contributors-0.1.0/lib/Dist/Zilla/Stash/Contributors.pm",
"version" : "v0.1.0",
"name" : "Dist::Zilla::Stash::Contributors",
"version_numified" : 0.001
}
]
},
"_index" : "cpan_v1",
"_id" : "_KT_IjFSxCiip_7SLdiOi5IH06I",
"_type" : "file"
},
{
"_score" : 0.16514556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"19",
"24"
],
"abstract.analyzed" : "SYP's Dist::Zilla minting profile",
"date" : "2014-01-17T10:56:01.000Z",
"status" : "latest",
"release" : "Dist-Zilla-MintingProfile-SYP-0.008",
"path" : "lib/Dist/Zilla/MintingProfile/SYP.pm",
"author" : "SYP",
"distribution" : "Dist-Zilla-MintingProfile-SYP",
"indexed" : "true",
"documentation" : "Dist::Zilla::MintingProfile::SYP",
"id" : "0HB3nKbh9gYC1fevbmqSZsdxMoY",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "SYP/Dist-Zilla-MintingProfile-SYP-0.008/lib/Dist/Zilla/MintingProfile/SYP.pm",
"version" : "0.008",
"name" : "Dist::Zilla::MintingProfile::SYP",
"version_numified" : 0.008
}
]
},
"_index" : "cpan_v1",
"_id" : "0HB3nKbh9gYC1fevbmqSZsdxMoY",
"_type" : "file"
},
{
"_score" : 0.16514556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"450",
"316"
],
"abstract.analyzed" : "Process templates, including version numbers & changes",
"date" : "2014-04-26T21:28:54.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-TemplateCJM-4.22",
"path" : "lib/Dist/Zilla/Plugin/TemplateCJM.pm",
"author" : "CJM",
"distribution" : "Dist-Zilla-Plugin-TemplateCJM",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::TemplateCJM",
"id" : "k3ZIWf66mUcNhN8sSvMOeF3VqDc",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "CJM/Dist-Zilla-Plugin-TemplateCJM-4.22/lib/Dist/Zilla/Plugin/TemplateCJM.pm",
"version" : "4.22",
"name" : "Dist::Zilla::Plugin::TemplateCJM",
"version_numified" : 4.22
}
]
},
"_index" : "cpan_v1",
"_id" : "k3ZIWf66mUcNhN8sSvMOeF3VqDc",
"_type" : "file"
},
{
"_score" : 0.16514556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"15",
"26"
],
"abstract.analyzed" : "minting profile provider for Mozilla addons development",
"date" : "2012-02-15T03:10:05.000Z",
"status" : "latest",
"release" : "Dist-Zilla-Plugin-Moz-0.104",
"path" : "lib/Dist/Zilla/MintingProfile/Moz.pm",
"author" : "REDICAPS",
"distribution" : "Dist-Zilla-Plugin-Moz",
"indexed" : "true",
"documentation" : "Dist::Zilla::MintingProfile::Moz",
"id" : "_185cNuuTwp7kd_Ge5FzN2bTuCk",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "REDICAPS/Dist-Zilla-Plugin-Moz-0.104/lib/Dist/Zilla/MintingProfile/Moz.pm",
"version" : "0.104",
"name" : "Dist::Zilla::MintingProfile::Moz",
"version_numified" : 0.104
}
]
},
"_index" : "cpan_v1",
"_id" : "_185cNuuTwp7kd_Ge5FzN2bTuCk",
"_type" : "file"
},
{
"_score" : 0.16514556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"104",
"23"
],
"abstract.analyzed" : "Dist::Zilla plugin defaults for Milla",
"date" : "2014-05-08T15:35:31.000Z",
"status" : "latest",
"release" : "Dist-Milla-v1.0.5",
"path" : "lib/Dist/Zilla/PluginBundle/Milla.pm",
"author" : "MIYAGAWA",
"distribution" : "Dist-Milla",
"indexed" : "true",
"documentation" : "Dist::Zilla::PluginBundle::Milla",
"id" : "5_xbirxMX8r9q7Xb5KZ1IVhQYqw",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "MIYAGAWA/Dist-Milla-v1.0.5/lib/Dist/Zilla/PluginBundle/Milla.pm",
"name" : "Dist::Zilla::PluginBundle::Milla",
"version_numified" : 0
}
]
},
"_index" : "cpan_v1",
"_id" : "5_xbirxMX8r9q7Xb5KZ1IVhQYqw",
"_type" : "file"
},
{
"_score" : 0.16514556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"104",
"63"
],
"abstract.analyzed" : "take care of numbering versions so you don't have to",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Plugin/AutoVersion.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::AutoVersion",
"id" : "TYO6qGudAF90_uBWwDu3IpA1Qwk",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Plugin/AutoVersion.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Plugin::AutoVersion",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "TYO6qGudAF90_uBWwDu3IpA1Qwk",
"_type" : "file"
},
{
"_score" : 0.16514556,
"fields" : {
"authorized" : "true",
"pod_lines" : [
"205",
"88"
],
"abstract.analyzed" : "automatically extract prereqs from your modules",
"date" : "2014-05-21T01:13:43.000Z",
"status" : "latest",
"release" : "Dist-Zilla-5.019",
"path" : "lib/Dist/Zilla/Plugin/AutoPrereqs.pm",
"author" : "RJBS",
"distribution" : "Dist-Zilla",
"indexed" : "true",
"documentation" : "Dist::Zilla::Plugin::AutoPrereqs",
"id" : "l3N8ysYlVyraQSEn_ckc_pJTpP0",
"module" : [
{
"indexed" : true,
"authorized" : true,
"associated_pod" : "RJBS/Dist-Zilla-5.019/lib/Dist/Zilla/Plugin/AutoPrereqs.pm",
"version" : "5.019",
"name" : "Dist::Zilla::Plugin::AutoPrereqs",
"version_numified" : 5.019
}
]
},
"_index" : "cpan_v1",
"_id" : "l3N8ysYlVyraQSEn_ckc_pJTpP0",
"_type" : "file"
}
],
"max_score" : 0.27893198,
"total" : 1025
},
"_shards" : {
"failed" : 0,
"successful" : 5,
"total" : 5
},
"took" : 118,
"facets" : {
"count" : {
"other" : 0,
"terms" : [
{
"count" : 137,
"term" : "Dist-Zilla"
},
{
"count" : 17,
"term" : "Dist-Zilla-Plugin-JSAN"
},
{
"count" : 13,
"term" : "Dist-Zilla-PluginBundle-Author-Plicease"
},
{
"count" : 12,
"term" : "Dist-Zilla-Plugin-Web"
},
{
"count" : 12,
"term" : "Dist-Zilla-Plugin-Git"
},
{
"count" : 12,
"term" : "Acme-Prereq-BigDistro"
},
{
"count" : 11,
"term" : "Dist-Zilla-BeLike-CSJEWELL"
},
{
"count" : 10,
"term" : "Dist-Zilla-Plugins-CJM"
},
{
"count" : 10,
"term" : "Dist-Zilla-PluginBundle-ACPS"
},
{
"count" : 10,
"term" : "Dist-Zilla-Plugin-RunByBranch"
},
{
"count" : 9,
"term" : "Dist-Zilla-PluginBundle-RSRCHBOY"
},
{
"count" : 9,
"term" : "Dist-Zilla-Plugin-Run"
},
{
"count" : 9,
"term" : "Dist-Zilla-Plugin-Git-Remote-Check"
},
{
"count" : 8,
"term" : "Dist-Zilla-TravisCI"
},
{
"count" : 8,
"term" : "Dist-Zilla-Plugin-Moz"
},
{
"count" : 8,
"term" : "Dist-Zilla-LocaleTextDomain"
},
{
"count" : 7,
"term" : "Dist-Zilla-PluginBundle-ROKR"
},
{
"count" : 7,
"term" : "Dist-Zilla-Plugin-SVK"
},
{
"count" : 7,
"term" : "Dist-Zilla-App-Command-dumpphases"
},
{
"count" : 6,
"term" : "Dist-Zilla-Util-RoleDB"
},
{
"count" : 6,
"term" : "Dist-Zilla-Plugin-GitHub"
},
{
"count" : 6,
"term" : "Dist-Zilla-Deb"
},
{
"count" : 6,
"term" : "Dist-Milla"
},
{
"count" : 5,
"term" : "Dist-Zilla-PluginBundle-Git-CheckFor"
},
{
"count" : 5,
"term" : "Dist-Zilla-PluginBundle-Author-LOGIE"
},
{
"count" : 5,
"term" : "Dist-Zilla-Plugin-Prereqs-DarkPAN"
},
{
"count" : 5,
"term" : "Dist-Zilla-Plugin-Mercurial"
},
{
"count" : 4,
"term" : "Dist-Zilla-Stash-Store-Git"
},
{
"count" : 4,
"term" : "Dist-Zilla-Role-Tempdir"
},
{
"count" : 4,
"term" : "Dist-Zilla-PluginBundle-Author-SHARYANTO"
},
{
"count" : 4,
"term" : "Dist-Zilla-PluginBundle-Author-RWSTAUNER"
},
{
"count" : 4,
"term" : "Dist-Zilla-PluginBundle-Author-KENTNL"
},
{
"count" : 4,
"term" : "Dist-Zilla-Plugin-Subversion"
},
{
"count" : 4,
"term" : "Dist-Zilla-Plugin-MetaProvides"
},
{
"count" : 4,
"term" : "Dist-Zilla-Plugin-Catalyst"
},
{
"count" : 3,
"term" : "Dist-Zooky"
},
{
"count" : 3,
"term" : "Dist-Zilla-PluginBundle-YANICK"
},
{
"count" : 3,
"term" : "Dist-Zilla-PluginBundle-Prereqs"
},
{
"count" : 3,
"term" : "Dist-Zilla-PluginBundle-MITHALDU"
},
{
"count" : 3,
"term" : "Dist-Zilla-PluginBundle-LEONT"
},
{
"count" : 3,
"term" : "Dist-Zilla-PluginBundle-BAREFOOT"
},
{
"count" : 3,
"term" : "Dist-Zilla-PluginBundle-Author-LESPEA"
},
{
"count" : 3,
"term" : "Dist-Zilla-PluginBundle-Author-BBYRD"
},
{
"count" : 3,
"term" : "Dist-Zilla-Plugin-VersionFromScript"
},
{
"count" : 3,
"term" : "Dist-Zilla-Plugin-UploadToDuckPAN"
},
{
"count" : 3,
"term" : "Dist-Zilla-Plugin-PromptIfStale"
},
{
"count" : 3,
"term" : "Dist-Zilla-Plugin-NextVersion-Semantic"
},
{
"count" : 3,
"term" : "Dist-Zilla-Plugin-CheckExtraTests"
},
{
"count" : 3,
"term" : "Dist-Zilla-Plugin-ChangeStats-Git"
},
{
"count" : 3,
"term" : "Dist-Zilla-Config-Slicer"
},
{
"count" : 3,
"term" : "DBIx-Class-Migration"
},
{
"count" : 2,
"term" : "Zilla-Dist"
},
{
"count" : 2,
"term" : "Prophet-Devel"
},
{
"count" : 2,
"term" : "Pod-Weaver-Section-GenerateSection"
},
{
"count" : 2,
"term" : "Pod-Weaver-PluginBundle-Author-SHARYANTO"
},
{
"count" : 2,
"term" : "Pod-Weaver"
},
{
"count" : 2,
"term" : "Module-CPANfile"
},
{
"count" : 2,
"term" : "Module-Build-Service"
},
{
"count" : 2,
"term" : "Dist-Zilla-Util-Git-Wrapper"
},
{
"count" : 2,
"term" : "Dist-Zilla-Util-Git-Tags"
},
{
"count" : 2,
"term" : "Dist-Zilla-Util-Git-Refs"
},
{
"count" : 2,
"term" : "Dist-Zilla-Util-Git-Branches"
},
{
"count" : 2,
"term" : "Dist-Zilla-Util-EmulatePhase"
},
{
"count" : 2,
"term" : "Dist-Zilla-Util-BundleInfo"
},
{
"count" : 2,
"term" : "Dist-Zilla-Stash-Contributors"
},
{
"count" : 2,
"term" : "Dist-Zilla-Shell"
},
{
"count" : 2,
"term" : "Dist-Zilla-Role-ModuleIncluder"
},
{
"count" : 2,
"term" : "Dist-Zilla-PluginBundle-SILEX"
},
{
"count" : 2,
"term" : "Dist-Zilla-PluginBundle-SHANTANU"
},
{
"count" : 2,
"term" : "Dist-Zilla-PluginBundle-RJBS"
},
{
"count" : 2,
"term" : "Dist-Zilla-PluginBundle-ODYNIEC"
},
{
"count" : 2,
"term" : "Dist-Zilla-PluginBundle-NRR"
},
{
"count" : 2,
"term" : "Dist-Zilla-PluginBundle-MSCHOUT"
},
{
"count" : 2,
"term" : "Dist-Zilla-PluginBundle-MARCEL"
},
{
"count" : 2,
"term" : "Dist-Zilla-PluginBundle-JROCKWAY"
},
{
"count" : 2,
"term" : "Dist-Zilla-PluginBundle-IDOPEREL"
},
{
"count" : 2,
"term" : "Dist-Zilla-PluginBundle-HARTZELL"
},
{
"count" : 2,
"term" : "Dist-Zilla-PluginBundle-GRS"
},
{
"count" : 2,
"term" : "Dist-Zilla-PluginBundle-GETTY"
},
{
"count" : 2,
"term" : "Dist-Zilla-PluginBundle-FFFINKEL"
},
{
"count" : 2,
"term" : "Dist-Zilla-PluginBundle-DAGOLDEN"
},
{
"count" : 2,
"term" : "Dist-Zilla-PluginBundle-BioPerl"
},
{
"count" : 2,
"term" : "Dist-Zilla-PluginBundle-Author-YAKEX"
},
{
"count" : 2,
"term" : "Dist-Zilla-PluginBundle-Author-RUSSOZ"
},
{
"count" : 2,
"term" : "Dist-Zilla-PluginBundle-Author-RTHOMPSON"
},
{
"count" : 2,
"term" : "Dist-Zilla-PluginBundle-Author-OLIVER"
},
{
"count" : 2,
"term" : "Dist-Zilla-PluginBundle-Author-MELO"
},
{
"count" : 2,
"term" : "Dist-Zilla-PluginBundle-Author-MAXHQ"
},
{
"count" : 2,
"term" : "Dist-Zilla-PluginBundle-Author-IOANR"
},
{
"count" : 2,
"term" : "Dist-Zilla-PluginBundle-Author-GETTY"
},
{
"count" : 2,
"term" : "Dist-Zilla-PluginBundle-Author-ETHER"
},
{
"count" : 2,
"term" : "Dist-Zilla-PluginBundle-Author-Celogeek"
},
{
"count" : 2,
"term" : "Dist-Zilla-PluginBundle-Author-CHIM"
},
{
"count" : 2,
"term" : "Dist-Zilla-PluginBundle-Author-ALEXBIO"
},
{
"count" : 2,
"term" : "Dist-Zilla-PluginBundle-ARJONES"
},
{
"count" : 2,
"term" : "Dist-Zilla-PluginBundle-AJGB"
},
{
"count" : 2,
"term" : "Dist-Zilla-Plugin-TestMLIncluder"
},
{
"count" : 2,
"term" : "Dist-Zilla-Plugin-Test-UnusedVars"
},
{
"count" : 2,
"term" : "Dist-Zilla-Plugin-Test-Synopsis"
},
{
"count" : 2,
"term" : "Dist-Zilla-Plugin-Test-Portability"
},
{
"count" : 2,
"term" : "Dist-Zilla-Plugin-Test-PodSpelling"
},
{
"count" : 2,
"term" : "Dist-Zilla-Plugin-Test-Perl-Critic"
},
{
"count" : 2,
"term" : "Dist-Zilla-Plugin-Test-NoTabs"
},
{
"count" : 2,
"term" : "Dist-Zilla-Plugin-Test-MinimumVersion"
},
{
"count" : 2,
"term" : "Dist-Zilla-Plugin-Test-LocalBrew"
},
{
"count" : 2,
"term" : "Dist-Zilla-Plugin-Test-DistManifest"
},
{
"count" : 2,
"term" : "Dist-Zilla-Plugin-Test-CheckChanges"
},
{
"count" : 2,
"term" : "Dist-Zilla-Plugin-TaskWeaver"
},
{
"count" : 2,
"term" : "Dist-Zilla-Plugin-RPM-Push"
},
{
"count" : 2,
"term" : "Dist-Zilla-Plugin-RPM"
},
{
"count" : 2,
"term" : "Dist-Zilla-Plugin-PerlTidy"
},
{
"count" : 2,
"term" : "Dist-Zilla-Plugin-MungeFile-WithDataSection"
},
{
"count" : 2,
"term" : "Dist-Zilla-Plugin-ModuleBuildDatabase"
},
{
"count" : 2,
"term" : "Dist-Zilla-Plugin-MetaData-BuiltWith"
},
{
"count" : 2,
"term" : "Dist-Zilla-Plugin-Meta-Dynamic-Config"
},
{
"count" : 2,
"term" : "Dist-Zilla-Plugin-FileKeywords"
},
{
"count" : 2,
"term" : "Dist-Zilla-Plugin-Config-Git"
},
{
"count" : 2,
"term" : "Dist-Zilla-Plugin-CheckChangesHasContent"
},
{
"count" : 2,
"term" : "Dist-Zilla-Plugin-ChangesFromYaml"
},
{
"count" : 2,
"term" : "Dist-Zilla-Plugin-BundleInspector"
},
{
"count" : 2,
"term" : "Dist-Zilla-Plugin-BumpVersionAfterRelease"
},
{
"count" : 2,
"term" : "Dist-Zilla-Plugin-Alien"
},
{
"count" : 2,
"term" : "Dist-Zilla-MintingProfile-Clustericious"
},
{
"count" : 2,
"term" : "Dist-Zilla-App-Command-weaverconf"
},
{
"count" : 2,
"term" : "Dist-Zilla-App-Command-lsplugins"
},
{
"count" : 2,
"term" : "Data-Sah"
},
{
"count" : 2,
"term" : "CPAN-Local"
},
{
"count" : 2,
"term" : "Book-Chinese-MasterPerlToday"
},
{
"count" : 1,
"term" : "strictures"
},
{
"count" : 1,
"term" : "perlfaq"
},
{
"count" : 1,
"term" : "libintl-perl"
},
{
"count" : 1,
"term" : "lib-with-preamble"
},
{
"count" : 1,
"term" : "forkprove"
},
{
"count" : 1,
"term" : "Yahoo-Search"
},
{
"count" : 1,
"term" : "WebService-Edgecast"
},
{
"count" : 1,
"term" : "Tutorial-Perl-Como-Criar-Utilizar-Instalar-Publicar-Modulos-do-CPAN-PT-BR"
},
{
"count" : 1,
"term" : "Test-Rinci"
},
{
"count" : 1,
"term" : "Test-NoSmartComments"
},
{
"count" : 1,
"term" : "Test-Mojibake"
},
{
"count" : 1,
"term" : "Test-Kwalitee-Extra"
},
{
"count" : 1,
"term" : "Test-Kwalitee"
},
{
"count" : 1,
"term" : "Test-File-ShareDir"
},
{
"count" : 1,
"term" : "Test-CChecker"
},
{
"count" : 1,
"term" : "Task-OSDC2012"
},
{
"count" : 1,
"term" : "Task-LiveDVD-FrankfurtPM"
},
{
"count" : 1,
"term" : "Task-Kensho-ModuleDev"
},
{
"count" : 1,
"term" : "Task-Kensho"
},
{
"count" : 1,
"term" : "Task-Dist-Zilla"
},
{
"count" : 1,
"term" : "Task-Cpanel-Internal"
},
{
"count" : 1,
"term" : "Task-BeLike-hanekomu"
},
{
"count" : 1,
"term" : "Task-BeLike-YANICK"
},
{
"count" : 1,
"term" : "Task-BeLike-XAERXESS"
},
{
"count" : 1,
"term" : "Task-BeLike-SHARYANTO-Favorited"
},
{
"count" : 1,
"term" : "Task-BeLike-SHARYANTO-Devel"
},
{
"count" : 1,
"term" : "Task-BeLike-SHARYANTO-Authored"
},
{
"count" : 1,
"term" : "Task-BeLike-SCHWIGON"
},
{
"count" : 1,
"term" : "Task-BeLike-RSRCHBOY"
},
{
"count" : 1,
"term" : "Task-BeLike-RJBS"
},
{
"count" : 1,
"term" : "Task-BeLike-MSCHOUT"
},
{
"count" : 1,
"term" : "Task-BeLike-LOGIE"
},
{
"count" : 1,
"term" : "Task-BeLike-LESPEA"
},
{
"count" : 1,
"term" : "Task-BeLike-GETTY"
},
{
"count" : 1,
"term" : "Task-BeLike-GENEHACK"
},
{
"count" : 1,
"term" : "Task-BeLike-FLORA"
},
{
"count" : 1,
"term" : "Task-BeLike-FIBO"
},
{
"count" : 1,
"term" : "Task-BeLike-DOY"
},
{
"count" : 1,
"term" : "Task-BeLike-DAGOLDEN"
},
{
"count" : 1,
"term" : "Task-BeLike-Cebjyre"
},
{
"count" : 1,
"term" : "Task-BeLike-AMD"
},
{
"count" : 1,
"term" : "Sub-Documentation"
},
{
"count" : 1,
"term" : "Software-License-GPL3andArtistic2"
},
{
"count" : 1,
"term" : "Software-License"
},
{
"count" : 1,
"term" : "Silki"
},
{
"count" : 1,
"term" : "SVN-Web"
},
{
"count" : 1,
"term" : "Reply"
},
{
"count" : 1,
"term" : "Reflex"
},
{
"count" : 1,
"term" : "RT-ClientX-GrabBugs"
},
{
"count" : 1,
"term" : "Pod-Weaver-Section-Template"
},
{
"count" : 1,
"term" : "Pod-Weaver-Section-Support"
},
{
"count" : 1,
"term" : "Pod-Weaver-Section-SeeAlso"
},
{
"count" : 1,
"term" : "Pod-Weaver-Section-Contributors"
},
{
"count" : 1,
"term" : "Pod-Weaver-Section-Consumes"
},
{
"count" : 1,
"term" : "Pod-Weaver-Section-BugsAndLimitations"
},
{
"count" : 1,
"term" : "Pod-Weaver-Section-Availability"
},
{
"count" : 1,
"term" : "Pod-Weaver-PluginBundle-TAPPER"
},
{
"count" : 1,
"term" : "Pod-Weaver-PluginBundle-SCHWIGON"
},
{
"count" : 1,
"term" : "Pod-Weaver-PluginBundle-KEEDI"
},
{
"count" : 1,
"term" : "Pod-Weaver-PluginBundle-FLORA"
},
{
"count" : 1,
"term" : "Pod-Weaver-PluginBundle-Author-LXP"
},
{
"count" : 1,
"term" : "Pod-Weaver-PluginBundle-Apocalyptic"
},
{
"count" : 1,
"term" : "Pod-Weaver-PluginBundle-AMD"
},
{
"count" : 1,
"term" : "Pod-Weaver-Plugin-StopWords"
},
{
"count" : 1,
"term" : "Pod-Weaver-Plugin-EnsureUniqueSections"
},
{
"count" : 1,
"term" : "Pod-Simple-Wiki"
},
{
"count" : 1,
"term" : "Pod-Elemental-Transformer-Include"
},
{
"count" : 1,
"term" : "Pod-Elemental-Transformer-ExampleRunner"
},
{
"count" : 1,
"term" : "Pod-CYOA"
},
{
"count" : 1,
"term" : "Pinto"
},
{
"count" : 1,
"term" : "Perl-PrereqScanner-Scanner-MooseXTypesCombine"
},
{
"count" : 1,
"term" : "Perinci-Sub-Wrapper"
},
{
"count" : 1,
"term" : "Perinci-Exporter"
},
{
"count" : 1,
"term" : "Perinci"
},
{
"count" : 1,
"term" : "Path-IsDev"
},
{
"count" : 1,
"term" : "Parse-Syslog-Line"
},
{
"count" : 1,
"term" : "Parse-Path"
},
{
"count" : 1,
"term" : "Padre-Plugin-DistZilla"
},
{
"count" : 1,
"term" : "Moose"
},
{
"count" : 1,
"term" : "Mojolicious-Command-listdeps"
},
{
"count" : 1,
"term" : "Module-Signature"
},
{
"count" : 1,
"term" : "Module-Provision"
},
{
"count" : 1,
"term" : "Module-Install-Contributors"
},
{
"count" : 1,
"term" : "Module-Build-Tiny"
},
{
"count" : 1,
"term" : "Minilla"
},
{
"count" : 1,
"term" : "MetaPOD"
},
{
"count" : 1,
"term" : "Mason"
},
{
"count" : 1,
"term" : "MarpaX-Simple"
},
{
"count" : 1,
"term" : "Jedi-Plugin-Template"
},
{
"count" : 1,
"term" : "Installer"
},
{
"count" : 1,
"term" : "HTTP-BrowserDetect"
},
{
"count" : 1,
"term" : "Git-Wrapper-Plus"
},
{
"count" : 1,
"term" : "Git-DescribeVersion"
},
{
"count" : 1,
"term" : "File-ShareDir-Tarball"
},
{
"count" : 1,
"term" : "File-ShareDir"
},
{
"count" : 1,
"term" : "FFI-Util"
},
{
"count" : 1,
"term" : "ExtUtils-MakeMaker-Dist-Zilla-Develop"
},
{
"count" : 1,
"term" : "EFL"
},
{
"count" : 1,
"term" : "Dist-Zilla-UtilRole-MaybeZilla"
},
{
"count" : 1,
"term" : "Dist-Zilla-Util-Test-KENTNL"
},
{
"count" : 1,
"term" : "Dist-Zilla-Util-SimpleMunge"
},
{
"count" : 1,
"term" : "Dist-Zilla-Util-FileGenerator"
},
{
"count" : 1,
"term" : "Dist-Zilla-Util-CurrentCmd"
},
{
"count" : 1,
"term" : "Dist-Zilla-Stash-PodWeaver"
},
{
"count" : 1,
"term" : "Dist-Zilla-Stash-PAUSE-Encrypted"
},
{
"count" : 1,
"term" : "Dist-Zilla-Role-Version-Sanitize"
},
{
"count" : 1,
"term" : "Dist-Zilla-Role-Store"
},
{
"count" : 1,
"term" : "Dist-Zilla-Role-Stash-Plugins"
},
{
"count" : 1,
"term" : "Dist-Zilla-Role-RegisterStash"
},
{
"count" : 1,
"term" : "Dist-Zilla-Role-PluginBundle-PluginRemover"
},
{
"count" : 1,
"term" : "Dist-Zilla-Role-PluginBundle-Merged"
},
{
"count" : 1,
"term" : "Dist-Zilla-Role-MetaCPANInterfacer"
},
{
"count" : 1,
"term" : "Dist-Zilla-Role-File-ChangeNotification"
},
{
"count" : 1,
"term" : "Dist-Zilla-Role-EnsureStash"
},
{
"count" : 1,
"term" : "Dist-Zilla-Role-DynamicConfig"
},
{
"count" : 1,
"term" : "Dist-Zilla-Role-ContributorSource"
},
{
"count" : 1,
"term" : "Dist-Zilla-Role-BundleDeps"
},
{
"count" : 1,
"term" : "Dist-Zilla-Role-Bootstrap"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-WOLVERIAN"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-TestingMania"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-TAPPER"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-SCHWIGON"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-Rakudo"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-RBUELS"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-RBO"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-PDONELAN"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-NUFFIN"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-NIGELM"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-JAITKEN"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-INGY"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-GPHAT"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-GENEHACK"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-FLORA"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-FAYLAND"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-Dancer"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-DROLSKY"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-DOY"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-DBR"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-DANIELP"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-CJFIELDS"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-CHGOVUK"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-CEBJYRE"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-Bioperl"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-BINGOS"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-BESSARABV"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-Author-ZOFFIX"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-Author-XENO"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-Author-WOLVERIAN"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-Author-RHOELZ"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-Author-RAYM"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-Author-LXP"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-Author-KENTNL-Lite"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-Author-JQUELIN"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-Author-DOHERTY"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-Author-DBR"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-Author-CJM"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-Apocalyptic"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-AVAR"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-ARODLAND"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-ANELSON"
},
{
"count" : 1,
"term" : "Dist-Zilla-PluginBundle-AMD"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-test2t"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-jQuery"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-WSDL"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Version-Git-Flowish"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Version-FromSubversion"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-VerifyPhases"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-UploadToSFTP"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-UploadToGoogleCode"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-UploadToCpanSite"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Upload-SCP"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-TwitterBootstrap"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Twitter"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-TravisCI-StatusBadge"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-TravisCI"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Travis-ConfigForReleaseBranch"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-TidyAll"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-TextTabs"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-TestRun"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-TestBaseIncluder"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Test-Version"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Test-UseAllModules"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Test-TrailingSpace"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Test-Rinci"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Test-ReportPrereqs"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Test-Pod-No404s"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Test-Pod-LinkCheck"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Test-PAUSE-Permissions"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Test-NewVersion"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Test-Legal"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Test-Kwalitee-Extra"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Test-Kwalitee"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Test-Inline"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Test-Fixme"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Test-EOL"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Test-DiagINC"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Test-Compile-PerFile"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Test-Compile"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Test-CleanNamespaces"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Test-CheckManifest"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Test-CheckDeps"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Test-CheckBreaks"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Test-CPAN-Meta-JSON"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Test-CPAN-Changes"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-TemplateXS"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-TemplateFile"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-TemplateCJM"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Template-Tiny"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-SvnObtain"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-SurgicalPodWeaver"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Subversion-NextVersion"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Subversion-Check"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Substitute"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-SubmittingPatches"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-StaticVersion"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-SpellingCommonMistakesTests"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Signature"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-ShareDir-Tarball"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-ScpDeploy"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-SchwartzRatio"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-SanityTests"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-SHARYANTO-OurPkgVersion"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Rsync"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Rinci-Wrap"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Rinci-Validate"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-ReversionOnRelease"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-RequiresExternal"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Repository"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-ReportVersions-Tiny"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-ReportVersions"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-ReportPhase"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-RemovePrereqsMatching"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-RemovePhasedPrereqs"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-ReleaseOnlyWithLatest"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-ReadmeMarkdownFromPod"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-ReadmeFromPod"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-ReadmeAnyFromPod"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-PurePerlTests"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Prereqs-SyncVersions"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Prereqs-Soften"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Prereqs-Recommend-MatchInstalled"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Prereqs-Plugins"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Prereqs-MatchInstalled-All"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Prereqs-MatchInstalled"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Prereqs-FromCPANfile"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Prereqs-AuthorDeps"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Prepender"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-PrePAN"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-PodWeaverIfPod"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-PodWeaver"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-PodPurler"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-PodLoom"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-PodInherit"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Pod2Html"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Pod-Spiffy"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-PkgVersionIfModuleWithPod"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Pinto-Add"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-PerlVersionPrereqs"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-PPPort"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-OverridePkgVersion"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-OurPkgVersion"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-OurDate"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-OptionalFeature"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-OnlyCorePrereqs"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-OSPrereqs"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-NoSmartCommentsTests"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-NoAutomatedTesting"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-NameFromDirectory"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-MungeFile-WithConfigFile"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-MojibakeTests"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-ModuleInstall"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-ModuleBuildTiny-Fallback"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-ModuleBuildTiny"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-ModuleBuild-XSOrPP"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-ModuleBuild-RequireXS"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-ModuleBuild-OptionalXS"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-MinimumPerlFast"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-MinimumPerl"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-MetaResourcesFromGit"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-MetaProvides-Package"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-MetaProvides-FromFile"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-MetaProvides-Class"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Meta-Contributors"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-MathInt64"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-MatchManifest"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-ManifestInRoot"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-MakeMaker-SkipInstall"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-MakeMaker-IncShareDir"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-MakeMaker-Highlander"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-MakeMaker-Fallback"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-MakeMaker-Awesome"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-LogContextual"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-LocaleMsgfmt"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-LicenseFromModule"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-LaunchpadPPA"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-LatestPrereqs"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Keywords"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-JavaScript-Minifier"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-InstallRelease"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-InstallGuide"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-InsertExample"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-InsertCopyright"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Inject"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Homepage"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-HelpWanted"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-HasVersionTests"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-GithubMeta"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-GitObtain"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-GitFmtChanges"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Git-Tag-ForRelease"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Git-PushInitial"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Git-NextVersion-Sanitized"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Git-NextRelease"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Git-ExcludeUntracked"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Git-DescribeVersion"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Git-Describe"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-GenerateFile-ShareDir"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-GatherFromManifest"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-FindDirByRegex"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-FatPacker"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-FakeFaker"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Extras"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-EnsurePrereqsInstalled"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-EmailNotify"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-EOLTests"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-DynamicPrereqs"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-DuckpanMeta"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-DualLife"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-DualBuilders"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Dpkg-PerlbrewStarman"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Dpkg"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Doppelgaenger"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-DOAP"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-CustomLicense"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Covenant"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-CopyTo"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-CopyReadmeFromBuild"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-CopyFilesFromRelease"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-CopyFilesFromBuild"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-ConvertYAMLChanges"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Control-Debian"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-ContributorsFromPod"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-ContributorsFromGit"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-ContributorsFile"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-ConsistentVersionTest"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Conflicts"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-CoderwallEndorse"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-CoalescePod"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Clean"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Chrome-ExtraPrompt"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-CheckVersionIncrement"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-CheckStrictVersion"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-CheckSelfDependency"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-CheckPrereqsIndexed"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-CheckMetaResources"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-CheckLib"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-CheckIssues"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-CheckEmacsChangeLog"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-CheckChangeLog"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-CheckBin"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-ChangelogFromGit-Debian-Sequential"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-ChangelogFromGit-Debian"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-ChangelogFromGit-CPAN-Changes"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-ChangelogFromGit"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-CSS-Compressor"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-BumpVersionFromGit"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-BuildSelf"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-BuildFile"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Bugtracker"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Breaks"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Bootstrap-lib"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Bootstrap-ShareDir-Module"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Bootstrap-ShareDir-Dist"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-BlockRelease"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-AutoVersion-Relative"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-AutoModuleShareDirs"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-AutoMetaResources"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Authority"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Author-SHARYANTO-MetaResources"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-Author-KENTNL-Prereqs-Latest-Selective"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-AssertOS"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-AppendExternalData"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-ApocalypseTests"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-ApacheTest"
},
{
"count" : 1,
"term" : "Dist-Zilla-Plugin-AbstractFromPOD"
},
{
"count" : 1,
"term" : "Dist-Zilla-MintingProfile-SYP"
},
{
"count" : 1,
"term" : "Dist-Zilla-MintingProfile-RTx"
},
{
"count" : 1,
"term" : "Dist-Zilla-MintingProfile-Project-OSM"
},
{
"count" : 1,
"term" : "Dist-Zilla-MintingProfile-PLTK"
},
{
"count" : 1,
"term" : "Dist-Zilla-MintingProfile-MooseXDeclare"
},
{
"count" : 1,
"term" : "Dist-Zilla-MintingProfile-Author-FIBO"
},
{
"count" : 1,
"term" : "Dist-Zilla-MintingProfile-Author-Caelum"
},
{
"count" : 1,
"term" : "Dist-Zilla-MintingProfile-Author-ARODLAND"
},
{
"count" : 1,
"term" : "Dist-Zilla-App-Command-self"
},
{
"count" : 1,
"term" : "Dist-Zilla-App-Command-pot"
},
{
"count" : 1,
"term" : "Dist-Zilla-App-Command-podpreview"
},
{
"count" : 1,
"term" : "Dist-Zilla-App-Command-dumpwith"
},
{
"count" : 1,
"term" : "Dist-Zilla-App-Command-dhmakeperl"
},
{
"count" : 1,
"term" : "Dist-Zilla-App-Command-critic"
},
{
"count" : 1,
"term" : "Dist-Zilla-App-Command-cover"
},
{
"count" : 1,
"term" : "Dist-Inkt"
},
{
"count" : 1,
"term" : "Dist-Dzpl"
},
{
"count" : 1,
"term" : "Dist-Create-TaskBeLikeFavorited"
},
{
"count" : 1,
"term" : "Dist-CheckConflicts"
},
{
"count" : 1,
"term" : "Data-Rx-Tools-ShareDirValidator"
},
{
"count" : 1,
"term" : "Config-Model-OpenSsh"
},
{
"count" : 1,
"term" : "Config-MVP-Writer-INI"
},
{
"count" : 1,
"term" : "Config-MVP"
},
{
"count" : 1,
"term" : "Class-Discover"
},
{
"count" : 1,
"term" : "Catalyst-Plugin-Session-PSGI"
},
{
"count" : 1,
"term" : "CPAN-Meta"
},
{
"count" : 1,
"term" : "CPAN-Critic-Module-Abstract"
},
{
"count" : 1,
"term" : "CPAN-Changes"
},
{
"count" : 1,
"term" : "Bundle-SYP"
},
{
"count" : 1,
"term" : "Bundle-RBO"
},
{
"count" : 1,
"term" : "Bundle-AndyA"
},
{
"count" : 1,
"term" : "Brickyard"
},
{
"count" : 1,
"term" : "BioPerl"
},
{
"count" : 1,
"term" : "Bash-Completion-Plugins-dzil"
},
{
"count" : 1,
"term" : "App-podweaver"
},
{
"count" : 1,
"term" : "App-norepeat"
},
{
"count" : 1,
"term" : "App-ParseCPANChanges"
},
{
"count" : 1,
"term" : "App-Mypp"
},
{
"count" : 1,
"term" : "App-ModuleBuildTiny"
},
{
"count" : 1,
"term" : "App-Midgen"
},
{
"count" : 1,
"term" : "App-LintPrereqs"
},
{
"count" : 1,
"term" : "App-DuckPAN"
},
{
"count" : 1,
"term" : "Acme-rafl-Everywhere"
},
{
"count" : 1,
"term" : "Acme-String-Trim"
},
{
"count" : 1,
"term" : "Acme-LookOfDisapproval"
},
{
"count" : 1,
"term" : "Acme-CPANAuthors-Nonhuman"
}
],
"missing" : 0,
"_type" : "terms",
"total" : 1025
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment