{
  "abstract" : "A SearchIO implementation of NCBI Blast XML parsing.",
  "author" : [
     "cjfields <[email protected]>"
  ],
  "dynamic_config" : 0,
  "generated_by" : "Dist::Zilla version 6.010, CPAN::Meta::Converter version 2.150010",
  "license" : [
     "perl_5"
  ],
  "meta-spec" : {
     "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
     "version" : 2
  },
  "name" : "Bio-SearchIO-blastxml",
  "prereqs" : {
     "configure" : {
        "requires" : {
           "ExtUtils::MakeMaker" : "0"
        }
     },
     "develop" : {
        "requires" : {
           "Pod::Coverage::TrustPod" : "0",
           "Test::EOL" : "0",
           "Test::Mojibake" : "0",
           "Test::More" : "0.88",
           "Test::NoTabs" : "0",
           "Test::Pod" : "1.41",
           "Test::Pod::Coverage" : "1.08"
        }
     },
     "runtime" : {
        "requires" : {
           "Bio::Root::Root" : "0",
           "Bio::SearchIO" : "0",
           "Bio::SearchIO::IteratedSearchResultEventBuilder" : "0",
           "IO::File" : "0",
           "Time::HiRes" : "0",
           "XML::SAX" : "0",
           "XML::SAX::Base" : "0",
           "base" : "0",
           "strict" : "0"
        }
     },
     "test" : {
        "requires" : {
           "Bio::Root::Test" : "0",
           "File::Spec" : "0",
           "IO::Handle" : "0",
           "IPC::Open3" : "0",
           "Test::More" : "0",
           "lib" : "0",
           "perl" : "5.006",
           "warnings" : "0"
        }
     }
  },
  "release_status" : "stable",
  "resources" : {
     "bugtracker" : {
        "mailto" : "[email protected]",
        "web" : "https://github.com/bioperl/bio-searchio-blastxml/issues"
     },
     "homepage" : "https://metacpan.org/release/Bio-SearchIO-blastxml",
     "repository" : {
        "type" : "git",
        "url" : "git://github.com/bioperl/bio-searchio-blastxml.git",
        "web" : "https://github.com/bioperl/bio-searchio-blastxml"
     }
  },
  "version" : "1.70",
  "x_Dist_Zilla" : {
     "perl" : {
        "version" : "5.026000"
     },
     "plugins" : [
        {
           "class" : "Dist::Zilla::Plugin::GatherDir",
           "config" : {
              "Dist::Zilla::Plugin::GatherDir" : {
                 "exclude_filename" : [],
                 "exclude_match" : [],
                 "follow_symlinks" : 0,
                 "include_dotfiles" : 0,
                 "prefix" : "",
                 "prune_directory" : [],
                 "root" : "."
              }
           },
           "name" : "@BioPerl/@Filter/GatherDir",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::PruneCruft",
           "name" : "@BioPerl/@Filter/PruneCruft",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::ManifestSkip",
           "name" : "@BioPerl/@Filter/ManifestSkip",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::MetaYAML",
           "name" : "@BioPerl/@Filter/MetaYAML",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::License",
           "name" : "@BioPerl/@Filter/License",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::ExtraTests",
           "name" : "@BioPerl/@Filter/ExtraTests",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::ExecDir",
           "name" : "@BioPerl/@Filter/ExecDir",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::ShareDir",
           "name" : "@BioPerl/@Filter/ShareDir",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::MakeMaker",
           "config" : {
              "Dist::Zilla::Role::TestRunner" : {
                 "default_jobs" : 1
              }
           },
           "name" : "@BioPerl/@Filter/MakeMaker",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::Manifest",
           "name" : "@BioPerl/@Filter/Manifest",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::TestRelease",
           "name" : "@BioPerl/@Filter/TestRelease",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::ConfirmRelease",
           "name" : "@BioPerl/@Filter/ConfirmRelease",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::UploadToCPAN",
           "name" : "@BioPerl/@Filter/UploadToCPAN",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::MetaConfig",
           "name" : "@BioPerl/MetaConfig",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::MetaJSON",
           "name" : "@BioPerl/MetaJSON",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::PkgVersion",
           "name" : "@BioPerl/PkgVersion",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
           "name" : "@BioPerl/PodSyntaxTests",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::Test::NoTabs",
           "config" : {
              "Dist::Zilla::Plugin::Test::NoTabs" : {
                 "filename" : "xt/author/no-tabs.t",
                 "finder" : [
                    ":InstallModules",
                    ":ExecFiles",
                    ":TestFiles"
                 ]
              }
           },
           "name" : "@BioPerl/Test::NoTabs",
           "version" : "0.15"
        },
        {
           "class" : "Dist::Zilla::Plugin::Test::Compile",
           "config" : {
              "Dist::Zilla::Plugin::Test::Compile" : {
                 "bail_out_on_fail" : 0,
                 "fail_on_warning" : "author",
                 "fake_home" : 0,
                 "filename" : "t/00-compile.t",
                 "module_finder" : [
                    ":InstallModules"
                 ],
                 "needs_display" : 0,
                 "phase" : "test",
                 "script_finder" : [
                    ":PerlExecFiles"
                 ],
                 "skips" : [],
                 "switch" : []
              }
           },
           "name" : "@BioPerl/Test::Compile",
           "version" : "2.057"
        },
        {
           "class" : "Dist::Zilla::Plugin::PodCoverageTests",
           "name" : "@BioPerl/PodCoverageTests",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::MojibakeTests",
           "name" : "@BioPerl/MojibakeTests",
           "version" : "0.8"
        },
        {
           "class" : "Dist::Zilla::Plugin::AutoPrereqs",
           "name" : "@BioPerl/AutoPrereqs",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::AutoMetaResources",
           "name" : "@BioPerl/AutoMetaResources",
           "version" : "1.21"
        },
        {
           "class" : "Dist::Zilla::Plugin::MetaResources",
           "name" : "@BioPerl/MetaResources",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::Test::EOL",
           "config" : {
              "Dist::Zilla::Plugin::Test::EOL" : {
                 "filename" : "xt/author/eol.t",
                 "finder" : [
                    ":ExecFiles",
                    ":InstallModules",
                    ":TestFiles"
                 ],
                 "trailing_whitespace" : 1
              }
           },
           "name" : "@BioPerl/Test::EOL",
           "version" : "0.19"
        },
        {
           "class" : "Dist::Zilla::Plugin::Encoding",
           "name" : "@BioPerl/Encoding",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::PodWeaver",
           "config" : {
              "Dist::Zilla::Plugin::PodWeaver" : {
                 "config_plugins" : [
                    "@BioPerl"
                 ],
                 "finder" : [
                    ":InstallModules",
                    ":ExecFiles"
                 ],
                 "plugins" : [
                    {
                       "class" : "Pod::Weaver::Plugin::EnsurePod5",
                       "name" : "@CorePrep/EnsurePod5",
                       "version" : "4.015"
                    },
                    {
                       "class" : "Pod::Weaver::Plugin::H1Nester",
                       "name" : "@CorePrep/H1Nester",
                       "version" : "4.015"
                    },
                    {
                       "class" : "Pod::Weaver::Section::Name",
                       "name" : "@BioPerl/Name",
                       "version" : "4.015"
                    },
                    {
                       "class" : "Pod::Weaver::Section::Version",
                       "name" : "@BioPerl/Version",
                       "version" : "4.015"
                    },
                    {
                       "class" : "Pod::Weaver::Section::Region",
                       "name" : "@BioPerl/prelude",
                       "version" : "4.015"
                    },
                    {
                       "class" : "Pod::Weaver::Section::Generic",
                       "name" : "SYNOPSIS",
                       "version" : "4.015"
                    },
                    {
                       "class" : "Pod::Weaver::Section::Generic",
                       "name" : "DESCRIPTION",
                       "version" : "4.015"
                    },
                    {
                       "class" : "Pod::Weaver::Section::Generic",
                       "name" : "OVERVIEW",
                       "version" : "4.015"
                    },
                    {
                       "class" : "Pod::Weaver::Section::Collect",
                       "name" : "ATTRIBUTES",
                       "version" : "4.015"
                    },
                    {
                       "class" : "Pod::Weaver::Section::Collect",
                       "name" : "METHODS",
                       "version" : "4.015"
                    },
                    {
                       "class" : "Pod::Weaver::Section::Collect",
                       "name" : "FUNCTIONS",
                       "version" : "4.015"
                    },
                    {
                       "class" : "Pod::Weaver::Section::Collect",
                       "name" : "INTERNAL METHODS",
                       "version" : "4.015"
                    },
                    {
                       "class" : "Pod::Weaver::Section::Leftovers",
                       "name" : "@BioPerl/Leftovers",
                       "version" : "4.015"
                    },
                    {
                       "class" : "Pod::Weaver::Section::Region",
                       "name" : "@BioPerl/postlude",
                       "version" : "4.015"
                    },
                    {
                       "class" : "Pod::Weaver::Section::GenerateSection",
                       "name" : "FEEDBACK",
                       "version" : "1.06"
                    },
                    {
                       "class" : "Pod::Weaver::Section::GenerateSection",
                       "name" : "Mailing lists",
                       "version" : "1.06"
                    },
                    {
                       "class" : "Pod::Weaver::Section::GenerateSection",
                       "name" : "Support",
                       "version" : "1.06"
                    },
                    {
                       "class" : "Pod::Weaver::Section::GenerateSection",
                       "name" : "Reporting bugs",
                       "version" : "1.06"
                    },
                    {
                       "class" : "Pod::Weaver::Section::Legal::Complicated",
                       "name" : "@BioPerl/Legal",
                       "version" : "1.23"
                    },
                    {
                       "class" : "Pod::Weaver::Section::Contributors",
                       "name" : "@BioPerl/Contributors",
                       "version" : "0.009"
                    },
                    {
                       "class" : "Pod::Weaver::Plugin::SingleEncoding",
                       "name" : "SingleEncoding",
                       "version" : "4.015"
                    },
                    {
                       "class" : "Pod::Weaver::Plugin::Transformer",
                       "name" : "@BioPerl/List",
                       "version" : "4.015"
                    },
                    {
                       "class" : "Pod::Weaver::Plugin::EnsureUniqueSections",
                       "name" : "EnsureUniqueSections",
                       "version" : "0.163250"
                    }
                 ]
              }
           },
           "name" : "@BioPerl/PodWeaver",
           "version" : "4.008"
        },
        {
           "class" : "Dist::Zilla::Plugin::NextRelease",
           "name" : "@BioPerl/NextRelease",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::Git::Check",
           "config" : {
              "Dist::Zilla::Plugin::Git::Check" : {
                 "untracked_files" : "die"
              },
              "Dist::Zilla::Role::Git::DirtyFiles" : {
                 "allow_dirty" : [
                    "Changes",
                    "dist.ini"
                 ],
                 "allow_dirty_match" : [],
                 "changelog" : "Changes"
              },
              "Dist::Zilla::Role::Git::Repo" : {
                 "git_version" : "2.14.1",
                 "repo_root" : "."
              }
           },
           "name" : "@BioPerl/Git::Check",
           "version" : "2.042"
        },
        {
           "class" : "Dist::Zilla::Plugin::Git::Commit",
           "config" : {
              "Dist::Zilla::Plugin::Git::Commit" : {
                 "add_files_in" : [],
                 "commit_msg" : "v%v%n%n%c"
              },
              "Dist::Zilla::Role::Git::DirtyFiles" : {
                 "allow_dirty" : [
                    "Changes",
                    "dist.ini"
                 ],
                 "allow_dirty_match" : [],
                 "changelog" : "Changes"
              },
              "Dist::Zilla::Role::Git::Repo" : {
                 "git_version" : "2.14.1",
                 "repo_root" : "."
              },
              "Dist::Zilla::Role::Git::StringFormatter" : {
                 "time_zone" : "local"
              }
           },
           "name" : "@BioPerl/Git::Commit",
           "version" : "2.042"
        },
        {
           "class" : "Dist::Zilla::Plugin::Git::Tag",
           "config" : {
              "Dist::Zilla::Plugin::Git::Tag" : {
                 "branch" : null,
                 "changelog" : "Changes",
                 "signed" : 0,
                 "tag" : "Bio-SearchIO-blastxml-v1.70",
                 "tag_format" : "%N-v%v",
                 "tag_message" : "%N-v%v"
              },
              "Dist::Zilla::Role::Git::Repo" : {
                 "git_version" : "2.14.1",
                 "repo_root" : "."
              },
              "Dist::Zilla::Role::Git::StringFormatter" : {
                 "time_zone" : "local"
              }
           },
           "name" : "@BioPerl/Git::Tag",
           "version" : "2.042"
        },
        {
           "class" : "Dist::Zilla::Plugin::Prereqs",
           "config" : {
              "Dist::Zilla::Plugin::Prereqs" : {
                 "phase" : "runtime",
                 "type" : "requires"
              }
           },
           "name" : "Requires",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::FinderCode",
           "name" : ":InstallModules",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::FinderCode",
           "name" : ":IncModules",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::FinderCode",
           "name" : ":TestFiles",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::FinderCode",
           "name" : ":ExtraTestFiles",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::FinderCode",
           "name" : ":ExecFiles",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::FinderCode",
           "name" : ":PerlExecFiles",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::FinderCode",
           "name" : ":ShareFiles",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::FinderCode",
           "name" : ":MainModule",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::FinderCode",
           "name" : ":AllFiles",
           "version" : "6.010"
        },
        {
           "class" : "Dist::Zilla::Plugin::FinderCode",
           "name" : ":NoFiles",
           "version" : "6.010"
        }
     ],
     "zilla" : {
        "class" : "Dist::Zilla::Dist::Builder",
        "config" : {
           "is_trial" : 0
        },
        "version" : "6.010"
     }
  },
  "x_serialization_backend" : "Cpanel::JSON::XS version 3.0239"
}