Skip to content

Commit

Permalink
Satifsy xtests
Browse files Browse the repository at this point in the history
  • Loading branch information
rwstauner committed Aug 6, 2018
1 parent f94ee8d commit 8647fc4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Pod/Markdown.pm
Expand Up @@ -20,6 +20,7 @@ $URL_PREFIXES{$_} = $URL_PREFIXES{metacpan}

our $LOCAL_MODULE_RE = qr/^(Local::|\w*?_\w*)/;

## no critic
#{
our $HAS_HTML_ENTITIES;

Expand Down Expand Up @@ -78,6 +79,7 @@ our $LOCAL_MODULE_RE = qr/^(Local::|\w*?_\w*)/;
my $DEFAULT_ENTITY_CHARS = '^\n\r\t !\#\$%\(-;=?-~';

#}
## use critic

# Use hash for simple "exists" check in `new` (much more accurate than `->can`).
my %attributes = map { ($_ => 1) }
Expand Down Expand Up @@ -1374,6 +1376,7 @@ handle_text
end_.+
start_.+
encode_entities
is_local_module
=for test_synopsis
my ($pod_string);
Expand Down

0 comments on commit 8647fc4

Please sign in to comment.