[libhtml-scrubber-perl] 01/01: Imported from HTML-Scrubber-0.05.tar.gz.
Florian Schlichting
fsfs at moszumanska.debian.org
Sat Nov 11 13:45:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
fsfs pushed a commit to annotated tag HTML-Scrubber-0.05
in repository libhtml-scrubber-perl.
commit cb2a68998f10b3e7cbb728b47cb7e7f48fdd6f49
Author: D. H. <podmaster at cpan.org>
Date: Fri Oct 31 07:31:15 2003 +0000
Imported from HTML-Scrubber-0.05.tar.gz.
---
Changes | 4 ++++
META.yml | 2 +-
README | 2 +-
Scrubber.pm | 2 +-
t/03_more.t | 4 +++-
t/04_style_script.t | 2 +-
t/05_pi_comment.t | 2 +-
7 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/Changes b/Changes
index 55c9f9b..62b9a20 100755
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for Perl extension HTML::Scrubber.
+0.05 Thu Oct 30 23:27:37 2003
+ - fixed up various typos in tests ...
+ - bumped up version number ;(
+
0.04 Wed Oct 29 18:35:08 2003
- added missing lc in a few places (and got rid of for @_)
- fixed (and improved) optimizations (stupid typo)
diff --git a/META.yml b/META.yml
index 199b21b..70dba05 100755
--- 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.04
+version: 0.05
version_from: Scrubber.pm
installdirs: site
requires:
diff --git a/README b/README
index c43f182..5232f41 100755
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-HTML/Scrubber version 0.03
+HTML/Scrubber
==========================
INSTALLATION
diff --git a/Scrubber.pm b/Scrubber.pm
index 5e22fd9..1ad47c2 100755
--- a/Scrubber.pm
+++ b/Scrubber.pm
@@ -62,7 +62,7 @@ use HTML::Entities;
use vars qw[ $VERSION $_scrub $_scrub_fh ];
use strict;
-$VERSION = '0.04';
+$VERSION = '0.05';
# my my my my, these here to prevent foolishness like
# http://perlmonks.org/index.pl?node_id=251127#Stealing+Lexicals
diff --git a/t/03_more.t b/t/03_more.t
index 0e123a4..8142645 100755
--- a/t/03_more.t
+++ b/t/03_more.t
@@ -1,10 +1,12 @@
# perl Makefile.PL && nmake realclean && cls && perl Makefile.PL && nmake test
+# cpan-upload -mailto yo at yo.yo -verbose -user podmaster HTML-Scrubber-0.04.tar.gz
+
use strict;
use Test::More tests => 7;
BEGIN { $^W = 1 }
-use_ok( 'HTML::Scrubber::StripScripts' );
+use_ok( 'HTML::Scrubber' );
my $s = HTML::Scrubber->new;
my $html = q[<a href=1>link </a><br><B> bold </B><U> UNDERLINE </U>];
diff --git a/t/04_style_script.t b/t/04_style_script.t
index 3bc6ab7..4b3eaaa 100755
--- a/t/04_style_script.t
+++ b/t/04_style_script.t
@@ -4,7 +4,7 @@ use strict;
use Test::More tests => 9;
BEGIN { $^W = 1 }
-use_ok( 'HTML::Scrubber::StripScripts' );
+use_ok( 'HTML::Scrubber' );
my $s = HTML::Scrubber->new;
my $html = q[start <style>in the style</style> middle <script>in the script</script> end];
diff --git a/t/05_pi_comment.t b/t/05_pi_comment.t
index 625605f..f300ab7 100755
--- a/t/05_pi_comment.t
+++ b/t/05_pi_comment.t
@@ -4,7 +4,7 @@ use strict;
use Test::More tests => 9;
BEGIN { $^W = 1 }
-use_ok( 'HTML::Scrubber::StripScripts' );
+use_ok( 'HTML::Scrubber' );
my $s = HTML::Scrubber->new;
my $html = q[start <!--comment--> mid1 <?html pi> mid2 <?xml pi?> end];
--
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