diff options
author | 2013-03-25 20:06:16 +0000 | |
---|---|---|
committer | 2013-03-25 20:06:16 +0000 | |
commit | 898184e3e61f9129feb5978fad5a8c6865f00b92 (patch) | |
tree | 56f32aefc1eed60b534611007c7856f82697a205 /gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml05.t | |
parent | PGSHIFT -> PAGE_SHIFT (diff) | |
download | wireguard-openbsd-898184e3e61f9129feb5978fad5a8c6865f00b92.tar.xz wireguard-openbsd-898184e3e61f9129feb5978fad5a8c6865f00b92.zip |
import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myself
Diffstat (limited to 'gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml05.t')
-rwxr-xr-x | gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml05.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml05.t b/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml05.t index 4e2738ee7ff..00d55896137 100755 --- a/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml05.t +++ b/gnu/usr.bin/perl/cpan/Pod-Simple/t/xhtml05.t @@ -33,7 +33,7 @@ is($results, <<'EOHTML', "a for block"); EOHTML -foreach my $target qw(note tip warning) { +foreach my $target (qw(note tip warning)) { initialize($parser, $results); $parser->accept_targets_as_text( $target ); $parser->parse_string_document(<<"EOPOD"); |