[libhtml-scrubber-perl] 01/01: Imported from HTML-Scrubber-0.08.tar.gz.
Florian Schlichting
fsfs at moszumanska.debian.org
Sat Nov 11 13:46:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
fsfs pushed a commit to annotated tag HTML-Scrubber-0.08
in repository libhtml-scrubber-perl.
commit 1b778bcd215bbc87dabcc521243fdc16127c0969
Author: D. H. <podmaster at cpan.org>
Date: Thu Apr 1 22:16:03 2004 +0000
Imported from HTML-Scrubber-0.08.tar.gz.
---
Changes | 4 ++++
META.yml | 2 +-
Scrubber.pm | 2 +-
t/07_booleans.t | 9 ++++-----
4 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/Changes b/Changes
index 34d6091..81ac1c2 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for Perl extension HTML::Scrubber.
+0.08 Thu Apr 1 14:14:38 2004
+ - removed test which relied on stuff that changed in HTML-Parser-3.36
+ <https://rt.cpan.org/Ticket/Display.html?id=5472>
+
0.07 Thu Mar 18 06:21:38 2004
- allow for boolean attributes (thanks b10m)
- which is why now attribute order is followed (attrseq)
diff --git a/META.yml b/META.yml
index 87dcbf5..d2ddbc7 100644
--- a/META.yml
+++ b/META.yml
@@ -1,7 +1,7 @@
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: HTML-Scrubber
-version: 0.07
+version: 0.08
version_from: Scrubber.pm
installdirs: site
requires:
diff --git a/Scrubber.pm b/Scrubber.pm
index 10c689c..a6d990c 100644
--- a/Scrubber.pm
+++ b/Scrubber.pm
@@ -62,7 +62,7 @@ use HTML::Entities;
use vars qw[ $VERSION @_scrub @_scrub_fh ];
use strict;
-$VERSION = '0.07';
+$VERSION = '0.08';
# my my my my, these here to prevent foolishness like
# http://perlmonks.org/index.pl?node_id=251127#Stealing+Lexicals
diff --git a/t/07_booleans.t b/t/07_booleans.t
index eef23af..d006e64 100644
--- a/t/07_booleans.t
+++ b/t/07_booleans.t
@@ -2,7 +2,7 @@
use strict;
use File::Spec;
-use Test::More tests => 10;
+use Test::More tests => 9;
BEGIN { $^W = 1 }
use_ok( 'HTML::Scrubber' );
@@ -58,10 +58,9 @@ q~<a selected disabled selected pie pie pie disabled /> | </a>~,
q~<a selected disabled pie /> | </a>~,
"selected pie");
-test(
-q~<br pie pie=4>~,
-q~<br pie="4">~,
-'repeated mixed');
+
+#dependent on version of HTML::Parser, after 0.36 1st is returned (ie pie)
+#test(q~<br pie pie=4>~, q~<br pie="4">~, 'repeated mixed');
test( q~<th nowrap=nowrap>~,
q~<th nowrap="nowrap">~,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhtml-scrubber-perl.git
More information about the Pkg-perl-cvs-commits
mailing list