Package: libwx-perl / 1:0.9928-3

Metadata

Package Version Patches format
libwx-perl 1:0.9928-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix man spelling | (download)

Wx.pm | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix man spelling
Bug: https://rt.cpan.org/Ticket/Display.html?id=87939
skip splashfast tests.patch | (download)

ext/pperl/splashfast/Makefile.PL | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
hashbang.patch | (download)

samples/socket/wxSocketClient.pl | 1 1 + 0 - 0 !
samples/socket/wxSocketClientDatagram.pl | 1 1 + 0 - 0 !
samples/socket/wxSocketServer.pl | 1 1 + 0 - 0 !
samples/socket/wxSocketServerDatagram.pl | 1 1 + 0 - 0 !
4 files changed, 4 insertions(+)

 add #! in example scripts
fix fake pod.patch | (download)

build/Wx/XSP/Overload.pm | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix =pod usege where '=for comment' is meant
 Having it as POD makes it into man page, which is incomplete and useless
spelling.patch | (download)

cpp/overload.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix a small spelling mistake
0001 Fix Wx _load_plugin segfaulting when wxPluginManager.patch | (download)

Wx.xs | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 [patch 1/3] fix wx::_load_plugin() segfaulting when
 wxPluginManager::LoadLibrary fails

It would be nice to also signal an error message upwards in the caller
stack, but I can't see an easy way to set dl_last_error in DynaLoader
from here.

Bug-Debian: https://bugs.debian.org/758127

reproducible_output.patch | (download)

build/Wx/build/MakeMaker/Any_OS.pm | 1 1 + 0 - 0 !
build/Wx/build/Options.pm | 1 1 + 0 - 0 !
script/fix_alien_path.pl | 2 2 + 0 - 0 !
script/make_exp_list.pl | 12 10 + 2 - 0 !
4 files changed, 14 insertions(+), 2 deletions(-)

 produce sorted output to get reproducible results
Bug-Debian: https://bugs.debian.org/787265

unescaped_left_brace.patch | (download)

build/Wx/build/Utils.pm | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix "unescaped left brace" warning, which is fatal in 5.25.x
encoding pragma.patch | (download)

t/18_unicode.t | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 comment out "use encoding"
 which is fatal in perl 5.25.x