Skip to content

Commit

Permalink
small optimization in Mojo::DOM::HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 15, 2013
1 parent 4d90541 commit 89a50ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Mojo/DOM/HTML.pm
Expand Up @@ -8,7 +8,6 @@ has [qw(charset xml)];
has tree => sub { ['root'] };

my $ATTR_RE = qr/
\s*
([^=\s>]+) # Key
(?:
\s*=\s*
Expand Down

0 comments on commit 89a50ed

Please sign in to comment.