I have a module jrn.pm in a forms folder, declared as package forms::jrn; This module load a glade generated xml file with $self->{glade_xml_abo} =Gtk2::Builder->new(); $self->{glade_xml_abo}->add_from_file("glade/jrn.glade.bld");
The glade files are in a glade folder, located below the main script (which is above the forms folder). I would like to include these xml files in the par archive (and later in the exe). I have tried pp -B -a "glade;script/glade" ... which put the xml files where I think they should be, but my exe runs only if I copy the glade folder below the exe file. How/where should I place this glade folder into the exe ? Thanks François