Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removes debugging info
  • Loading branch information
JJ committed Dec 14, 2018
1 parent e4cebe3 commit 74b9644
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions t/011-external.t
Expand Up @@ -16,9 +16,7 @@ sub test-files( $possible-file-path ) {

my $a-pod = $example-path.IO.slurp;
my $rendered= Pod::To::HTML.render($example-path.IO);
say $rendered;
my $pod = (EVAL ($a-pod ~ "\n\$=pod")); # use proved pod2onebigpage method
say $pod.perl;
my $r = node2html $pod;
ok( $r, "Converting external" );
unlike( $r, /Pod\:\:To/, "Is not prepending class name" );
Expand Down

0 comments on commit 74b9644

Please sign in to comment.