Package: libhtml-defang-perl / 1.04-3

Metadata

Package Version Patches format
libhtml-defang-perl 1.04-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix regexp syntax for Perl 5.22.patch | (download)

lib/HTML/Defang.pm | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 [patch 1/2] fix regexp syntax for perl 5.22

Perl 5.22 introduced the warning

 Unescaped left brace in regex is deprecated, passed through in regex

which triggers in these regexps.

Bug-Debian: https://bugs.debian.org/809096
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=110663

0002 Fix test script regexp syntax for Perl 5.22.patch | (download)

t/01_basic.t | 4 2 + 2 - 0 !
t/02_xss.t | binary
t/03_styles.t | 136 68 + 68 - 0 !
t/04_imports.t | 2 1 + 1 - 0 !
t/05_callbacks.t | 442 221 + 221 - 0 !
t/06_unicode.t | 2 1 + 1 - 0 !
6 files changed, 293 insertions(+), 293 deletions(-)

 [patch 2/2] fix test script regexp syntax for perl 5.22

Perl 5.22 introduced the warning

 Unescaped left brace in regex is deprecated, passed through in regex

which triggers in these regexps.

Bug: https://rt.cpan.org/Public/Bug/Display.html?id=110663