Package: libembperl-perl / 2.5.0-4

Metadata

Package Version Patches format
libembperl-perl 2.5.0-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
pod errors.patch | (download)

Changes.pod | 6 4 + 2 - 0 !
Config.pod | 10 5 + 5 - 0 !
Embperl/Form/Control/duration.pm | 2 2 + 0 - 0 !
Embperl/Form/Control/price.pm | 2 2 + 0 - 0 !
Embperl/Form/Control/table.pm | 14 7 + 7 - 0 !
Embperl/Form/Validate.pm | 2 2 + 0 - 0 !
FeaturesD.pod | 2 2 + 0 - 0 !
7 files changed, 24 insertions(+), 14 deletions(-)

 fix some pod errors offending to pod2text, lintian
 In addition and not fixed by this patch, Embperl/Form/Control/duration.pm has
 the same POD as price.pm, which is likely wrong on a factual level. Both
 files use a code point 0x80 in POD and as a string constant, which is the
 EURO sign from Windows-1252 but unavailable in latin1, 0xA4 in iso8859-15,
 U+20AC or perhaps best spelled out as 'EUR'
apache2.4 compat.patch | (download)

test/cmp/epobase.htm | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch] adapt to an apache 2.4.10 error page change

The "Forbidden" error page was slightly changed by Apache commit

 https://github.com/apache/httpd/commit/4f8fc53c8f6df76a42ccc89275fcede766662f9e
 https://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/http/http_protocol.c?r1=1487127&r2=1610328

breaking the EmbperlObject/epobase.htm test. The fix works
with both the old and the new page format.

perl5.20 compat.patch | (download)

test.pl | 9 8 + 1 - 0 !
test/cmp/includeerr2.htm520 | 69 69 + 0 - 0 !
2 files changed, 77 insertions(+), 1 deletion(-)

 [patch 2/2] add compatibility with perl 5.20

Two error messages have changed slightly, dropping the 'Might be a
multi-line string' notes.

According to https://rt.cpan.org/Public/Bug/Display.html?id=95335
this is due to upstream commit v5.19.3-296-gffdb8b1 so the conditionals
now look for 5.19.4 although this has only been tested with 5.20.0.

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

cgi pm 4.04 compatibility.patch | (download)

Embperl.pm | 2 1 + 1 - 0 !
test/cmp/upload.htm | 4 2 + 2 - 0 !
test/html/upload.htm | 2 1 + 1 - 0 !
3 files changed, 4 insertions(+), 4 deletions(-)

 add cgi.pm 4.x compatibility