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 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 |
1 1 + 0 - 0 ! |
[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 ! |
[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 |