| 1 | | just install Padre r18171, as make install rather than svn up |
| 2 | | |
| 3 | | {{{#!text |
| 4 | | kevin@billy:~/perl5/perlbrew/perls/perl-5.14.2/bin$ perl -d padre |
| 5 | | |
| 6 | | Loading DB routines from perl5db.pl version 1.33 |
| 7 | | Editor support available. |
| 8 | | |
| 9 | | Enter h or `h h' for help, or `man perldebug' for more help. |
| 10 | | |
| 11 | | main::(padre:3): eval 'exec /home/kevin/perl5/perlbrew/perls/perl-5.14.2/bin/perl -S $0 ${1+"$@"}' |
| 12 | | main::(padre:4): if 0; # not running under some shell |
| 13 | | DB<1> b load /home/kevin/perl5/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2/Padre/Wx/Directory.pm |
| 14 | | Will stop on load of `/home/kevin/perl5/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2/Padre/Wx/Directory.pm'. |
| 15 | | DB<2> c |
| 16 | | 11:18:55: Error: Image file is not of type 1. |
| 17 | | '/home/kevin/perl5/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2/Padre/Wx/Directory.pm' loaded... |
| 18 | | Padre::Wx::Main::directory(/home/kevin/perl5/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2/Padre/Wx/Directory.pm:19): |
| 19 | | 19: our $VERSION = '0.95'; |
| 20 | | DB<2> . |
| 21 | | Padre::Wx::Main::directory(/home/kevin/perl5/perlbrew/perls/perl-5.14.2/lib/site_perl/5.14.2/Padre/Wx/Directory.pm:19): |
| 22 | | 19: our $VERSION = '0.95'; |
| 23 | | DB<2> b 580 |
| 24 | | DB<3> c |
| 25 | | }}} |
| 26 | | |
| 27 | | dose not generate any errors, |
| | 1 | opps |