Package: libembperl-perl / 2.5.0-10+deb9u1
Metadata
Package | Version | Patches format |
---|---|---|
libembperl-perl | 2.5.0-10+deb9u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
pod errors.patch | (download) |
Changes.pod |
6 4 + 2 - 0 ! |
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 |
5 3 + 2 - 0 ! |
[patch] adapt to an apache 2.4.10 + 2.4.40 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. Some years and versions later: Apache changed the output again (in 2.4.40): https://github.com/apache/httpd/commit/c0ce3a729218279a6b4b03aab7a71bb8ae9d6259 Update the patch to hopefully work with all versions. |
perl5.20 compat.patch | (download) |
test.pl |
9 8 + 1 - 0 ! |
[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 ! |
add cgi.pm 4.x compatibility |
perl5.22 compat PL_sv_objcount removal.patch | (download) |
Makefile.PL |
5 5 + 0 - 0 ! |
compatibility fixes for perl 5.22 This covers a) the PL_sv_objcount removal and b) tons of context issues in the test suite -- which may actually indicate a bug in the code and not the test suite.. |
spelling fixes german.patch | (download) |
FeaturesD.pod |
36 18 + 18 - 0 ! |
spelling fixes for the german documentation |
spelling.patch | (download) |
Config.pod |
42 21 + 21 - 0 ! |
fix spelling mistakes |