Pod-Markdown
view release on metacpan or search on metacpan
t/lib/MarkdownTests.pm view on Meta::CPAN
warning
with_and_without_entities
),
@Test::More::EXPORT
);
sub import {
my $class = shift;
Test::More::plan(@_) if @_;
@_ = ($class);
strict->import;
warnings->import;
goto &Exporter::import;
}
sub hex_escape {
local $_ = $_[0];
s/([^\x20-\x7e])/sprintf "\\x{%x}", ord $1/ge;
return $_;
}
( run in 0.299 second using v1.01-cache-2.11-cpan-299005ec8e3 )