Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Pod-Simple CPAN distribution.

Report information
The Basics
Id: 73662
Status: resolved
Priority: 0/
Queue: Pod-Simple

People
Owner: Nobody in particular
Requestors: 'spro^^*%*^6ut# [...] &$%*c
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 3.20



Subject: Misuse of \E in Text.pm
In this subroutine (around line 70), \E is used instead of \Q: sub end_L { if (my $link = delete $_[0]{'Link'}) { # Append the URL to the output unless it's already present. $_[0]{'Thispara'} .= " <$link->{to}>" unless $_[0]{'Thispara'} =~ /\b\E$link->{to}/; } } \E has no effect by itself.
Fixed in https://github.com/theory/pod- simple/commit/f2b4c7de80d10a9b952dfafbc47f7e9b5071b894, thanks! David