Package: padre / 0.96+dfsg1-2

Metadata

Package Version Patches format
padre 0.96+dfsg1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix double line in outline | (download)

lib/Padre/Wx/Outline.pm | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix double line in outline
 When entering 'has => ' lines, the outline shape becomes wrong: lines
 are separated by white space. THis patch works around the
 issue. Acoording to upstream, this is not a proper fix.

fix spelling | (download)

lib/Padre/Config.pm | 2 1 + 1 - 0 !
lib/Padre/MIME.pm | 2 1 + 1 - 0 !
lib/Padre/Wx/Role/Idle.pm | 2 1 + 1 - 0 !
lib/Padre/Wx/Role/Main.pm | 6 3 + 3 - 0 !
4 files changed, 6 insertions(+), 6 deletions(-)

 fix spelling

skip fishy test | (download)

t/38_task_manager.t | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 skip fishy test
 The 38_manager test broke with new DBI. Padre 0.94 test is also
 broken, but nobody complained. Padre 0.96 is broken but I did not find
 any problem, so I've disabled the test.
 .
 As soon as the issue is fixed upstream (or in DBI), this patch will be
 removed.
disable tcp server.patch | (download)

lib/Padre/Wx/Main.pm | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 disable the tcp listening service 
 This service is to be used to control
 running instance of padre. It lacks any sort of authentication
 and binds to 127.0.0.1.
 The proper way to fix that would be to make it listen on an Unix
 domain socket somewhere in $HOME ensuring the right permissions,
 but I found no evidence if Wx::SocketServer supporting UNIX
 domain sockets.
Bug: http://padre.perlide.org/ticket/313
example interpreter.patch | (download)

eg/tcl/hello_tcl | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 on debian the wish interpreter is in /usr/bin