Skip to content

Commit

Permalink
import HTML-StripScripts 1.03 from CPAN
Browse files Browse the repository at this point in the history
git-cpan-module:   HTML-StripScripts
git-cpan-version:  1.03
git-cpan-authorid: DRTECH
git-cpan-file:     authors/id/D/DR/DRTECH/HTML-StripScripts-1.03.tar.gz
  • Loading branch information
Clinton Gormley authored and schwern committed Dec 12, 2009
1 parent 138ccdc commit 5352586
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.03 22 Oct 2007 Altered some syntax in a test to make it work in earlier
versions of Perl

1.02 22 Oct 2007 Added the examples into the POD

1.01 22 Oct 2007 Fixed the attribute regex to recognise attributes
Expand Down
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: HTML-StripScripts
version: 1.02
version: 1.03
abstract: Strip scripting constructs out of HTML
license: perl
generated_by: ExtUtils::MakeMaker version 6.32
Expand Down
2 changes: 1 addition & 1 deletion StripScripts.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings FATAL => 'all';

use vars qw($VERSION);
$VERSION = '1.02';
$VERSION = '1.03';

=head1 NAME
Expand Down
4 changes: 2 additions & 2 deletions t/60rules_tag.t
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ my %tags_default = ( 'undef' => undef,

my %results;

foreach my $b qw(undef 0 1 sub hash tag_sub) {
foreach my $default qw(undef 0 1 sub hash tag_0 tag_1 tag_sub) {
foreach my $b (qw(undef 0 1 sub hash tag_sub)) {
foreach my $default (qw(undef 0 1 sub hash tag_0 tag_1 tag_sub)) {
my $test = "${b} :: ${default}";
test_tag( $test, $tags_b{$b}, $tags_default{$default},
$results{$test} );
Expand Down

0 comments on commit 5352586

Please sign in to comment.