Hello,
tried searching the forum, didnt wind up anything useful.
I have Glade 2.5.0 installed and I want to use it to make Perl GUI. I have installed Glade-Perl-Two v.0.01 from the sources:
Code:
perl Makefile.PL
make
make test (if you have X running)
su
make install (if test was OK)
The make test part reported that there were no tests scheduled in makefile or somesuch. Otherwise the install went without a hitch.
Now I can't figure it out how to start Glade 2.5 in perl-mode, the readme suggests that I should start a new project and select from Options->Languages "perl" but there is no such option. Whats wrong?
Any help apreciated!