Erroneous code (perl, import from pre-wglade 1.0)

Johan Vromans <[email protected]> Thu, 29 May 2025 13:33:32 +0200
Newsgroups gmane.comp.python.wxglade
Organization Squirrel Consultancy
Message-ID <[email protected]>
After importing an ancient project and generate perl code (single-file),
the output contains:

sub __set_properties {
sub __do_layout {

This should be

sub __set_properties {}
sub __do_layout {}

I couldn't figure out where this is caused, so no PR for now...

-- Johan