The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "Perl extension for scrubbing/sanitizing html",
   "author" : [
      "Ruslan Zakirov <Ruslan.Zakirov@gmail.com>",
      "Nigel Metheringham <nigelm@cpan.org>",
      "D. H. <podmaster@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 5.039, CPAN::Meta::Converter version 2.150001",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "HTML-Scrubber",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Module::Build" : "0.28",
            "Test::CPAN::Meta" : "0",
            "Test::EOL" : "0",
            "Test::NoTabs" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.28"
         }
      },
      "develop" : {
         "requires" : {
            "Test::CPAN::Meta" : "0",
            "Test::EOL" : "0",
            "Test::More" : "0.88",
            "Test::NoTabs" : "0",
            "Test::Pod" : "1.41",
            "Test::Spelling" : "0.12",
            "Test::Synopsis" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "HTML::Entities" : "0",
            "HTML::Parser" : "3.47",
            "Scalar::Util" : "0",
            "perl" : "5.008",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "Carp" : "0",
            "File::Spec" : "0",
            "File::Temp" : "0",
            "IO::Handle" : "0",
            "IPC::Open3" : "0",
            "Test" : "0",
            "Test::Memory::Cycle" : "0",
            "Test::More" : "0.94",
            "blib" : "1.01",
            "utf8" : "0"
         }
      }
   },
   "provides" : {
      "HTML::Scrubber" : {
         "file" : "lib/HTML/Scrubber.pm",
         "version" : "0.15"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "mailto" : "bug-HTML-Scrubber@rt.cpan.org",
         "web" : "http://rt.cpan.org/Public/Dist/Display.html?Name=HTML-Scrubber"
      },
      "homepage" : "https://metacpan.org/release/HTML-Scrubber",
      "repository" : {
         "type" : "git",
         "url" : "https://github.com/nigelm/html-scrubber.git",
         "web" : "https://github.com/nigelm/html-scrubber"
      }
   },
   "version" : "0.15",
   "x_Dist_Zilla" : {
      "perl" : {
         "version" : "5.022000"
      },
      "plugins" : [
         {
            "class" : "Dist::Zilla::Plugin::Git::NextVersion",
            "config" : {
               "Dist::Zilla::Plugin::Git::NextVersion" : {
                  "first_version" : "0.01",
                  "version_by_branch" : 0,
                  "version_regexp" : "(?^:^release/(\\d+(?:\\.\\d+)+)(?:[-_].+)?$)"
               },
               "Dist::Zilla::Role::Git::Repo" : {
                  "repo_root" : "."
               }
            },
            "name" : "@NIGELM/Git::NextVersion",
            "version" : "2.036"
         },
         {
            "class" : "Dist::Zilla::Plugin::Git::Check",
            "config" : {
               "Dist::Zilla::Plugin::Git::Check" : {
                  "untracked_files" : "die"
               },
               "Dist::Zilla::Role::Git::DirtyFiles" : {
                  "allow_dirty" : [
                     "Changes",
                     "README",
                     "README.pod",
                     "dist.ini"
                  ],
                  "allow_dirty_match" : [],
                  "changelog" : "Changes"
               },
               "Dist::Zilla::Role::Git::Repo" : {
                  "repo_root" : "."
               }
            },
            "name" : "@NIGELM/Git::Check",
            "version" : "2.036"
         },
         {
            "class" : "Dist::Zilla::Plugin::Git::CheckFor::CorrectBranch",
            "config" : {
               "Dist::Zilla::Role::Git::Repo" : {
                  "repo_root" : "."
               }
            },
            "name" : "@NIGELM/Git::CheckFor::CorrectBranch",
            "version" : "0.013"
         },
         {
            "class" : "Dist::Zilla::Plugin::Git::CheckFor::MergeConflicts",
            "config" : {
               "Dist::Zilla::Role::Git::Repo" : {
                  "repo_root" : "."
               }
            },
            "name" : "@NIGELM/Git::CheckFor::MergeConflicts",
            "version" : "0.013"
         },
         {
            "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" : "@NIGELM/GatherDir",
            "version" : "5.039"
         },
         {
            "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" : []
               }
            },
            "name" : "@NIGELM/Test::Compile",
            "version" : "2.054"
         },
         {
            "class" : "Dist::Zilla::Plugin::Test::Perl::Critic",
            "name" : "@NIGELM/Test::Perl::Critic",
            "version" : "3.000"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaTests",
            "name" : "@NIGELM/MetaTests",
            "version" : "5.039"
         },
         {
            "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
            "name" : "@NIGELM/PodSyntaxTests",
            "version" : "5.039"
         },
         {
            "class" : "Dist::Zilla::Plugin::Test::PodSpelling",
            "name" : "@NIGELM/Test::PodSpelling",
            "version" : "2.006009"
         },
         {
            "class" : "Dist::Zilla::Plugin::Test::Portability",
            "name" : "@NIGELM/Test::Portability",
            "version" : "2.000006"
         },
         {
            "class" : "Dist::Zilla::Plugin::Test::Synopsis",
            "name" : "@NIGELM/Test::Synopsis",
            "version" : "2.000006"
         },
         {
            "class" : "Dist::Zilla::Plugin::Test::MinimumVersion",
            "name" : "@NIGELM/Test::MinimumVersion",
            "version" : "2.000006"
         },
         {
            "class" : "Dist::Zilla::Plugin::HasVersionTests",
            "name" : "@NIGELM/HasVersionTests",
            "version" : "1.101420"
         },
         {
            "class" : "Dist::Zilla::Plugin::Test::DistManifest",
            "name" : "@NIGELM/Test::DistManifest",
            "version" : "2.000005"
         },
         {
            "class" : "Dist::Zilla::Plugin::Test::UnusedVars",
            "name" : "@NIGELM/Test::UnusedVars",
            "version" : "2.000007"
         },
         {
            "class" : "Dist::Zilla::Plugin::Test::NoTabs",
            "config" : {
               "Dist::Zilla::Plugin::Test::NoTabs" : {
                  "filename" : "xt/author/no-tabs.t",
                  "finder" : [
                     ":InstallModules",
                     ":ExecFiles",
                     ":TestFiles"
                  ]
               }
            },
            "name" : "@NIGELM/Test::NoTabs",
            "version" : "0.15"
         },
         {
            "class" : "Dist::Zilla::Plugin::Test::EOL",
            "config" : {
               "Dist::Zilla::Plugin::Test::EOL" : {
                  "filename" : "xt/author/eol.t",
                  "finder" : [
                     ":InstallModules",
                     ":ExecFiles",
                     ":TestFiles"
                  ],
                  "trailing_whitespace" : "1"
               }
            },
            "name" : "@NIGELM/Test::EOL",
            "version" : "0.18"
         },
         {
            "class" : "Dist::Zilla::Plugin::InlineFiles",
            "name" : "@NIGELM/InlineFiles",
            "version" : "5.039"
         },
         {
            "class" : "Dist::Zilla::Plugin::ReportVersions",
            "name" : "@NIGELM/ReportVersions",
            "version" : "1.110730"
         },
         {
            "class" : "Dist::Zilla::Plugin::PruneCruft",
            "name" : "@NIGELM/PruneCruft",
            "version" : "5.039"
         },
         {
            "class" : "Dist::Zilla::Plugin::PruneFiles",
            "name" : "@NIGELM/PruneFiles",
            "version" : "5.039"
         },
         {
            "class" : "Dist::Zilla::Plugin::ManifestSkip",
            "name" : "@NIGELM/ManifestSkip",
            "version" : "5.039"
         },
         {
            "class" : "Dist::Zilla::Plugin::Prereqs",
            "config" : {
               "Dist::Zilla::Plugin::Prereqs" : {
                  "phase" : "build",
                  "type" : "requires"
               }
            },
            "name" : "@NIGELM/Prereqs",
            "version" : "5.039"
         },
         {
            "class" : "Dist::Zilla::Plugin::AutoPrereqs",
            "name" : "@NIGELM/AutoPrereqs",
            "version" : "5.039"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaConfig",
            "name" : "@NIGELM/MetaConfig",
            "version" : "5.039"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaProvides::Class",
            "config" : {
               "Dist::Zilla::Role::MetaProvider::Provider" : {
                  "inherit_missing" : "1",
                  "inherit_version" : "1",
                  "meta_noindex" : "1"
               }
            },
            "name" : "@NIGELM/MetaProvides::Class",
            "version" : "2.001000"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaProvides::Package",
            "config" : {
               "Dist::Zilla::Plugin::MetaProvides::Package" : {
                  "finder_objects" : [
                     {
                        "class" : "Dist::Zilla::Plugin::FinderCode",
                        "name" : "@NIGELM/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
                        "version" : "5.039"
                     }
                  ]
               },
               "Dist::Zilla::Role::MetaProvider::Provider" : {
                  "inherit_missing" : "1",
                  "inherit_version" : "1",
                  "meta_noindex" : "1"
               }
            },
            "name" : "@NIGELM/MetaProvides::Package",
            "version" : "2.003001"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaResources",
            "name" : "@NIGELM/MetaResources",
            "version" : "5.039"
         },
         {
            "class" : "Dist::Zilla::Plugin::Authority",
            "name" : "@NIGELM/Authority",
            "version" : "1.009"
         },
         {
            "class" : "Dist::Zilla::Plugin::ExtraTests",
            "name" : "@NIGELM/ExtraTests",
            "version" : "5.039"
         },
         {
            "class" : "Dist::Zilla::Plugin::NextRelease",
            "name" : "@NIGELM/NextRelease",
            "version" : "5.039"
         },
         {
            "class" : "Dist::Zilla::Plugin::OurPkgVersion",
            "name" : "@NIGELM/OurPkgVersion",
            "version" : "0.06"
         },
         {
            "class" : "Dist::Zilla::Plugin::PodWeaver",
            "config" : {
               "Dist::Zilla::Plugin::PodWeaver" : {
                  "config_plugins" : [
                     "@MARCEL"
                  ],
                  "finder" : [
                     ":InstallModules",
                     ":ExecFiles"
                  ],
                  "plugins" : [
                     {
                        "class" : "Pod::Weaver::Plugin::EnsurePod5",
                        "name" : "@CorePrep/EnsurePod5",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Plugin::H1Nester",
                        "name" : "@CorePrep/H1Nester",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Region",
                        "name" : "@Default/prelude",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Name",
                        "name" : "@Default/Name",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Version",
                        "name" : "@Default/Version",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Generic",
                        "name" : "SYNOPSIS",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Generic",
                        "name" : "DESCRIPTION",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Generic",
                        "name" : "OVERVIEW",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Collect",
                        "name" : "ATTRIBUTES",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Collect",
                        "name" : "METHODS",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Collect",
                        "name" : "FUNCTIONS",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Leftovers",
                        "name" : "@Default/Leftovers",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Region",
                        "name" : "@Default/postlude",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Installation",
                        "name" : "@Default/Installation",
                        "version" : "1.101421"
                     },
                     {
                        "class" : "Pod::Weaver::Section::BugsAndLimitations",
                        "name" : "@Default/BugsAndLimitations",
                        "version" : "1.20"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Availability",
                        "name" : "@Default/Availability",
                        "version" : "1.20"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Authors",
                        "name" : "@Default/Authors",
                        "version" : "4.012"
                     },
                     {
                        "class" : "Pod::Weaver::Section::Legal",
                        "name" : "@Default/Legal",
                        "version" : "4.012"
                     }
                  ]
               }
            },
            "name" : "@NIGELM/PodWeaver",
            "version" : "4.006"
         },
         {
            "class" : "Dist::Zilla::Plugin::License",
            "name" : "@NIGELM/License",
            "version" : "5.039"
         },
         {
            "class" : "Dist::Zilla::Plugin::ModuleBuild",
            "config" : {
               "Dist::Zilla::Role::TestRunner" : {
                  "default_jobs" : 1
               }
            },
            "name" : "@NIGELM/ModuleBuild",
            "version" : "5.039"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaYAML",
            "name" : "@NIGELM/MetaYAML",
            "version" : "5.039"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaJSON",
            "name" : "@NIGELM/MetaJSON",
            "version" : "5.039"
         },
         {
            "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
            "config" : {
               "Dist::Zilla::Role::FileWatcher" : {
                  "version" : "0.006"
               }
            },
            "name" : "@NIGELM/ReadmeTextInBuild",
            "version" : "0.150250"
         },
         {
            "class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
            "config" : {
               "Dist::Zilla::Role::FileWatcher" : {
                  "version" : "0.006"
               }
            },
            "name" : "@NIGELM/ReadmePodInRoot",
            "version" : "0.150250"
         },
         {
            "class" : "Dist::Zilla::Plugin::InstallGuide",
            "name" : "@NIGELM/InstallGuide",
            "version" : "1.200006"
         },
         {
            "class" : "Dist::Zilla::Plugin::Manifest",
            "name" : "@NIGELM/Manifest",
            "version" : "5.039"
         },
         {
            "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",
                     "README",
                     "README.pod",
                     "dist.ini"
                  ],
                  "allow_dirty_match" : [],
                  "changelog" : "Changes"
               },
               "Dist::Zilla::Role::Git::Repo" : {
                  "repo_root" : "."
               },
               "Dist::Zilla::Role::Git::StringFormatter" : {
                  "time_zone" : "local"
               }
            },
            "name" : "@NIGELM/Git::Commit",
            "version" : "2.036"
         },
         {
            "class" : "Dist::Zilla::Plugin::Git::Tag",
            "config" : {
               "Dist::Zilla::Plugin::Git::Tag" : {
                  "branch" : null,
                  "changelog" : "Changes",
                  "signed" : 0,
                  "tag" : "release/0.15",
                  "tag_format" : "release/%v%t",
                  "tag_message" : "Release of %v%t"
               },
               "Dist::Zilla::Role::Git::Repo" : {
                  "repo_root" : "."
               },
               "Dist::Zilla::Role::Git::StringFormatter" : {
                  "time_zone" : "local"
               }
            },
            "name" : "@NIGELM/Git::Tag",
            "version" : "2.036"
         },
         {
            "class" : "Dist::Zilla::Plugin::Git::CommitBuild",
            "config" : {
               "Dist::Zilla::Plugin::Git::CommitBuild" : {
                  "branch" : "",
                  "build_root" : null,
                  "message" : "Build results of %h (on %b)",
                  "multiple_inheritance" : 0,
                  "release_branch" : "cpan",
                  "release_message" : "CPAN Release of %v%t"
               },
               "Dist::Zilla::Role::Git::Repo" : {
                  "repo_root" : "."
               }
            },
            "name" : "@NIGELM/Git::CommitBuild",
            "version" : "2.036"
         },
         {
            "class" : "Dist::Zilla::Plugin::Git::Push",
            "config" : {
               "Dist::Zilla::Plugin::Git::Push" : {
                  "push_to" : [
                     "origin"
                  ],
                  "remotes_must_exist" : 1
               },
               "Dist::Zilla::Role::Git::Repo" : {
                  "repo_root" : "."
               }
            },
            "name" : "@NIGELM/Git::Push",
            "version" : "2.036"
         },
         {
            "class" : "Dist::Zilla::Plugin::CheckChangeLog",
            "name" : "@NIGELM/CheckChangeLog",
            "version" : "0.02"
         },
         {
            "class" : "Dist::Zilla::Plugin::UploadToCPAN",
            "name" : "@NIGELM/UploadToCPAN",
            "version" : "5.039"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":InstallModules",
            "version" : "5.039"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":IncModules",
            "version" : "5.039"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":TestFiles",
            "version" : "5.039"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":ExtraTestFiles",
            "version" : "5.039"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":ExecFiles",
            "version" : "5.039"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":PerlExecFiles",
            "version" : "5.039"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":ShareFiles",
            "version" : "5.039"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":MainModule",
            "version" : "5.039"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":AllFiles",
            "version" : "5.039"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : ":NoFiles",
            "version" : "5.039"
         },
         {
            "class" : "Dist::Zilla::Plugin::FinderCode",
            "name" : "@NIGELM/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
            "version" : "5.039"
         }
      ],
      "zilla" : {
         "class" : "Dist::Zilla::Dist::Builder",
         "config" : {
            "is_trial" : "0"
         },
         "version" : "5.039"
      }
   },
   "x_authority" : "cpan:NIGELM"
}