Matthew Horsfall (alh)
/
perl-5.23.2
/
cpan/Pod-Simple/t/xhtml-bkb.t
Documentation
Changes to Existing Documentation
perldata EOF my $d = Pod::Simple::XHTML->new (); $d->index (1); my $e; $d->output_string (\$e); $d->parse_string_document ($c); unlike ($e, qr!<a[^>]+><a[^>]+>!);