@ -2,7 +2,6 @@ package Text::Dokuwiki::Parser;
use strict;
use warnings;
use feature qw/ switch /;
use utf8;
sub new {
@ -5,7 +5,6 @@ use warnings;
use base 'Text::Dokuwiki::Render';
use Data::Dumper;
sub _header {
my ($self, $tag, $attrs, $content) = @_;
@ -73,8 +72,6 @@ sub img {
return sprintf("![%s](%s%s)", $alt, $attrs->{src}, $title);
}
sub span {
my ($self, $attrs, $content) = @_;