Codebase list libhtml-escape-perl / 1f983e1
Checking in changes prior to tagging of version 1.11. Changelog diff is: diff --git Changes Changes index ecbe6c1..8b116be 100644 --- Changes +++ Changes @@ -2,6 +2,15 @@ Revision history for Perl extension HTML::Escape {{$NEXT}} +1.11 2021-09-27T04:11:20Z + + commit 239b88f865305b59f7d193f0431fcd5c03df3dd3 + Author: Harald Jörg <haj@posteo.de> + Date: Sun Jan 13 11:56:25 2019 +0100 + + Add the list of escaped characters to the docs and clarify usage in the synopsis + + 1.10 2016-03-15T03:16:39Z - Performance improvement. Tokuhiro Matsuno 2 years ago
3 changed file(s) with 11 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Perl extension HTML::Escape
11
22 {{$NEXT}}
3
4 1.11 2021-09-27T04:11:20Z
5
6 commit 239b88f865305b59f7d193f0431fcd5c03df3dd3
7 Author: Harald Jörg <haj@posteo.de>
8 Date: Sun Jan 13 11:56:25 2019 +0100
9
10 Add the list of escaped characters to the docs and clarify usage in the synopsis
11
312
413 1.10 2016-03-15T03:16:39Z
514
7171 "web" : "https://github.com/tokuhirom/HTML-Escape"
7272 }
7373 },
74 "version" : "1.10",
74 "version" : "1.11",
7575 "x_contributors" : [
7676 "Aaron Crane <arc@cpan.org>",
7777 "Fuji, Goro <fuji.goro@dena.jp>",
11 use strict;
22 use warnings;
33 use 5.008005;
4 our $VERSION = '1.10';
4 our $VERSION = '1.11';
55 use parent qw/Exporter/;
66
77 my $use_xs = 0;