Hello community,
here is the log from the commit of package perl-HTML-Scrubber for
openSUSE:Factory checked in at 2015-10-19 22:49:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-HTML-Scrubber (Old)
and /work/SRC/openSUSE:Factory/.perl-HTML-Scrubber.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-HTML-Scrubber"
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-HTML-Scrubber/perl-HTML-Scrubber.changes
2015-04-18 10:39:51.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-HTML-Scrubber.new/perl-HTML-Scrubber.changes
2015-10-20 00:04:02.000000000 +0200
@@ -1,0 +2,11 @@
+Sun Oct 11 08:53:48 UTC 2015 - [email protected]
+
+- updated to 0.15
+ see /usr/share/doc/packages/perl-HTML-Scrubber/Changes
+
+ 0.15 2015-10-10 15:01:31+01:00 Europe/London
+ - Minor spelling check avoidance tweaks
+ - Enforce comments to be well formed, to resolve potential security issue
+ described in JVN53973084
+
+-------------------------------------------------------------------
Old:
----
HTML-Scrubber-0.14.tar.gz
New:
----
HTML-Scrubber-0.15.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-HTML-Scrubber.spec ++++++
--- /var/tmp/diff_new_pack.mESH8R/_old 2015-10-20 00:04:03.000000000 +0200
+++ /var/tmp/diff_new_pack.mESH8R/_new 2015-10-20 00:04:03.000000000 +0200
@@ -17,7 +17,7 @@
Name: perl-HTML-Scrubber
-Version: 0.14
+Version: 0.15
Release: 0
%define cpan_name HTML-Scrubber
Summary: Perl extension for scrubbing/sanitizing html
@@ -25,6 +25,7 @@
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/HTML-Scrubber/
Source0:
http://www.cpan.org/authors/id/N/NI/NIGELM/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
++++++ HTML-Scrubber-0.14.tar.gz -> HTML-Scrubber-0.15.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTML-Scrubber-0.14/Build.PL
new/HTML-Scrubber-0.15/Build.PL
--- old/HTML-Scrubber-0.14/Build.PL 2015-04-02 18:20:45.000000000 +0200
+++ new/HTML-Scrubber-0.15/Build.PL 2015-10-10 16:01:34.000000000 +0200
@@ -1,5 +1,5 @@
-# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild
v5.033.
+# This file was automatically generated by Dist::Zilla::Plugin::ModuleBuild
v5.039.
use strict;
use warnings;
@@ -23,10 +23,9 @@
"D. H. <podmaster\@cpan.org>"
],
"dist_name" => "HTML-Scrubber",
- "dist_version" => "0.14",
+ "dist_version" => "0.15",
"license" => "perl",
"module_name" => "HTML::Scrubber",
- "recommends" => {},
"recursive_test_files" => 1,
"requires" => {
"HTML::Entities" => 0,
@@ -36,7 +35,6 @@
"strict" => 0,
"warnings" => 0
},
- "script_files" => [],
"test_requires" => {
"Carp" => 0,
"File::Spec" => 0,
@@ -46,6 +44,7 @@
"Test" => 0,
"Test::Memory::Cycle" => 0,
"Test::More" => "0.94",
+ "blib" => "1.01",
"utf8" => 0
}
);
@@ -64,6 +63,7 @@
"Test::Memory::Cycle" => 0,
"Test::More" => "0.94",
"Test::NoTabs" => 0,
+ "blib" => "1.01",
"utf8" => 0
);
@@ -75,4 +75,5 @@
my $build = Module::Build->new(%module_build_args);
+
$build->create_build_script;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTML-Scrubber-0.14/Changes
new/HTML-Scrubber-0.15/Changes
--- old/HTML-Scrubber-0.14/Changes 2015-04-02 18:20:45.000000000 +0200
+++ new/HTML-Scrubber-0.15/Changes 2015-10-10 16:01:34.000000000 +0200
@@ -1,5 +1,10 @@
Revision history for Perl extension HTML::Scrubber.
+0.15 2015-10-10 15:01:31+01:00 Europe/London
+ - Minor spelling check avoidance tweaks
+ - Enforce comments to be well formed, to resolve potential security issue
+ described in JVN53973084
+
0.14 2015-04-02 17:20:41+01:00 Europe/London
- Travis integration (thanks to mrcaron)
- Fix some packaging/dist-zilla issues (thanks to mrcaron)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTML-Scrubber-0.14/MANIFEST
new/HTML-Scrubber-0.15/MANIFEST
--- old/HTML-Scrubber-0.14/MANIFEST 2015-04-02 18:20:45.000000000 +0200
+++ new/HTML-Scrubber-0.15/MANIFEST 2015-10-10 16:01:34.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v5.033.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest
v5.039.
Build.PL
Changes
INSTALL
@@ -24,6 +24,7 @@
t/author-eol.t
t/author-no-tabs.t
t/author-pod-spell.t
+t/jvn53973084.t
t/release-dist-manifest.t
t/release-distmeta.t
t/release-has-version.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTML-Scrubber-0.14/META.json
new/HTML-Scrubber-0.15/META.json
--- old/HTML-Scrubber-0.14/META.json 2015-04-02 18:20:45.000000000 +0200
+++ new/HTML-Scrubber-0.15/META.json 2015-10-10 16:01:34.000000000 +0200
@@ -6,7 +6,7 @@
"D. H. <[email protected]>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 5.033, CPAN::Meta::Converter version
2.143240",
+ "generated_by" : "Dist::Zilla version 5.039, CPAN::Meta::Converter version
2.150001",
"license" : [
"perl_5"
],
@@ -33,7 +33,7 @@
"requires" : {
"Test::CPAN::Meta" : "0",
"Test::EOL" : "0",
- "Test::More" : "0",
+ "Test::More" : "0.88",
"Test::NoTabs" : "0",
"Test::Pod" : "1.41",
"Test::Spelling" : "0.12",
@@ -60,6 +60,7 @@
"Test" : "0",
"Test::Memory::Cycle" : "0",
"Test::More" : "0.94",
+ "blib" : "1.01",
"utf8" : "0"
}
}
@@ -67,7 +68,7 @@
"provides" : {
"HTML::Scrubber" : {
"file" : "lib/HTML/Scrubber.pm",
- "version" : "0.14"
+ "version" : "0.15"
}
},
"release_status" : "stable",
@@ -79,14 +80,14 @@
"homepage" : "https://metacpan.org/release/HTML-Scrubber",
"repository" : {
"type" : "git",
- "url" : "git://github.com/nigelm/html-scrubber.git",
- "web" : "http://github.com/nigelm/html-scrubber"
+ "url" : "https://github.com/nigelm/html-scrubber.git",
+ "web" : "https://github.com/nigelm/html-scrubber"
}
},
- "version" : "0.14",
+ "version" : "0.15",
"x_Dist_Zilla" : {
"perl" : {
- "version" : "5.020001"
+ "version" : "5.022000"
},
"plugins" : [
{
@@ -94,7 +95,7 @@
"config" : {
"Dist::Zilla::Plugin::Git::NextVersion" : {
"first_version" : "0.01",
- "version_by_branch" : "0",
+ "version_by_branch" : 0,
"version_regexp" :
"(?^:^release/(\\d+(?:\\.\\d+)+)(?:[-_].+)?$)"
},
"Dist::Zilla::Role::Git::Repo" : {
@@ -102,7 +103,7 @@
}
},
"name" : "@NIGELM/Git::NextVersion",
- "version" : "2.028"
+ "version" : "2.036"
},
{
"class" : "Dist::Zilla::Plugin::Git::Check",
@@ -112,10 +113,10 @@
},
"Dist::Zilla::Role::Git::DirtyFiles" : {
"allow_dirty" : [
- "dist.ini",
"Changes",
"README",
- "README.pod"
+ "README.pod",
+ "dist.ini"
],
"allow_dirty_match" : [],
"changelog" : "Changes"
@@ -125,7 +126,27 @@
}
},
"name" : "@NIGELM/Git::Check",
- "version" : "2.028"
+ "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",
@@ -133,15 +154,15 @@
"Dist::Zilla::Plugin::GatherDir" : {
"exclude_filename" : [],
"exclude_match" : [],
- "follow_symlinks" : "0",
- "include_dotfiles" : "0",
+ "follow_symlinks" : 0,
+ "include_dotfiles" : 0,
"prefix" : "",
"prune_directory" : [],
"root" : "."
}
},
"name" : "@NIGELM/GatherDir",
- "version" : "5.033"
+ "version" : "5.039"
},
{
"class" : "Dist::Zilla::Plugin::Test::Compile",
@@ -149,56 +170,56 @@
"Dist::Zilla::Plugin::Test::Compile" : {
"bail_out_on_fail" : "0",
"fail_on_warning" : "author",
- "fake_home" : "0",
+ "fake_home" : 0,
"filename" : "t/00-compile.t",
"module_finder" : [
":InstallModules"
],
- "needs_display" : "0",
+ "needs_display" : 0,
"phase" : "test",
"script_finder" : [
- ":ExecFiles"
+ ":PerlExecFiles"
],
"skips" : []
}
},
"name" : "@NIGELM/Test::Compile",
- "version" : "2.051"
+ "version" : "2.054"
},
{
"class" : "Dist::Zilla::Plugin::Test::Perl::Critic",
"name" : "@NIGELM/Test::Perl::Critic",
- "version" : "2.112410"
+ "version" : "3.000"
},
{
"class" : "Dist::Zilla::Plugin::MetaTests",
"name" : "@NIGELM/MetaTests",
- "version" : "5.033"
+ "version" : "5.039"
},
{
"class" : "Dist::Zilla::Plugin::PodSyntaxTests",
"name" : "@NIGELM/PodSyntaxTests",
- "version" : "5.033"
+ "version" : "5.039"
},
{
"class" : "Dist::Zilla::Plugin::Test::PodSpelling",
"name" : "@NIGELM/Test::PodSpelling",
- "version" : "2.006008"
+ "version" : "2.006009"
},
{
"class" : "Dist::Zilla::Plugin::Test::Portability",
"name" : "@NIGELM/Test::Portability",
- "version" : "2.000005"
+ "version" : "2.000006"
},
{
"class" : "Dist::Zilla::Plugin::Test::Synopsis",
"name" : "@NIGELM/Test::Synopsis",
- "version" : "2.000005"
+ "version" : "2.000006"
},
{
"class" : "Dist::Zilla::Plugin::Test::MinimumVersion",
"name" : "@NIGELM/Test::MinimumVersion",
- "version" : "2.000005"
+ "version" : "2.000006"
},
{
"class" : "Dist::Zilla::Plugin::HasVersionTests",
@@ -208,12 +229,12 @@
{
"class" : "Dist::Zilla::Plugin::Test::DistManifest",
"name" : "@NIGELM/Test::DistManifest",
- "version" : "2.000004"
+ "version" : "2.000005"
},
{
"class" : "Dist::Zilla::Plugin::Test::UnusedVars",
"name" : "@NIGELM/Test::UnusedVars",
- "version" : "2.000006"
+ "version" : "2.000007"
},
{
"class" : "Dist::Zilla::Plugin::Test::NoTabs",
@@ -228,22 +249,28 @@
}
},
"name" : "@NIGELM/Test::NoTabs",
- "version" : "0.09"
+ "version" : "0.15"
},
{
"class" : "Dist::Zilla::Plugin::Test::EOL",
"config" : {
"Dist::Zilla::Plugin::Test::EOL" : {
- "filename" : "xt/author/eol.t"
+ "filename" : "xt/author/eol.t",
+ "finder" : [
+ ":InstallModules",
+ ":ExecFiles",
+ ":TestFiles"
+ ],
+ "trailing_whitespace" : "1"
}
},
"name" : "@NIGELM/Test::EOL",
- "version" : "0.16"
+ "version" : "0.18"
},
{
"class" : "Dist::Zilla::Plugin::InlineFiles",
"name" : "@NIGELM/InlineFiles",
- "version" : "5.033"
+ "version" : "5.039"
},
{
"class" : "Dist::Zilla::Plugin::ReportVersions",
@@ -253,17 +280,17 @@
{
"class" : "Dist::Zilla::Plugin::PruneCruft",
"name" : "@NIGELM/PruneCruft",
- "version" : "5.033"
+ "version" : "5.039"
},
{
"class" : "Dist::Zilla::Plugin::PruneFiles",
"name" : "@NIGELM/PruneFiles",
- "version" : "5.033"
+ "version" : "5.039"
},
{
"class" : "Dist::Zilla::Plugin::ManifestSkip",
"name" : "@NIGELM/ManifestSkip",
- "version" : "5.033"
+ "version" : "5.039"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
@@ -274,17 +301,17 @@
}
},
"name" : "@NIGELM/Prereqs",
- "version" : "5.033"
+ "version" : "5.039"
},
{
"class" : "Dist::Zilla::Plugin::AutoPrereqs",
"name" : "@NIGELM/AutoPrereqs",
- "version" : "5.033"
+ "version" : "5.039"
},
{
"class" : "Dist::Zilla::Plugin::MetaConfig",
"name" : "@NIGELM/MetaConfig",
- "version" : "5.033"
+ "version" : "5.039"
},
{
"class" : "Dist::Zilla::Plugin::MetaProvides::Class",
@@ -306,7 +333,7 @@
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" :
"@NIGELM/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
- "version" : "5.033"
+ "version" : "5.039"
}
]
},
@@ -317,12 +344,12 @@
}
},
"name" : "@NIGELM/MetaProvides::Package",
- "version" : "2.001002"
+ "version" : "2.003001"
},
{
"class" : "Dist::Zilla::Plugin::MetaResources",
"name" : "@NIGELM/MetaResources",
- "version" : "5.033"
+ "version" : "5.039"
},
{
"class" : "Dist::Zilla::Plugin::Authority",
@@ -332,17 +359,17 @@
{
"class" : "Dist::Zilla::Plugin::ExtraTests",
"name" : "@NIGELM/ExtraTests",
- "version" : "5.033"
+ "version" : "5.039"
},
{
"class" : "Dist::Zilla::Plugin::NextRelease",
"name" : "@NIGELM/NextRelease",
- "version" : "5.033"
+ "version" : "5.039"
},
{
"class" : "Dist::Zilla::Plugin::OurPkgVersion",
"name" : "@NIGELM/OurPkgVersion",
- "version" : "0.005001"
+ "version" : "0.06"
},
{
"class" : "Dist::Zilla::Plugin::PodWeaver",
@@ -359,67 +386,67 @@
{
"class" : "Pod::Weaver::Plugin::EnsurePod5",
"name" : "@CorePrep/EnsurePod5",
- "version" : "4.009"
+ "version" : "4.012"
},
{
"class" : "Pod::Weaver::Plugin::H1Nester",
"name" : "@CorePrep/H1Nester",
- "version" : "4.009"
+ "version" : "4.012"
},
{
"class" : "Pod::Weaver::Section::Region",
"name" : "@Default/prelude",
- "version" : "4.009"
+ "version" : "4.012"
},
{
"class" : "Pod::Weaver::Section::Name",
"name" : "@Default/Name",
- "version" : "4.009"
+ "version" : "4.012"
},
{
"class" : "Pod::Weaver::Section::Version",
"name" : "@Default/Version",
- "version" : "4.009"
+ "version" : "4.012"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "SYNOPSIS",
- "version" : "4.009"
+ "version" : "4.012"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "DESCRIPTION",
- "version" : "4.009"
+ "version" : "4.012"
},
{
"class" : "Pod::Weaver::Section::Generic",
"name" : "OVERVIEW",
- "version" : "4.009"
+ "version" : "4.012"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "ATTRIBUTES",
- "version" : "4.009"
+ "version" : "4.012"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "METHODS",
- "version" : "4.009"
+ "version" : "4.012"
},
{
"class" : "Pod::Weaver::Section::Collect",
"name" : "FUNCTIONS",
- "version" : "4.009"
+ "version" : "4.012"
},
{
"class" : "Pod::Weaver::Section::Leftovers",
"name" : "@Default/Leftovers",
- "version" : "4.009"
+ "version" : "4.012"
},
{
"class" : "Pod::Weaver::Section::Region",
"name" : "@Default/postlude",
- "version" : "4.009"
+ "version" : "4.012"
},
{
"class" : "Pod::Weaver::Section::Installation",
@@ -439,12 +466,12 @@
{
"class" : "Pod::Weaver::Section::Authors",
"name" : "@Default/Authors",
- "version" : "4.009"
+ "version" : "4.012"
},
{
"class" : "Pod::Weaver::Section::Legal",
"name" : "@Default/Legal",
- "version" : "4.009"
+ "version" : "4.012"
}
]
}
@@ -455,7 +482,7 @@
{
"class" : "Dist::Zilla::Plugin::License",
"name" : "@NIGELM/License",
- "version" : "5.033"
+ "version" : "5.039"
},
{
"class" : "Dist::Zilla::Plugin::ModuleBuild",
@@ -465,80 +492,95 @@
}
},
"name" : "@NIGELM/ModuleBuild",
- "version" : "5.033"
+ "version" : "5.039"
},
{
"class" : "Dist::Zilla::Plugin::MetaYAML",
"name" : "@NIGELM/MetaYAML",
- "version" : "5.033"
+ "version" : "5.039"
},
{
"class" : "Dist::Zilla::Plugin::MetaJSON",
"name" : "@NIGELM/MetaJSON",
- "version" : "5.033"
+ "version" : "5.039"
},
{
"class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
+ "config" : {
+ "Dist::Zilla::Role::FileWatcher" : {
+ "version" : "0.006"
+ }
+ },
"name" : "@NIGELM/ReadmeTextInBuild",
- "version" : "0.142470"
+ "version" : "0.150250"
},
{
"class" : "Dist::Zilla::Plugin::ReadmeAnyFromPod",
+ "config" : {
+ "Dist::Zilla::Role::FileWatcher" : {
+ "version" : "0.006"
+ }
+ },
"name" : "@NIGELM/ReadmePodInRoot",
- "version" : "0.142470"
+ "version" : "0.150250"
},
{
"class" : "Dist::Zilla::Plugin::InstallGuide",
"name" : "@NIGELM/InstallGuide",
- "version" : "1.200005"
+ "version" : "1.200006"
},
{
"class" : "Dist::Zilla::Plugin::Manifest",
"name" : "@NIGELM/Manifest",
- "version" : "5.033"
+ "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",
- "time_zone" : "local"
+ "commit_msg" : "v%v%n%n%c"
},
"Dist::Zilla::Role::Git::DirtyFiles" : {
"allow_dirty" : [
- "dist.ini",
"Changes",
"README",
- "README.pod"
+ "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.028"
+ "version" : "2.036"
},
{
"class" : "Dist::Zilla::Plugin::Git::Tag",
"config" : {
"Dist::Zilla::Plugin::Git::Tag" : {
"branch" : null,
+ "changelog" : "Changes",
"signed" : 0,
- "tag" : "release/0.14",
+ "tag" : "release/0.15",
"tag_format" : "release/%v%t",
- "tag_message" : "Release of %v%t",
- "time_zone" : "local"
+ "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.028"
+ "version" : "2.036"
},
{
"class" : "Dist::Zilla::Plugin::Git::CommitBuild",
@@ -556,7 +598,7 @@
}
},
"name" : "@NIGELM/Git::CommitBuild",
- "version" : "2.028"
+ "version" : "2.036"
},
{
"class" : "Dist::Zilla::Plugin::Git::Push",
@@ -572,7 +614,7 @@
}
},
"name" : "@NIGELM/Git::Push",
- "version" : "2.028"
+ "version" : "2.036"
},
{
"class" : "Dist::Zilla::Plugin::CheckChangeLog",
@@ -582,52 +624,62 @@
{
"class" : "Dist::Zilla::Plugin::UploadToCPAN",
"name" : "@NIGELM/UploadToCPAN",
- "version" : "5.033"
+ "version" : "5.039"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":InstallModules",
- "version" : "5.033"
+ "version" : "5.039"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":IncModules",
- "version" : "5.033"
+ "version" : "5.039"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":TestFiles",
- "version" : "5.033"
+ "version" : "5.039"
+ },
+ {
+ "class" : "Dist::Zilla::Plugin::FinderCode",
+ "name" : ":ExtraTestFiles",
+ "version" : "5.039"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ExecFiles",
- "version" : "5.033"
+ "version" : "5.039"
+ },
+ {
+ "class" : "Dist::Zilla::Plugin::FinderCode",
+ "name" : ":PerlExecFiles",
+ "version" : "5.039"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":ShareFiles",
- "version" : "5.033"
+ "version" : "5.039"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":MainModule",
- "version" : "5.033"
+ "version" : "5.039"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":AllFiles",
- "version" : "5.033"
+ "version" : "5.039"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":NoFiles",
- "version" : "5.033"
+ "version" : "5.039"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : "@NIGELM/MetaProvides::Package/AUTOVIV/:InstallModulesPM",
- "version" : "5.033"
+ "version" : "5.039"
}
],
"zilla" : {
@@ -635,7 +687,7 @@
"config" : {
"is_trial" : "0"
},
- "version" : "5.033"
+ "version" : "5.039"
}
},
"x_authority" : "cpan:NIGELM"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTML-Scrubber-0.14/META.yml
new/HTML-Scrubber-0.15/META.yml
--- old/HTML-Scrubber-0.14/META.yml 2015-04-02 18:20:45.000000000 +0200
+++ new/HTML-Scrubber-0.15/META.yml 2015-10-10 16:01:34.000000000 +0200
@@ -17,11 +17,12 @@
Test::Memory::Cycle: '0'
Test::More: '0.94'
Test::NoTabs: '0'
+ blib: '1.01'
utf8: '0'
configure_requires:
Module::Build: '0.28'
dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.033, CPAN::Meta::Converter version
2.143240'
+generated_by: 'Dist::Zilla version 5.039, CPAN::Meta::Converter version
2.150001'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -30,7 +31,7 @@
provides:
HTML::Scrubber:
file: lib/HTML/Scrubber.pm
- version: '0.14'
+ version: '0.15'
requires:
HTML::Entities: '0'
HTML::Parser: '3.47'
@@ -41,23 +42,23 @@
resources:
bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=HTML-Scrubber
homepage: https://metacpan.org/release/HTML-Scrubber
- repository: git://github.com/nigelm/html-scrubber.git
-version: '0.14'
+ repository: https://github.com/nigelm/html-scrubber.git
+version: '0.15'
x_Dist_Zilla:
perl:
- version: '5.020001'
+ 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_by_branch: 0
version_regexp: (?^:^release/(\d+(?:\.\d+)+)(?:[-_].+)?$)
Dist::Zilla::Role::Git::Repo:
repo_root: .
name: '@NIGELM/Git::NextVersion'
- version: '2.028'
+ version: '2.036'
-
class: Dist::Zilla::Plugin::Git::Check
config:
@@ -65,74 +66,88 @@
untracked_files: die
Dist::Zilla::Role::Git::DirtyFiles:
allow_dirty:
- - dist.ini
- Changes
- README
- README.pod
+ - dist.ini
allow_dirty_match: []
changelog: Changes
Dist::Zilla::Role::Git::Repo:
repo_root: .
name: '@NIGELM/Git::Check'
- version: '2.028'
+ 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'
+ follow_symlinks: 0
+ include_dotfiles: 0
prefix: ''
prune_directory: []
root: .
name: '@NIGELM/GatherDir'
- version: '5.033'
+ 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'
+ fake_home: 0
filename: t/00-compile.t
module_finder:
- ':InstallModules'
- needs_display: '0'
+ needs_display: 0
phase: test
script_finder:
- - ':ExecFiles'
+ - ':PerlExecFiles'
skips: []
name: '@NIGELM/Test::Compile'
- version: '2.051'
+ version: '2.054'
-
class: Dist::Zilla::Plugin::Test::Perl::Critic
name: '@NIGELM/Test::Perl::Critic'
- version: '2.112410'
+ version: '3.000'
-
class: Dist::Zilla::Plugin::MetaTests
name: '@NIGELM/MetaTests'
- version: '5.033'
+ version: '5.039'
-
class: Dist::Zilla::Plugin::PodSyntaxTests
name: '@NIGELM/PodSyntaxTests'
- version: '5.033'
+ version: '5.039'
-
class: Dist::Zilla::Plugin::Test::PodSpelling
name: '@NIGELM/Test::PodSpelling'
- version: '2.006008'
+ version: '2.006009'
-
class: Dist::Zilla::Plugin::Test::Portability
name: '@NIGELM/Test::Portability'
- version: '2.000005'
+ version: '2.000006'
-
class: Dist::Zilla::Plugin::Test::Synopsis
name: '@NIGELM/Test::Synopsis'
- version: '2.000005'
+ version: '2.000006'
-
class: Dist::Zilla::Plugin::Test::MinimumVersion
name: '@NIGELM/Test::MinimumVersion'
- version: '2.000005'
+ version: '2.000006'
-
class: Dist::Zilla::Plugin::HasVersionTests
name: '@NIGELM/HasVersionTests'
@@ -140,11 +155,11 @@
-
class: Dist::Zilla::Plugin::Test::DistManifest
name: '@NIGELM/Test::DistManifest'
- version: '2.000004'
+ version: '2.000005'
-
class: Dist::Zilla::Plugin::Test::UnusedVars
name: '@NIGELM/Test::UnusedVars'
- version: '2.000006'
+ version: '2.000007'
-
class: Dist::Zilla::Plugin::Test::NoTabs
config:
@@ -155,18 +170,23 @@
- ':ExecFiles'
- ':TestFiles'
name: '@NIGELM/Test::NoTabs'
- version: '0.09'
+ 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.16'
+ version: '0.18'
-
class: Dist::Zilla::Plugin::InlineFiles
name: '@NIGELM/InlineFiles'
- version: '5.033'
+ version: '5.039'
-
class: Dist::Zilla::Plugin::ReportVersions
name: '@NIGELM/ReportVersions'
@@ -174,15 +194,15 @@
-
class: Dist::Zilla::Plugin::PruneCruft
name: '@NIGELM/PruneCruft'
- version: '5.033'
+ version: '5.039'
-
class: Dist::Zilla::Plugin::PruneFiles
name: '@NIGELM/PruneFiles'
- version: '5.033'
+ version: '5.039'
-
class: Dist::Zilla::Plugin::ManifestSkip
name: '@NIGELM/ManifestSkip'
- version: '5.033'
+ version: '5.039'
-
class: Dist::Zilla::Plugin::Prereqs
config:
@@ -190,15 +210,15 @@
phase: build
type: requires
name: '@NIGELM/Prereqs'
- version: '5.033'
+ version: '5.039'
-
class: Dist::Zilla::Plugin::AutoPrereqs
name: '@NIGELM/AutoPrereqs'
- version: '5.033'
+ version: '5.039'
-
class: Dist::Zilla::Plugin::MetaConfig
name: '@NIGELM/MetaConfig'
- version: '5.033'
+ version: '5.039'
-
class: Dist::Zilla::Plugin::MetaProvides::Class
config:
@@ -216,17 +236,17 @@
-
class: Dist::Zilla::Plugin::FinderCode
name: '@NIGELM/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
- version: '5.033'
+ version: '5.039'
Dist::Zilla::Role::MetaProvider::Provider:
inherit_missing: '1'
inherit_version: '1'
meta_noindex: '1'
name: '@NIGELM/MetaProvides::Package'
- version: '2.001002'
+ version: '2.003001'
-
class: Dist::Zilla::Plugin::MetaResources
name: '@NIGELM/MetaResources'
- version: '5.033'
+ version: '5.039'
-
class: Dist::Zilla::Plugin::Authority
name: '@NIGELM/Authority'
@@ -234,15 +254,15 @@
-
class: Dist::Zilla::Plugin::ExtraTests
name: '@NIGELM/ExtraTests'
- version: '5.033'
+ version: '5.039'
-
class: Dist::Zilla::Plugin::NextRelease
name: '@NIGELM/NextRelease'
- version: '5.033'
+ version: '5.039'
-
class: Dist::Zilla::Plugin::OurPkgVersion
name: '@NIGELM/OurPkgVersion'
- version: '0.005001'
+ version: '0.06'
-
class: Dist::Zilla::Plugin::PodWeaver
config:
@@ -256,55 +276,55 @@
-
class: Pod::Weaver::Plugin::EnsurePod5
name: '@CorePrep/EnsurePod5'
- version: '4.009'
+ version: '4.012'
-
class: Pod::Weaver::Plugin::H1Nester
name: '@CorePrep/H1Nester'
- version: '4.009'
+ version: '4.012'
-
class: Pod::Weaver::Section::Region
name: '@Default/prelude'
- version: '4.009'
+ version: '4.012'
-
class: Pod::Weaver::Section::Name
name: '@Default/Name'
- version: '4.009'
+ version: '4.012'
-
class: Pod::Weaver::Section::Version
name: '@Default/Version'
- version: '4.009'
+ version: '4.012'
-
class: Pod::Weaver::Section::Generic
name: SYNOPSIS
- version: '4.009'
+ version: '4.012'
-
class: Pod::Weaver::Section::Generic
name: DESCRIPTION
- version: '4.009'
+ version: '4.012'
-
class: Pod::Weaver::Section::Generic
name: OVERVIEW
- version: '4.009'
+ version: '4.012'
-
class: Pod::Weaver::Section::Collect
name: ATTRIBUTES
- version: '4.009'
+ version: '4.012'
-
class: Pod::Weaver::Section::Collect
name: METHODS
- version: '4.009'
+ version: '4.012'
-
class: Pod::Weaver::Section::Collect
name: FUNCTIONS
- version: '4.009'
+ version: '4.012'
-
class: Pod::Weaver::Section::Leftovers
name: '@Default/Leftovers'
- version: '4.009'
+ version: '4.012'
-
class: Pod::Weaver::Section::Region
name: '@Default/postlude'
- version: '4.009'
+ version: '4.012'
-
class: Pod::Weaver::Section::Installation
name: '@Default/Installation'
@@ -320,81 +340,90 @@
-
class: Pod::Weaver::Section::Authors
name: '@Default/Authors'
- version: '4.009'
+ version: '4.012'
-
class: Pod::Weaver::Section::Legal
name: '@Default/Legal'
- version: '4.009'
+ version: '4.012'
name: '@NIGELM/PodWeaver'
version: '4.006'
-
class: Dist::Zilla::Plugin::License
name: '@NIGELM/License'
- version: '5.033'
+ version: '5.039'
-
class: Dist::Zilla::Plugin::ModuleBuild
config:
Dist::Zilla::Role::TestRunner:
default_jobs: 1
name: '@NIGELM/ModuleBuild'
- version: '5.033'
+ version: '5.039'
-
class: Dist::Zilla::Plugin::MetaYAML
name: '@NIGELM/MetaYAML'
- version: '5.033'
+ version: '5.039'
-
class: Dist::Zilla::Plugin::MetaJSON
name: '@NIGELM/MetaJSON'
- version: '5.033'
+ version: '5.039'
-
class: Dist::Zilla::Plugin::ReadmeAnyFromPod
+ config:
+ Dist::Zilla::Role::FileWatcher:
+ version: '0.006'
name: '@NIGELM/ReadmeTextInBuild'
- version: '0.142470'
+ version: '0.150250'
-
class: Dist::Zilla::Plugin::ReadmeAnyFromPod
+ config:
+ Dist::Zilla::Role::FileWatcher:
+ version: '0.006'
name: '@NIGELM/ReadmePodInRoot'
- version: '0.142470'
+ version: '0.150250'
-
class: Dist::Zilla::Plugin::InstallGuide
name: '@NIGELM/InstallGuide'
- version: '1.200005'
+ version: '1.200006'
-
class: Dist::Zilla::Plugin::Manifest
name: '@NIGELM/Manifest'
- version: '5.033'
+ 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
- time_zone: local
Dist::Zilla::Role::Git::DirtyFiles:
allow_dirty:
- - dist.ini
- 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.028'
+ version: '2.036'
-
class: Dist::Zilla::Plugin::Git::Tag
config:
Dist::Zilla::Plugin::Git::Tag:
branch: ~
+ changelog: Changes
signed: 0
- tag: release/0.14
+ tag: release/0.15
tag_format: release/%v%t
tag_message: 'Release of %v%t'
- time_zone: local
Dist::Zilla::Role::Git::Repo:
repo_root: .
+ Dist::Zilla::Role::Git::StringFormatter:
+ time_zone: local
name: '@NIGELM/Git::Tag'
- version: '2.028'
+ version: '2.036'
-
class: Dist::Zilla::Plugin::Git::CommitBuild
config:
@@ -408,7 +437,7 @@
Dist::Zilla::Role::Git::Repo:
repo_root: .
name: '@NIGELM/Git::CommitBuild'
- version: '2.028'
+ version: '2.036'
-
class: Dist::Zilla::Plugin::Git::Push
config:
@@ -419,7 +448,7 @@
Dist::Zilla::Role::Git::Repo:
repo_root: .
name: '@NIGELM/Git::Push'
- version: '2.028'
+ version: '2.036'
-
class: Dist::Zilla::Plugin::CheckChangeLog
name: '@NIGELM/CheckChangeLog'
@@ -427,46 +456,54 @@
-
class: Dist::Zilla::Plugin::UploadToCPAN
name: '@NIGELM/UploadToCPAN'
- version: '5.033'
+ version: '5.039'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':InstallModules'
- version: '5.033'
+ version: '5.039'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':IncModules'
- version: '5.033'
+ version: '5.039'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':TestFiles'
- version: '5.033'
+ version: '5.039'
+ -
+ class: Dist::Zilla::Plugin::FinderCode
+ name: ':ExtraTestFiles'
+ version: '5.039'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ExecFiles'
- version: '5.033'
+ version: '5.039'
+ -
+ class: Dist::Zilla::Plugin::FinderCode
+ name: ':PerlExecFiles'
+ version: '5.039'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':ShareFiles'
- version: '5.033'
+ version: '5.039'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':MainModule'
- version: '5.033'
+ version: '5.039'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':AllFiles'
- version: '5.033'
+ version: '5.039'
-
class: Dist::Zilla::Plugin::FinderCode
name: ':NoFiles'
- version: '5.033'
+ version: '5.039'
-
class: Dist::Zilla::Plugin::FinderCode
name: '@NIGELM/MetaProvides::Package/AUTOVIV/:InstallModulesPM'
- version: '5.033'
+ version: '5.039'
zilla:
class: Dist::Zilla::Dist::Builder
config:
is_trial: '0'
- version: '5.033'
+ version: '5.039'
x_authority: cpan:NIGELM
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTML-Scrubber-0.14/README
new/HTML-Scrubber-0.15/README
--- old/HTML-Scrubber-0.14/README 2015-04-02 18:20:45.000000000 +0200
+++ new/HTML-Scrubber-0.15/README 2015-10-10 16:01:34.000000000 +0200
@@ -4,7 +4,7 @@
VERSION
- version 0.14
+ version 0.15
SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTML-Scrubber-0.14/lib/HTML/Scrubber.pm
new/HTML-Scrubber-0.15/lib/HTML/Scrubber.pm
--- old/HTML-Scrubber-0.14/lib/HTML/Scrubber.pm 2015-04-02 18:20:45.000000000
+0200
+++ new/HTML-Scrubber-0.15/lib/HTML/Scrubber.pm 2015-10-10 16:01:34.000000000
+0200
@@ -12,7 +12,7 @@
our ( @_scrub, @_scrub_fh );
-our $VERSION = '0.14'; # VERSION
+our $VERSION = '0.15'; # VERSION
our $AUTHORITY = 'cpan:NIGELM'; # AUTHORITY
# my my my my, these here to prevent foolishness like
@@ -280,7 +280,11 @@
}
}
elsif ( $e eq 'comment' ) {
- $outstr .= $text if $s->{_comment};
+ if ( $s->{_comment} ) {
+
+ # only copy comments through if they are well formed...
+ $outstr .= $text if ( $text =~ m|^<!--.*-->$|ms );
+ }
}
elsif ( $e eq 'process' ) {
$outstr .= $text if $s->{_process};
@@ -361,7 +365,7 @@
=pod
-=for stopwords html cpan callback homepage
+=for stopwords html cpan callback homepage Perlbrew perltidy respository
=head1 NAME
@@ -369,7 +373,7 @@
=head1 VERSION
-version 0.14
+version 0.15
=head1 SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTML-Scrubber-0.14/t/00-compile.t
new/HTML-Scrubber-0.15/t/00-compile.t
--- old/HTML-Scrubber-0.14/t/00-compile.t 2015-04-02 18:20:45.000000000
+0200
+++ new/HTML-Scrubber-0.15/t/00-compile.t 2015-10-10 16:01:34.000000000
+0200
@@ -2,7 +2,7 @@
use strict;
use warnings;
-# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.051
+# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.054
use Test::More;
@@ -36,6 +36,9 @@
waitpid($pid, 0);
is($?, 0, "$lib loaded ok");
+ shift @_warnings if @_warnings and $_warnings[0] =~ /^Using .*\bblib/
+ and not eval { require blib; blib->VERSION('1.01') };
+
if (@_warnings)
{
warn @_warnings;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTML-Scrubber-0.14/t/author-eol.t
new/HTML-Scrubber-0.15/t/author-eol.t
--- old/HTML-Scrubber-0.14/t/author-eol.t 2015-04-02 18:20:45.000000000
+0200
+++ new/HTML-Scrubber-0.15/t/author-eol.t 2015-10-10 16:01:34.000000000
+0200
@@ -8,9 +8,32 @@
use strict;
use warnings;
-use Test::More;
-# generated by Dist::Zilla::Plugin::Test::EOL 0.16
+# this test was generated with Dist::Zilla::Plugin::Test::EOL 0.18
+
+use Test::More 0.88;
use Test::EOL;
-all_perl_files_ok({ trailing_whitespace => 1 });
+my @files = (
+ 'lib/HTML/Scrubber.pm',
+ 't/00-compile.t',
+ 't/000-report-versions.t',
+ 't/01_use.t',
+ 't/02_basic.t',
+ 't/03_more.t',
+ 't/04_style_script.t',
+ 't/05_pi_comment.t',
+ 't/06_scrub_file.t',
+ 't/07_booleans.t',
+ 't/08_cb_attrs.t',
+ 't/09_memory_cycle.t',
+ 't/09_no_scrub_warnings.t',
+ 't/jvn53973084.t',
+ 't/rt19063_xhtml.t',
+ 't/rt25477_self_closing.t',
+ 't/rt72659_utf8.t',
+ 't/rt79044_multiple.t'
+);
+
+eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files;
+done_testing;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTML-Scrubber-0.14/t/author-no-tabs.t
new/HTML-Scrubber-0.15/t/author-no-tabs.t
--- old/HTML-Scrubber-0.14/t/author-no-tabs.t 2015-04-02 18:20:45.000000000
+0200
+++ new/HTML-Scrubber-0.15/t/author-no-tabs.t 2015-10-10 16:01:34.000000000
+0200
@@ -9,7 +9,7 @@
use strict;
use warnings;
-# this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.09
+# this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.15
use Test::More 0.88;
use Test::NoTabs;
@@ -28,6 +28,7 @@
't/08_cb_attrs.t',
't/09_memory_cycle.t',
't/09_no_scrub_warnings.t',
+ 't/jvn53973084.t',
't/rt19063_xhtml.t',
't/rt25477_self_closing.t',
't/rt72659_utf8.t',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTML-Scrubber-0.14/t/author-pod-spell.t
new/HTML-Scrubber-0.15/t/author-pod-spell.t
--- old/HTML-Scrubber-0.14/t/author-pod-spell.t 2015-04-02 18:20:45.000000000
+0200
+++ new/HTML-Scrubber-0.15/t/author-pod-spell.t 2015-10-10 16:01:34.000000000
+0200
@@ -10,7 +10,7 @@
use warnings;
use Test::More;
-# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.006008
+# generated by Dist::Zilla::Plugin::Test::PodSpelling 2.006009
use Test::Spelling 0.12;
use Pod::Wordlist;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTML-Scrubber-0.14/t/jvn53973084.t
new/HTML-Scrubber-0.15/t/jvn53973084.t
--- old/HTML-Scrubber-0.14/t/jvn53973084.t 1970-01-01 01:00:00.000000000
+0100
+++ new/HTML-Scrubber-0.15/t/jvn53973084.t 2015-10-10 16:01:34.000000000
+0200
@@ -0,0 +1,21 @@
+# Tests related to JVN53973084
+
+use strict;
+use warnings;
+use Test::More;
+
+use_ok('HTML::Scrubber');
+
+my @allow = qw[
+ hr
+];
+
+my $html_1 = q[<hr><a href="javascript:alert(1)"<hr>abc];
+my $html_2 = q[<img src="javascript:alert(1)"];
+foreach my $comment_value ( 0, 1 ) {
+ my $scrubber = HTML::Scrubber->new( allow => \@allow, comment =>
$comment_value );
+ is( $scrubber->scrub($html_1), '<hr>abc', "correct result (1) - with
comment => $comment_value" );
+ is( $scrubber->scrub($html_2), '', "correct result (2) - with
comment => $comment_value" );
+}
+
+done_testing;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HTML-Scrubber-0.14/t/release-portability.t
new/HTML-Scrubber-0.15/t/release-portability.t
--- old/HTML-Scrubber-0.14/t/release-portability.t 2015-04-02
18:20:45.000000000 +0200
+++ new/HTML-Scrubber-0.15/t/release-portability.t 2015-10-10
16:01:34.000000000 +0200
@@ -16,4 +16,5 @@
eval 'use Test::Portability::Files';
plan skip_all => 'Test::Portability::Files required for testing portability'
if $@;
+
run_tests();
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module